I tried thoroughly searching for an answer before resorting to posting- any help would be much appreciated:
[root@host ~]# zabbix_get -s 10.166.151.101 -k proc.num[,root]
0
[root@host ~]# zabbix_get -s 10.166.151.101 -k proc.num[,zabbix]
5
Zabbix server version: 2.4.6
Zabbix agent version: v2.4.7 (revision 56694) (12 November 2015)
So it seems like the zabbix agent process doesn't have access to non zabbix-user processes when dealing with proc.num but I'm not sure how to go about fixing this- thus far all other monitoring (other items) seems to be working.
[root@host ~]# zabbix_get -s 10.166.151.101 -k proc.num[,root]
0
[root@host ~]# zabbix_get -s 10.166.151.101 -k proc.num[,zabbix]
5
Zabbix server version: 2.4.6
Zabbix agent version: v2.4.7 (revision 56694) (12 November 2015)
So it seems like the zabbix agent process doesn't have access to non zabbix-user processes when dealing with proc.num but I'm not sure how to go about fixing this- thus far all other monitoring (other items) seems to be working.
Comment