Hi all,
I'm having trouble getting a trigger to function properly. I want it to trigger when a daemon process on a host has not been running for 5 minutes or more.
I have this:
{FQDN: proc.num[,,sleep,PROCESS-NAME].last(300)}=0
I thought that meant... trigger if last value over 300 sec is 0... but apparently it does not, because it triggers immediately.
I find the documentation isn't very helpful, very few usage examples and only a very summary explanation on most things. Can someone please explain how to set up my trigger and/or perhaps where I can find more detailed explanations on how zabbix triggers and items work.
I'm having trouble getting a trigger to function properly. I want it to trigger when a daemon process on a host has not been running for 5 minutes or more.
I have this:
{FQDN: proc.num[,,sleep,PROCESS-NAME].last(300)}=0
I thought that meant... trigger if last value over 300 sec is 0... but apparently it does not, because it triggers immediately.
I find the documentation isn't very helpful, very few usage examples and only a very summary explanation on most things. Can someone please explain how to set up my trigger and/or perhaps where I can find more detailed explanations on how zabbix triggers and items work.
Comment