Ad Widget

Collapse

"No data" everywhere...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Stephanizoly
    Junior Member
    • Jul 2009
    • 13

    #1

    "No data" everywhere...

    Hi,

    I have a serious problem : I installed Zabbix 1.6 and, by defaults, there is an host : Zabbix server and some items and graphs.

    When I wanted to check Zabbix working, I looked for Zabbix server's graphs, but in the variables, it's write "no data"
    (example :
    ZABBIX Server : Incoming traffic on interface eth0 [ no data ])

    Also, there isn't any data in the latest data, triggers, graphs... in the Monitoring page.

    Can you help me?

    For information, I already installed the same software in one other PC, it worked and I followed the same method here. My Ethernet link works and I link another PC to my computer. The PC sends PING to my computer but I can't see it on Zabbix... ?? ??

    Stephanie
  • Stephanizoly
    Junior Member
    • Jul 2009
    • 13

    #2
    "No data" everywhere ==> problem solved

    I have solved the problem...
    When an error occurs, you must check the file "zabbix_server.log".

    On this file, it was written :
    ...Cannot connet to [127.0.0.1 : 161]...

    I looked the file "zabbix_server.conf" and only one adress was written (and not mine), I added some adresses for my test and my hosts were known.

    The second problem was for another host :
    ...[2002] Can't connect to local MySQL server through socket 'var/lib/mysql/mysql.sock"

    I tried to see if the snmp works with "snmpwalk", it didn't work... I rebooted the computer (the snmpwalk runs on the computer itself but not through the Ethernet link on the second computer monitored)

    In the same file ("zabbix_server.conf"), at the end, there isn't advisable DBSocket. Then I added DBSocket=/tmp/mysql.sock

    I restart apache, mysql, snmp and Zabbix and finally, it works.

    Comment

    Working...