Ad Widget

Collapse

zbx_zbx_setproctitle msj in Zabbix 3.0.1

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • amanogue
    Member
    • Mar 2015
    • 34

    #1

    zbx_zbx_setproctitle msj in Zabbix 3.0.1

    I've just made a fresh install CentOS7 + Zabbix 3.0.1

    In the zabbix_agent log (debug=4) I see to many msj like this.

    Is there any setting I must change?

    Regards.

    15396:20160301:182608.282 __zbx_zbx_setproctitle() title:'active checks #1 [idle 1 sec]'
    15392:20160301:182609.090 __zbx_zbx_setproctitle() title:'collector [processing data]'
    15392:20160301:182609.090 In update_cpustats()
    15392:20160301:182609.091 End of update_cpustats()
    15392:20160301:182609.091 __zbx_zbx_setproctitle() title:'collector [idle 1 sec]'
    15396:20160301:182609.282 In send_buffer() host:'127.0.0.1' port:10051 entries:0/100
    15396:20160301:182609.282 End of send_buffer():SUCCEED
    15396:20160301:182609.283 __zbx_zbx_setproctitle() title:'active checks #1 [idle 1 sec]'
    15392:20160301:182610.091 __zbx_zbx_setproctitle() title:'collector [processing data]'
    15392:20160301:182610.091 In update_cpustats()
    15392:20160301:182610.091 End of update_cpustats()
    15392:20160301:182610.091 __zbx_zbx_setproctitle() title:'collector [idle 1 sec]'
    15396:20160301:182610.283 In send_buffer() host:'127.0.0.1' port:10051 entries:0/100
    15396:20160301:182610.283 End of send_buffer():SUCCEED
    15396:20160301:182610.283 __zbx_zbx_setproctitle() title:'active checks #1 [idle 1 sec]'
    15392:20160301:182611.092 __zbx_zbx_setproctitle() title:'collector [processing data]'
    15392:20160301:182611.092 In update_cpustats()
    15392:20160301:182611.093 End of update_cpustats()
    15392:20160301:182611.093 __zbx_zbx_setproctitle() title:'collector [idle 1 sec]'
    15395:20160301:182611.280 __zbx_zbx_setproctitle() title:'listener #3 [processing request]'
    15395:20160301:182611.281 Requested [proc.num[,,run]]
    15396:20160301:182611.291 In send_buffer() host:'127.0.0.1' port:10051 entries:0/100
  • glebs.ivanovskis
    Senior Member
    • Jul 2015
    • 237

    #2
    These messages were present before, simply formatting changed a bit. See https://support.zabbix.com/browse/ZBX-10001

    Comment

    • amanogue
      Member
      • Mar 2015
      • 34

      #3
      Thanks for the comment.

      Is there anyway to avoid this msj?

      TIA.

      Comment

      • glebs.ivanovskis
        Senior Member
        • Jul 2015
        • 237

        #4
        No, if DebugLevel=4.

        If you feel overwhelmed by messages, you can use DebugLevel=3 or set different levels for different Zabbix processes or process types using runtime control options.

        Of course, as a last resort, you can modify sources if you don't like this particular message.

        Comment

        Working...