Ad Widget

Collapse

proc_cnt[*] problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nascimento.rp
    Junior Member
    • Sep 2005
    • 7

    #1

    proc_cnt[*] problem

    Hi ALL (again )

    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,



    Nascimento
  • dkovach
    Junior Member
    • Oct 2005
    • 6

    #2
    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.

    Comment

    • dkovach
      Junior Member
      • Oct 2005
      • 6

      #3
      anyone? ...

      Comment

      Working...