Ad Widget

Collapse

PB zabbix_agentd with 1.1

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • krusty
    Senior Member
    • Oct 2005
    • 222

    #1

    PB zabbix_agentd with 1.1

    Hi,

    today i have upgrade our zabbix server from 1.1beta9 to stable 1.1.

    The server works fine, but the zabbix_agentd makes some trouble. I have started the agentd process by running the init script. The problem is that i do not get any values from my zabbix server.

    I have set the debug level to 4 but i cant find any problems. Here is one extraction of the zabbix_agentd.log file

    Code:
    018112:20060606:112503 Before read
    018112:20060606:112503 In delete_all_metrics()
    018112:20060606:112503 Parsed [ZBX_EOF]
    018112:20060606:112503 Sleeping for 60 seconds
    018112:20060606:112603 Sleeping for 60 seconds
    018112:20060606:112703 In refresh_metrics()
    018112:20060606:112703 get_active_checks: host[127.0.0.1] port[10051]
    018112:20060606:112703 Sending [ZBX_GET_ACTIVE_CHECKS
    localhost
    ]
    018112:20060606:112703 Before read
    018112:20060606:112703 In delete_all_metrics()
    018112:20060606:112703 Parsed [ZBX_EOF]
    018112:20060606:112703 Sleeping for 60 seconds
    018112:20060606:112803 Sleeping for 60 seconds
    018112:20060606:112903 In refresh_metrics()
    018112:20060606:112903 get_active_checks: host[127.0.0.1] port[10051]
    018112:20060606:112903 Sending [ZBX_GET_ACTIVE_CHECKS
    localhost
    ]
    018112:20060606:112903 Before read
    018112:20060606:112903 In delete_all_metrics()
    018112:20060606:112903 Parsed [ZBX_EOF]
    018112:20060606:112903 Sleeping for 60 seconds
    018112:20060606:113003 Sleeping for 60 seconds
    018112:20060606:113103 In refresh_metrics()
    018112:20060606:113103 get_active_checks: host[127.0.0.1] port[10051]
    018112:20060606:113103 Sending [ZBX_GET_ACTIVE_CHECKS
    localhost
    ]
    018112:20060606:113103 Before read
    018112:20060606:113103 In delete_all_metrics()
    018112:20060606:113103 Parsed [ZBX_EOF]
    018112:20060606:113103 Sleeping for 60 seconds
    018112:20060606:113203 Sleeping for 60 seconds
    018112:20060606:113303 In refresh_metrics()
    018112:20060606:113303 get_active_checks: host[127.0.0.1] port[10051]
    018112:20060606:113303 Sending [ZBX_GET_ACTIVE_CHECKS
    localhost
    ]
    018112:20060606:113303 Before read
    018112:20060606:113303 In delete_all_metrics()
    018112:20060606:113303 Parsed [ZBX_EOF]
    018112:20060606:113303 Sleeping for 60 seconds
    018112:20060606:113403 Sleeping for 60 seconds
    Have somebody any idea whats wrong???
  • vrtareg
    Senior Member
    • May 2006
    • 293

    #2
    Hi

    Do you change "Server" and "Hostname" values in /etc/zabbix/zabbix_agentd.conf file?

    Regards
    Areg

    Comment

    • krusty
      Senior Member
      • Oct 2005
      • 222

      #3
      Hi, the zabbix_agentd.conf file is exact the same as the last.

      Any other ideas?

      Comment

      • krusty
        Senior Member
        • Oct 2005
        • 222

        #4
        Problem temporary fixed by entering sql command in cronjob!

        Found the problem.

        A few weeks ago Alexei checked the same problem on our system. He locate some trouble in our database. The trouble result from the zabbix_server process.
        At that time he give me one workaround to fix the problem.

        I have to execute the following command every minute.

        PHP Code:
        update hosts set errors_from=
        After i have set some cronjob to execute this sql command everything works fine.

        @Alexei and developer,
        perhaps the old problem wasn't fixed by you. Could you check this issue and report whats happen?

        Comment

        Working...