I'm relatively new to zabbix so I'm sure I must be missing something. I'm trying to monitor a process I checked that the key works locally on the client using
this returns [u|2]
So when I made the trigger
however this does not seem to be working if I kill the process or have it running it reports as PROBLEM when I change it to CODE] .last(0)}>2[/CODE] it reports as OK even if the process is down. I have tried the following
I suspect it may not have to do with the trigger at all and perhaps some miss configuration of the key?
Code:
zabbix_agentd -t proc.num[,,,ntpd]
So when I made the trigger
Code:
.[B]last([/B]0[B])[/B]}<2
Code:
.[B]last([/B]0[B])[/B]}<=2
Code:
.[B]last([/B]0[B])[/B]}<1
Code:
.[B]last([/B]0[B])[/B]}=1
Code:
.[B]last([/B]0[B])[/B]}=0
Code:
.[B]last([/B]0[B])[/B]}>=1
Code:
.[B]last([/B]0[B])[/B]}>=2
Comment