Hi all,
I have zabbix agent on server running Oracle IAS to check the number of processes on RH3 with ps -ef |wc -l returnning 265 but with
zabbix_get -sxxx.xxx.32.50 -p10050 -k"proc.num"
909
i tried same proc.num on rh4 reurned same value than ps -ef |wc -l ( no problem on RH4 and fedora 3/4).
I am not sure how is proc.num returning the number of processes.
also i tested the followgin on the rh3 returned
proc.num[java]
543
on same machine i tried ps returned the following
ps -ef |grep java |wc -l
29
I not sure if there is bug on the agent the agent version i using is 1.1beta6( same problem i had with 1.1beta5).
Regard.
I have zabbix agent on server running Oracle IAS to check the number of processes on RH3 with ps -ef |wc -l returnning 265 but with
zabbix_get -sxxx.xxx.32.50 -p10050 -k"proc.num"
909
i tried same proc.num on rh4 reurned same value than ps -ef |wc -l ( no problem on RH4 and fedora 3/4).
I am not sure how is proc.num returning the number of processes.
also i tested the followgin on the rh3 returned
proc.num[java]
543
on same machine i tried ps returned the following
ps -ef |grep java |wc -l
29
I not sure if there is bug on the agent the agent version i using is 1.1beta6( same problem i had with 1.1beta5).
Regard.
Comment