[INUG-Users] MONITOR Probe rules
Hubbard, Greg L
greg.hubbard at eds.com
Tue Mar 3 13:15:58 EST 2009
Grade is not going to be set, either. It will always be 0. Probes have
no knowledge about what has happened to data already sent to the object
server, and they have no memory unless you give them one using
persistent array data. And the Precision probes have not always been in
synch with the rest of Omnibus, so your probe may not be able to do all
the latest tricks. If you are still using Monitor then you must be on
3.6 (or 3.7) so I am pretty sure that the 3.6 probe can't do arrays.
You might be better off modifying the ncogate rules to update the alarms
directly as you require. Or you might want to add this algorithm to
your update trigger on the object server. I think you really want to
watch NmosCauseType if you are looking for "root cause" events.
GLH
-----Original Message-----
From: users-bounces at netcoolusers.org
[mailto:users-bounces at netcoolusers.org] On Behalf Of Yoni
Sent: Tuesday, March 03, 2009 11:35 AM
To: users at netcoolusers.org
Subject: Re: [INUG-Users] MONITOR Probe rules
try dropping the Severity match.
i think that by default the ping is sent with severity of 3 and only
after ncogate/amos update it is considered to be severity 5 as root
cause or severity 1 as symptom.
On Tue, Mar 3, 2009 at 5:05 PM, Kris <krisnaa1980 at gmail.com> wrote:
> Hi All,
>
> Has any one modified the MONITOR Probe, for example i am looking to
> modify the MONITOR probe rules with the following code:
>
> if (match($EventName, "NmosPingFail") and match($Severity,"5")) {
> @Grade = 51
> @AENFlag = 1
> }
>
> But when i receive the "Ping fail" alarm from Precision, it is showing
> with a Grade value of 0. Like i am using this information to to
> generate an email when the Grade value is 51.
>
> Can i run the syntax probe on MONITOR probes rules as well?
>
> Any help is appreciated?
> Kris
> _______________________________________________
> Sent by the netcoolusers.org "users" mailing list
> Post: users at netcoolusers.org
> Unsubscribe: users-unsubscribe at netcoolusers.org
> Search: http://netcoolusers.org/Search
>
_______________________________________________
Sent by the netcoolusers.org "users" mailing list
Post: users at netcoolusers.org
Unsubscribe: users-unsubscribe at netcoolusers.org
Search: http://netcoolusers.org/Search
More information about the Users
mailing list