Ad Widget

Collapse

Zabbix problem : Connection refused

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shinsuke
    Junior Member
    • Jan 2018
    • 16

    #1

    Zabbix problem : Connection refused

    Help ! i can't monitored my zabbix server!
    root@ubuntu:/# tail -n 10 /var/log/zabbix/zabbix_server.log
    Cannot adopt OID in UCD-SNMP-MIB: laErrorFlag ::= { laEntry 100 }
    Cannot adopt OID in UCD-SNMP-MIB: laLoadFloat ::= { laEntry 6 }
    Cannot adopt OID in UCD-SNMP-MIB: laLoadInt ::= { laEntry 5 }
    Cannot adopt OID in UCD-SNMP-MIB: laConfig ::= { laEntry 4 }
    Cannot adopt OID in UCD-SNMP-MIB: laLoad ::= { laEntry 3 }
    Cannot adopt OID in UCD-SNMP-MIB: laNames ::= { laEntry 2 }
    Cannot adopt OID in UCD-SNMP-MIB: laIndex ::= { laEntry 1 }
    1912:20180117:170356.949 Zabbix agent item "service.info[SecurityHealthService,state]" on host "Windows host" failed: first network error, wait for 15 seconds
    1913:20180117:170415.403 Zabbix agent item "net.if.out[WAN Miniport (Network Monitor)]" on host "Windows host" failed: another network error, wait for 15 seconds
    1913:20180117:170430.695 resuming Zabbix agent checks on host "Windows host": connection restored
    Last edited by shinsuke; 02-02-2018, 13:48.
  • zabbixfk
    Senior Member
    • Jun 2013
    • 256

    #2
    Zabbix problem : Connection refused

    For Connection refused , check if your windows server has zabbix agent running and pointing to the server you desire ( check server= variable in zabbix_agentd.conf), also check if you have firewall up , allow zabbix ports in your windows firewall.
    Also you can login to zabbix server, check in command line via
    Code:
    zabbix_get -s WINDOWS_SERVER_IP -i agent.ping
    Thanks

    Comment

    • shinsuke
      Junior Member
      • Jan 2018
      • 16

      #3
      Thanks for reply, i resolved my problem with just restarting the zabbix agent service

      Comment

      Working...