PDA

View Full Version : proc_cnt[*] problem


nascimento.rp
20-09-2005, 22:56
Hi ALL (again :D)

I have a Zabbix server (suckerd) running in a SuSE 9.3 Professional box and I have a Zabbix agentd running in a Solaris 8 box.
I want to count how much ora_smon_BND process I have, so I make an item with this configuration:

Key: proc_cnt[ora_smon_BND]
interval: 15
history: 60
status: monitored

So, the item is Active and last value returned is 0, but if I connect to the server and list the process I have one ora_smon_BND. What's happen? Why the agent don't see this process?

Thanks,

:D

Nascimento

dkovach
22-10-2005, 03:46
i'm interested in this as well, after my last upgrade to 1.1b2 all my proc_cnt[httpd] return 0 even though there's obviously running httpd processes on the server. the addition of a user-defined proc_count[httpd] which counts the number of httpd lines ps outputs confirms that this is a problem since the proc_count[httpd] that i added works just fine.

dkovach
27-10-2005, 23:48
anyone? ...