Hello all.
I've a small strange problem. I use Zabbix to monitore the number of running processes for several processes.
It works fine for 7 ps out of 8, but for the last one it works not. The proc is running, I can see it in "ps -Af" (solaris box), but Zabbix says : "0" for the number of this proc running.
I think the only difference between this one and the other one is, the other one give a line in ps such as this one :
/path/to/procname
whereas the last one has a line such as :
/path/to/PR_ocname @/path/to/conf_file @anotherpath
The name of the process is something matching this : XX_xxxx where XX are uppercase, xx lower and _ is _.
Does anybody have an idea of why it doesn't give the right number of ps running ?
I've a small strange problem. I use Zabbix to monitore the number of running processes for several processes.
It works fine for 7 ps out of 8, but for the last one it works not. The proc is running, I can see it in "ps -Af" (solaris box), but Zabbix says : "0" for the number of this proc running.
I think the only difference between this one and the other one is, the other one give a line in ps such as this one :
/path/to/procname
whereas the last one has a line such as :
/path/to/PR_ocname @/path/to/conf_file @anotherpath
The name of the process is something matching this : XX_xxxx where XX are uppercase, xx lower and _ is _.
Does anybody have an idea of why it doesn't give the right number of ps running ?


Comment