Hi guys,
I would like to create alert suppression rules that monitor a particular group and if that group is up, suppress ALL alerts.
The group has a couple of hosts in it, basically another monitoring platform and it's SMTP relay.
We don't want NPM generating alerts if that other monitoring platform is up. Yes, that is correct, I want it to work backwards to standard dependencies.
I have tried to create alert suppression rules but it is not clear to me how to actually craft the condition rules to accomplish this.
I.e. should I:
Suppress alerts if all are true:
Node status is UP
Suppress alerts if any are true:
Node Name is "host1"
Node Name is "host2"
Where host 1 and host 2 are the other monitoring nodes ?
Cheers,
Adrian