Ad Widget

Collapse

Zabbix-server restarts and restarts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gorodgeroy
    Junior Member
    • Feb 2017
    • 18

    #1

    Zabbix-server restarts and restarts

    Hi all. Recently I realised that zabbix-server restarts every 20-30 minutes.

    in /var/log/syslog I can see only

    Jul 14 17:07:59 ru-tul-dc01-mon01 systemd[1]: zabbix-server.service: main process exited, code=exited, status=1/FAILURE
    Jul 14 17:07:59 ru-tul-dc01-mon01 systemd[1]: Unit zabbix-server.service entered failed state.
    Jul 14 17:08:09 ru-tul-dc01-mon01 systemd[1]: zabbix-server.service holdoff time over, scheduling restart.
    Jul 14 17:08:09 ru-tul-dc01-mon01 zabbix_server[19508]: Starting Zabbix Server. Zabbix 3.2.4 (revision 65975).
    Jul 14 17:08:09 ru-tul-dc01-mon01 zabbix_server[19508]: Press Ctrl+C to exit.

    /var/log/zabbix/zabbix_server.log

    Cannot adopt OID in UCD-SNMP-MIB: logMatch ::= { ucdavis 16 }
    Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendOutputFull ::= { nsExtendOutput1Entry 2 }
    Cannot adopt OID in NET-SNMP-EXAMPLES-MIB: netSnmpExampleNotification ::= { netSnmpExampleNotifications 1 }
    Cannot adopt OID in UCD-SNMP-MIB: fileTable ::= { ucdavis 15 }
    Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendOutput1Line ::= { nsExtendOutput1Entry 1 }
    Cannot adopt OID in NET-SNMP-EXAMPLES-MIB: netSnmpExampleNotificationObjects ::= { netSnmpExampleNotifications 2 }
    Cannot adopt OID in UCD-SNMP-MIB: ucdTraps ::= { ucdavis 251 }

    and many-many such errors

    What can be the problem and how to fix it?
    Last edited by gorodgeroy; 14-07-2017, 16:49. Reason: found additional info in logs
  • batchenr
    Senior Member
    • Sep 2016
    • 440

    #2
    Originally posted by gorodgeroy
    Hi all. Recently I realised that zabbix-server restarts every 20-30 minutes.

    in /var/log/syslog I can see only

    Jul 14 17:07:59 ru-tul-dc01-mon01 systemd[1]: zabbix-server.service: main process exited, code=exited, status=1/FAILURE
    Jul 14 17:07:59 ru-tul-dc01-mon01 systemd[1]: Unit zabbix-server.service entered failed state.
    Jul 14 17:08:09 ru-tul-dc01-mon01 systemd[1]: zabbix-server.service holdoff time over, scheduling restart.
    Jul 14 17:08:09 ru-tul-dc01-mon01 zabbix_server[19508]: Starting Zabbix Server. Zabbix 3.2.4 (revision 65975).
    Jul 14 17:08:09 ru-tul-dc01-mon01 zabbix_server[19508]: Press Ctrl+C to exit.

    /var/log/zabbix/zabbix_server.log

    Cannot adopt OID in UCD-SNMP-MIB: logMatch ::= { ucdavis 16 }
    Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendOutputFull ::= { nsExtendOutput1Entry 2 }
    Cannot adopt OID in NET-SNMP-EXAMPLES-MIB: netSnmpExampleNotification ::= { netSnmpExampleNotifications 1 }
    Cannot adopt OID in UCD-SNMP-MIB: fileTable ::= { ucdavis 15 }
    Cannot adopt OID in NET-SNMP-EXTEND-MIB: nsExtendOutput1Line ::= { nsExtendOutput1Entry 1 }
    Cannot adopt OID in NET-SNMP-EXAMPLES-MIB: netSnmpExampleNotificationObjects ::= { netSnmpExampleNotifications 2 }
    Cannot adopt OID in UCD-SNMP-MIB: ucdTraps ::= { ucdavis 251 }

    and many-many such errors

    What can be the problem and how to fix it?
    what is you zabbix server log debug level ?
    see if you can find weird stuff on zabbix graphs - cache, poller s busy and so on
    look for db errors

    Comment

    • gorodgeroy
      Junior Member
      • Feb 2017
      • 18

      #3
      Thx you! I've already fixed the problem, but forgot to post it's solution here:

      The zabbix was exceeded TrendCache so I've risen it from 4mb to 32mb (in /etc/zabbix/zabbix-server.conf) - now everything works fine.
      I figured it out while looking zabbix graphs, it was very helpful
      Last edited by gorodgeroy; 18-07-2017, 16:15. Reason: error in text

      Comment

      Working...