I'm trying to use proc.num to monitor a system process, which is enclosed in brackets.
Example, ps -ef | grep ipvs returns the following
root 5581 2 0 Oct08 ? 00:33:18 [ipvs_syncmaster]
My key looks like proc.num[,root,,ipvs] but zabbix returns 0. In fact, it seems to return 0 for any process enclosed in brackets.
Any thoughts?
Example, ps -ef | grep ipvs returns the following
root 5581 2 0 Oct08 ? 00:33:18 [ipvs_syncmaster]
My key looks like proc.num[,root,,ipvs] but zabbix returns 0. In fact, it seems to return 0 for any process enclosed in brackets.
Any thoughts?
Comment