[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | DECmcc user notes file. Does not replace IPMT. |
Notice: | Use IPMT for problems. Newsletter location in note 6187 |
Moderator: | TAEC::BEROUD |
|
Created: | Mon Aug 21 1989 |
Last Modified: | Wed Jun 04 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 6497 |
Total number of notes: | 27359 |
5478.0. "Collector, diff severity between alarm and notify request" by MLNCSC::BARILARO () Fri Aug 13 1993 08:54
Hi,
I've a little problem on Collectors, creating alarm rules
(without specifing severity...) I've always back indeterminate
notifications, but if I look the complete alarm messages I see
that the alarm receive the Perceived Severity = Critical.
If I use instead the Notify Request all works correctly.
So I'd like to know if this is a limitation of Collector, or
I'm doing something wrong.
Thanks in advance,
Ciao Luciano Barilaro
This is the alarm rule:
CREATE DOMAIN pisa RULE coll_test -
EXPRESSION = (occurs(collector * any events))
The Notification is:
!!!!!!!!!!!!!! Alarm, 13-AUG-1993 13:52:27 !!!!!!!!!!!!!! [1]
Domain: NETMON_NS:.PISA Severity:
Indeterminate <------- wrong severity
Notification Entity: Collector NETMON_NS:.x25_ixi
Event Source: Domain NETMON_NS:.PISA Rule coll_test
Event: OSI Rule Fired
Event Type = QualityofServiceAlarm
Event Time = 13-AUG-1993 13:52:27.11
Probable Cause = Unknown
Additional Info = { (
significance = True,
information = "The last event detected:
Collector
NETMON_NS:.x25_ixi
General Event
13-AUG-1993
13:52:26.56" ),
(
significance = True,
information = "Event: General Event
""help""
Event Text = ""help""" ),
(
significance = True,
information = "(occurs(collector * any
events))" ) }
Managed Object = Collector NETMON_NS:.x25_ixi
Perceived Severity = Critical <--- correct
severity
T.R | Title | User | Personal Name | Date | Lines |
---|
5478.1 | ALARMS FM detection & NOTIFICATION FM request | ZTOIS1::VISTA | Renato VISTA, MCS/SPS France/Strasbourg | Fri Aug 13 1993 10:14 | 33 |
|
Luciano,
To allow DECmcc PM receiving message from ALARM FM (ie when a rule is
FIRED), you have hit the following command/sequence :
1) VIA Iconic_MAP :
EITHER you set the file menu option "NOTIFY DOMAIN..." to ENABLE
value (you can also define a default value via the Options
option "MAP..." that maybe save in home directory as
mcc_resource.dat file)
OR you create a request manually on DOMAIN currently opened,
WITHOUT specifying an overridden severity (this creation is
similar to previous automatic one).
In these cases, the severity is given by the rule itself.
2) VIA FCL :
The command is the following...
MCC>NOTIFY DOMAIN <domain_whose_rule_messages_are_wished_to_be_notified>
In this case, the severity is also given by the rule itself.
I hope this will help you.
Renato
|