Hello,
I have a trigger on some important host which is like that :
I have set a SMS alert linked to this trigger.
When a host is flapping UP/DOWN (mostly during spanning-tree topology change) this trigger fire up 4 or 5 times. So the problem is that we receive lot of SMS for these hosts.
We need to have an alert when the 2 last attempt of ping failed, but once the trigger has fired up, I would like to not fire up again during a certain period.
Do you have a solution ?
Thank you
I have a trigger on some important host which is like that :
Code:
{HOSTA:icmpping[,2,25,68,200].last(#1)}=0 & {HOSTA:icmpping[,2,25,68,200].last(#2)}=0
When a host is flapping UP/DOWN (mostly during spanning-tree topology change) this trigger fire up 4 or 5 times. So the problem is that we receive lot of SMS for these hosts.
We need to have an alert when the 2 last attempt of ping failed, but once the trigger has fired up, I would like to not fire up again during a certain period.
Do you have a solution ?
Thank you
Comment