Hello!
I'm experiencing issue with Zabbix reporting wrong number of processes running on host.
Here's an example:
Centos 6.7 running system:
$ ps aux | wc -l
112
$ ps -em | wc -l
232
$ zabbix_agent -t proc.num[]
proc.num[] [u|111]
Running zabbix_get from the Zabbix server also shows correct number of processes:
zbxsrv$ zabbix_get -s IP.AD.DR.ESS -k proc.num[]
110
Yet Zabbix server's web interface reports and issues warnings that there are around 460 processes running on this system. I'm using default "Template OS Linux" to monitor this host.
Any ideas, what could be wrong?
Thanks!
I'm experiencing issue with Zabbix reporting wrong number of processes running on host.
Here's an example:
Centos 6.7 running system:
$ ps aux | wc -l
112
$ ps -em | wc -l
232
$ zabbix_agent -t proc.num[]
proc.num[] [u|111]
Running zabbix_get from the Zabbix server also shows correct number of processes:
zbxsrv$ zabbix_get -s IP.AD.DR.ESS -k proc.num[]
110
Yet Zabbix server's web interface reports and issues warnings that there are around 460 processes running on this system. I'm using default "Template OS Linux" to monitor this host.
Any ideas, what could be wrong?
Thanks!
Comment