Hello,
I want to know if there is a good way to suppress recovery alerts during a maintenance period? I'm running Zabbix 5.4 on Ubuntu Linux.
I originally had the trigger action defined with a condition of "Problem is NOT suppressed" and that would indeed not send any notification messages when triggers fired during a maintenance window.
However, what that also meant, was that anything that was still in a problem state when the maintenance period expired would never send any notification messages.
My operations definition does have the "Pause operations for suppressed problems" checked.
What I would like to do is the following.
1. If the host is not in maintenance then all trigger notifications should fire normally.
2. If the host is in maintenance mode then no alerts should fire during the maintenance mode (meaning no problem or recovery alerts).
3. Once a host comes out of maintenance mode, if an problem condition still exists, all triggers should fire and notifications should be sent normally.
I've just added a "Time Period not in..." condition (that matched my maintenance mode), but that seems to defeat the purpose of defining a maintenance mode and I am also worried that my condition #3 from above is also now not going to work.
It makes no sense to me that if I have a maintenance mode defined where I know that 100's of items are going to be in a "problem" state that I receive 100's of recovery notifications when they do recover but are still in maintenance mode.
Is there any way to accomplish what I'm looking for here?
Thanks,
Cliff
I want to know if there is a good way to suppress recovery alerts during a maintenance period? I'm running Zabbix 5.4 on Ubuntu Linux.
I originally had the trigger action defined with a condition of "Problem is NOT suppressed" and that would indeed not send any notification messages when triggers fired during a maintenance window.
However, what that also meant, was that anything that was still in a problem state when the maintenance period expired would never send any notification messages.
My operations definition does have the "Pause operations for suppressed problems" checked.
What I would like to do is the following.
1. If the host is not in maintenance then all trigger notifications should fire normally.
2. If the host is in maintenance mode then no alerts should fire during the maintenance mode (meaning no problem or recovery alerts).
3. Once a host comes out of maintenance mode, if an problem condition still exists, all triggers should fire and notifications should be sent normally.
I've just added a "Time Period not in..." condition (that matched my maintenance mode), but that seems to defeat the purpose of defining a maintenance mode and I am also worried that my condition #3 from above is also now not going to work.
It makes no sense to me that if I have a maintenance mode defined where I know that 100's of items are going to be in a "problem" state that I receive 100's of recovery notifications when they do recover but are still in maintenance mode.
Is there any way to accomplish what I'm looking for here?
Thanks,
Cliff

Comment