Hi,
I've a problem with my file zabbix_agentd.conf from HPUX 11.23
Ma syntax is:
UserParameter=p1.cpu,export UNIX95=1;ps -eflx -o pcpu,args|grep -i p1|grep -v grep|awk '{s += $1} END {printf "%.2f\n" , s}'
When i'm reading my log file there is:
Requested [p1.cpu]
Sending back [ZBX_NOTSUPPORTED]
-- That's OK in v1.4.4 zabbix agentd
thanks for your help.....(and sorry for my english)
I've a problem with my file zabbix_agentd.conf from HPUX 11.23
Ma syntax is:
UserParameter=p1.cpu,export UNIX95=1;ps -eflx -o pcpu,args|grep -i p1|grep -v grep|awk '{s += $1} END {printf "%.2f\n" , s}'
When i'm reading my log file there is:
Requested [p1.cpu]
Sending back [ZBX_NOTSUPPORTED]
-- That's OK in v1.4.4 zabbix agentd
thanks for your help.....(and sorry for my english)
Comment