Zabbix V1.4.5, compiled & installed on Solaris V9, new Zabbix user.
I've looked through the docs and maybe I'm missing some kind of fundamental concept: I want to create a trigger to fire if a particular named process is missing. This process isn't one of the default missing process triggers (inetd, sshd, syslogd, etc.) that are part of the out-of-the-box Zabbix install.
On the Zabbix server, I'm in Configuration-->Triggers and choose an existing trigger that looks like this:
Thanks!
I've looked through the docs and maybe I'm missing some kind of fundamental concept: I want to create a trigger to fire if a particular named process is missing. This process isn't one of the default missing process triggers (inetd, sshd, syslogd, etc.) that are part of the out-of-the-box Zabbix install.
On the Zabbix server, I'm in Configuration-->Triggers and choose an existing trigger that looks like this:
Name: Inetd is not running on {HOSTNAME}
Expression: {myclient
roc.num[inetd].last(0)}<1
So... I figured I could just clone the above trigger and modify the inetd part to become the process name that I wanted, but no dice - I get this error when trying to save the new trigger:Expression: {myclient
roc.num[inetd].last(0)}<1No such monitored parameter (proc.num[nsrd]) for host (myclient)
Do I need to modify my /etc/zabbix/zabbix_agentd.conf file to define something so that I can have a trigger fire when process nsrd is missing?Thanks!
Comment