Hi all,
I have a problem with the creation of new trigger and items,
I have zabbix server 1.6.2 on linux and zabbix agent 1.4 prebuild for HP-UX 11.11 form the download section.
I have added on the zabbix_agentd.conf this line :
and restarted the zabbix_agentd
i have create my item and my trigger on the web interface :
Item :
Trigger :
but the item stay on "Not supported by ZABBIX agent" and the trigger stay on "Trigger just added. No status update so far."
userparameter is not implemented for hp-ux or i have forget something ? or zabbix agent 1.6.2 for hp-ux 11.11 is needed to talk with the server ? or something else ?
I have a problem with the creation of new trigger and items,
I have zabbix server 1.6.2 on linux and zabbix agent 1.4 prebuild for HP-UX 11.11 form the download section.
I have added on the zabbix_agentd.conf this line :
Code:
UserParameter=oracle.cnt,ps -e|grep oracle|wc -l
i have create my item and my trigger on the web interface :
Item :
Code:
proc.num[oracle.cnt]
Code:
{HPUX:proc.num[oracle.cnt].last(0)}<1
userparameter is not implemented for hp-ux or i have forget something ? or zabbix agent 1.6.2 for hp-ux 11.11 is needed to talk with the server ? or something else ?
Comment