Hi
I have question about create rule trigger
I want set alert trigger status critical first and then trigger status down second in one alert
This is my trigger settings. I'm not sure if this setting is correct ?
thanks
Hi User,
Do you want to set a alert like " If a node status is equal to critical or if "node status is eqaul to down"then alert will be triggered.
If it is then your config is wrong you have written like node should be both " down" and "critical" then only alert will be triggered.
Make it as "Node status is equal to DOWN" OR "Node status is equal to" Critical"
So if any condition matches alert will be triggered.
Thanks
Hi @Sparveen
When i set "Node status is equal to DOWN" OR "Node status is equal to" Critical"
I want an Alert Critical to be sent first, then sent Alert Down.
ิีิBut alert critical will not be sent before Alert Down, but will come along.
I'm not sure if I'm setting something wrong. or I misunderstood the alert principle ?
Critical and down both are different thing, like if any interface is down your device will show as criticial state,
but node will show down when percent packet loss is 100% but in case of critical node percent loss is not 100%
in case of node down must be sent trigger critical first and then trigger alert down is sent. Is that correct ?