Ad Widget

Collapse

In collect_cpustat()

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • evors
    Junior Member
    • Mar 2010
    • 18

    #1

    In collect_cpustat()

    Hi, anyone can explain me what meant this line in log file:

    Code:
    In collect_cpustat()
  • technikolor
    Junior Member
    • Dec 2007
    • 9

    #2
    That suggests your logging in debug (4) mode. The agents poll CPU information using the collect_cpustats() function in the Zabbix code. This is really for developers to watch Zabbix deep down as various C functions are entered and returned.

    Non-developers should ignore the messages and decrease logging to level 3 (ie: "DebugLevel=3") or below in your configuration file.

    Comment

    Working...