I currently have the item and trigger configured as follows
item: proc.num["isc-dhcp-server",,trace]
trigger: min(/server/proc.num["isc-dhcp-server",,trace],5m)
the goal is to get a notification when the service goes down for more than 5 mins. Is this the correct way to do it?
item: proc.num["isc-dhcp-server",,trace]
trigger: min(/server/proc.num["isc-dhcp-server",,trace],5m)
the goal is to get a notification when the service goes down for more than 5 mins. Is this the correct way to do it?
Comment