Hi All,
We have trigger if a system gets rebooted. This works perfect but when a system is in a Maintenance period (schedule) then the alert is also trigger after the period ends.
Let me explain a bit more:
Maintenance periods: 17:00 - 7:30 system is down for maintenance.
After this period the system is up and running for 30 minutes already. We start the system at 7:00.
The trigger: change(/<hostname>/system.uptime)<0 is triggered.
Is there a solution to not trigger this trigger if the system is rebooted inside a maintenance period?
Thanks in advance
We have trigger if a system gets rebooted. This works perfect but when a system is in a Maintenance period (schedule) then the alert is also trigger after the period ends.
Let me explain a bit more:
Maintenance periods: 17:00 - 7:30 system is down for maintenance.
After this period the system is up and running for 30 minutes already. We start the system at 7:00.
The trigger: change(/<hostname>/system.uptime)<0 is triggered.
Is there a solution to not trigger this trigger if the system is rebooted inside a maintenance period?
Thanks in advance
Comment