Hello,
I've a problem with awk into system.run key (zabbix agent 1.8.3 hpux)
the command is:
export UNIX95=1;ps -eflx -o pcpu,args|grep -i [myprocess]|grep -v grep|awk '{print $$1}'
The result is : not supported
Do you have an idea ?
thanks for your help.
I've a problem with awk into system.run key (zabbix agent 1.8.3 hpux)
the command is:
export UNIX95=1;ps -eflx -o pcpu,args|grep -i [myprocess]|grep -v grep|awk '{print $$1}'
The result is : not supported
Do you have an idea ?
thanks for your help.
Comment