I've got an issue with proc.num, and I think it might be a bug. Running Zabbix 1.4.4, RedHat EL 4 is the agent side. I've got 3 processes that I want to watch.
cbpadmin 5393 1 0 Feb13 ? 00:00:00 cbp_move_request -d
cbpadmin 5395 1 0 Feb13 ? 00:00:00 cbp_move_reply -d
cbpadmin 5397 1 0 Feb13 ? 00:03:27 cbp_handle_event -d
proc.num[cbp_move_reply] returns 1 as expected, but
proc.num[cbp_handle_event] and proc.num[cbp_move_request] both return 0, could this be an issue with the string length being a full 16 characters? I've tried monitoring other processes, and have seen similar behavior especially when trying to watch a process that is fully qualified.
cbpadmin 5393 1 0 Feb13 ? 00:00:00 cbp_move_request -d
cbpadmin 5395 1 0 Feb13 ? 00:00:00 cbp_move_reply -d
cbpadmin 5397 1 0 Feb13 ? 00:03:27 cbp_handle_event -d
proc.num[cbp_move_reply] returns 1 as expected, but
proc.num[cbp_handle_event] and proc.num[cbp_move_request] both return 0, could this be an issue with the string length being a full 16 characters? I've tried monitoring other processes, and have seen similar behavior especially when trying to watch a process that is fully qualified.
Comment