Hey,
So i've got some hosts, like routers and such. I have a simole working trigger to report if a host reboots or goes down.
Usually these alerts are not needed, so i would like to make it more usable.
Currently this reports me if a host reboots:
template:system.uptime.change(0)}<0
How could that be changed to only trigger if the host reboots lets say >3 times in 3 hours?
So i've got some hosts, like routers and such. I have a simole working trigger to report if a host reboots or goes down.
Usually these alerts are not needed, so i would like to make it more usable.
Currently this reports me if a host reboots:
template:system.uptime.change(0)}<0
How could that be changed to only trigger if the host reboots lets say >3 times in 3 hours?
Comment