We are trying to monitor how much CPU usage a process uses on Linux.
There is no native Zabbix agent way of getting this.
This is on Zabbix 2.0.9
I have tried using this UserParameter with no luck. Anyone have a better way?
Regards -
Jeff
There is no native Zabbix agent way of getting this.
This is on Zabbix 2.0.9
I have tried using this UserParameter with no luck. Anyone have a better way?
Code:
UserParameter=cpulog,top -b | grep caiLogA2 | awk '{print $9}'
Jeff
Comment