Ad Widget

Collapse

zabbix_server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • miboit01
    Junior Member
    • May 2006
    • 8

    #1

    zabbix_server

    I m doing a installation of zabbix-1.1beta9 with success.

    But I kann't zabbix_server start.
    zabbix_server.conf is configured.

    In zabbix_server.log I have :
    004122:20060518:165840 Error while mysql_fetch_row():Error [] Rownum [0] Fieldnum

    Mysql run
    The agent run.
    I kann do http://localhost/zabbix/.

    Thanks
  • erisan500
    Senior Member
    Zabbix Certified Specialist
    • Aug 2005
    • 285

    #2
    Does zabbix have permission to access mysql ??
    Did you run the .sql scripts to create the tables and populate with initial data?

    EriSan
    Last edited by erisan500; 18-05-2006, 20:57.
    EriSan
    Zabbix Certified Specialist

    Comment

    • miboit01
      Junior Member
      • May 2006
      • 8

      #3
      Yes, I have access to Mysql.
      I have the hosts added.

      Comment

      • just2blue4u
        Senior Member
        • Apr 2006
        • 347

        #4
        Das sieht wirklich sehr danach aus, als wären die SQL-Files nicht richtig installiert!
        lösche doch mal die zabbix DB und installiere sie mit den beiden scripts neu!

        -----------

        this really looks like as if the DB isn't installed correctly. please reinstall it...
        Big ZABBIX is watching you!
        (... and my 48 hosts, 4513 items, 1280 triggers via zabbix v1.6 on CentOS 5.0)

        Comment

        • miboit01
          Junior Member
          • May 2006
          • 8

          #5
          I have installed again the database (data and schema).

          But I have again the error in .log

          [I]003660:20060519:102309 Starting zabbix_server. ZABBIX 1.1beta8.
          003660:20060519:102309 Executing query:select refresh_unsupported from config
          003660:20060519:102309 In DBnum_rows
          003660:20060519:102309 Result of DBnum_rows [1]
          003660:20060519:102309 Error while mysql_fetch_row():Error [] Rownum [0] Fieldnum [0]
          003660:20060519:102309 In zabbix_log()
          003660:20060519:102309 Executing query:select i.itemid,i.key_,h.host,h.port,i.delay,i.descriptio n,i.nextcheck,i.type,i.snmp_community,i.snmp_oid,h .useip,h.ip,i.history,i.lastvalue,i.prevvalue,i.ho stid,h.status,i.value_type,h.errors_from,i.snmp_po rt,i.delta,i.prevorgvalue,i.lastclock,i.units,i.mu ltiplier,i.snmpv3_securityname,i.snmpv3_securityle vel,i.snmpv3_authpassphrase,i.snmpv3_privpassphras e,i.formula,h.available,i.status,i.trapper_hosts,i .logtimefmt,i.valuemapid from hosts h, items i where h.hostid=i.hostid and i.key_='zabbix[log]' and i.value_type=1
          003660:20060519:102309 In DBnum_rows
          003660:20060519:102309 No zabbix[log] to update.

          Comment

          Working...