Do not generate alert if nodeX is down

Started by sohgnar, February 19, 2014, 01:42:21 AM

Previous topic - Next topic

sohgnar

I'd like to have netxms not send alerts for other nodes if a specific node is detected as down.

Situation:

If the internet connection on the monitoring server is detected as down (or has a brief hiccup as sometimes our provider does). I'd like netxms to not send alerts for other nodes. Just the internet connection.

I've looked at the situations but I'm not entirely sure how to implement it.

sperlm

Hi,

   I was researching similar functionality and the solution depends on whether you want to disable events alltogether (if nodeX is down) or create actions depending on the events.
In both cases you will probably need a way to determine what nodes are affected by nodeX status and which are not.

Basically if you want to influence if events start at all - modify appropriate rule in Event Processing Policy. To influence actions based on the events and let script decide what to do.

In my case I modified Event Policy to send e-mail only if superior node is up.
If you want, read this topic Dependency script based on infrastructure.

With regards,

Milan Sperl