Comments
-
You're welcome. Merry x-mas
-
I may have asked before but which version of NPM are you running ? I'm running 10.1 wich allow custom SQL trigger in alerts. I'm not sure it can be usable in prior versions, and maybe editing it wipe out the custom query :/ The poller is not very specific, it is just configured to fill in the CustomPollerLabel Table wich…
-
Hi, I think I've been able to get what you need with some tweaking. first of all, You can get the label in the same poller as the label and the data is in the same table. I did a sample UnDP and alert matching your needs. You can get it here: http://luna.iabis.net/~tensibai/twhack/s5Chas-For-Kreases.zip I did not test it…
-
will test
-
Hi, The resultant WHERE condition of your statement is: WHERE ( (CustomPollers.UniqueName = 'State') AND (CustomPollerStatus.RawStatus <> 3) AND (CustomPollerStatus.RawStatus <> 5) AND ( (CustomPollers.UniqueName = 'GrpIndex') AND (CustomPollerStatus.RawStatus = 6)) ) Stated like it it can't even work because PollerName…
-
Hi, It should work if you write it as follow: Trigger Alert when all of the following apply Interface Caption is equal to INTERNET Recv bps is less than 5000 Trigger Alert when any of the following apply Node Name is equal to ROUTERA Node Name is equal to ROUTERB Pay attention of the grouping with ANY, it tells the alert…