Ad Widget

Collapse

Question on the Proc.Num item in Zabbix 3.4

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abel5405
    Member
    • Jan 2019
    • 47

    #1

    Question on the Proc.Num item in Zabbix 3.4

    Greetings All,
    We are using the proc.num item in the Zabbix Active Agent to count the number of httpd processes on our Linux servers. Proc.Num seems to be working fine but when we do proc.num with the run state, we are showing zero processes. With proc.num is used with the sleep state we get the number of processes running and the values change with users sessions. Is this possible a miss-labeling of process states in 3.4? Many thanks in advance for your time and help.

    v/r
    Chris
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    What parameters do you use proc.num with?

    Comment

    • abel5405
      Member
      • Jan 2019
      • 47

      #3
      Sorry for the late response but here is how I am measuring the processes, I am monitoring for each state.
      proc.num[httpd,oracle,run]
      proc.num[httpd,oracle,disk]
      proc.num[httpd,oracle,sleep]
      proc.num[httpd,oracle,trace]
      proc.num[httpd,oracle,zomb]

      Comment

      Working...