NetXMS Support Forum

English Support => General Support => Topic started by: Rukicc on January 16, 2013, 03:25:23 PM

Title: Close Warning and Error Alert with one notification
Post by: Rukicc on January 16, 2013, 03:25:23 PM
Hi,

I have two alerts one with Warning(resource in minimal level) and another with Error(resource is at 0 level).
If alert is resolved from warning then I receive one notification message, but if alert is resolved from Error then I get 2 notifications with small delay.

How to configure and what to get only one notification in both situations?

----
Rukicc
Title: Re: Close Warning and Error Alert with one notification
Post by: Victor Kirhenshtein on January 16, 2013, 06:17:24 PM
Hi!

Can you send me a screenshot of DCI configuration (thresholds page) and event processing policy rules for threshold activation and deactivation events?

Best regards,
Victor
Title: Re: Close Warning and Error Alert with one notification
Post by: Rukicc on January 17, 2013, 12:09:31 PM
Hi,

Attached images

---------
Rukicc
Title: Re: Close Warning and Error Alert with one notification
Post by: Victor Kirhenshtein on January 17, 2013, 03:40:46 PM
Hi!

You must remove "always process all thresholds" option from thresholds and put "== 0" threshold first. Then you should get only one deactivation event. See this: http://wiki.netxms.org/wiki/UM:Data_Collection#Threshold_Processing (http://wiki.netxms.org/wiki/UM:Data_Collection#Threshold_Processing) for description why threshold order is important.

Best regards,
Victor
Title: Re: Close Warning and Error Alert with one notification
Post by: Rukicc on January 25, 2013, 12:25:57 AM
The same situation....

In scenario 1. I have possible values:

500 - OK
330 - Warning
165 - Major
0 - Critical

In scenario 2. I have possible values:
2500 - ok
250 - Major
0 - Critical

In scenario 3. I have possible values:

500 - OK
50 - Major
0 - Critical

How to get in notification message max value. In message i need to know max possible value (2500 or 500) for this device. I can get treshold value, but not max value.