Hi,
I have the following UserParameter defined in zabbix_agentd.conf file:
UnsafeUserParameters=1
UserParameter=Inst1,ps -ef | grep 14501 | awk {'print $4'}
This should return the CPU utilisation of a specific process, and the command works nicely while executing it from the terminal.
Now, I defined a new item, as per attached pic.
Any insights on why this fails to work ? Nothing I can see in the graph..
I have the following UserParameter defined in zabbix_agentd.conf file:
UnsafeUserParameters=1
UserParameter=Inst1,ps -ef | grep 14501 | awk {'print $4'}
This should return the CPU utilisation of a specific process, and the command works nicely while executing it from the terminal.
Now, I defined a new item, as per attached pic.
Any insights on why this fails to work ? Nothing I can see in the graph..
Comment