After upgrade Nagios XI to 5.5 version, i have some strange problems.
You can see from attachment, that when i checked quick config all values for ip address, hostgroup, contactgroup and others are unckecked,, while in CCM everything is ok.
Main problem is when i apply configuration, monitoring engine is going down for about 15-20 minutes.
In that 15-20 minutes there is a lot of this messages
Code: Select all
Jul 2 12:06:47 nagiosxi3 ndo2db: Warning: queue send error, retrying...
Jul 2 12:06:48 nagiosxi3 ndo2db: Message sent to queue.
Jul 2 12:06:48 nagiosxi3 ndo2db: Warning: queue send error, retrying...
Jul 2 12:06:49 nagiosxi3 ndo2db: Message sent to queue.
Jul 2 12:06:49 nagiosxi3 ndo2db: Warning: queue send error, retrying...
Jul 2 12:06:50 nagiosxi3 ndo2db: Message sent to queue.
Jul 2 12:06:50 nagiosxi3 ndo2db: Warning: queue send error, retrying...
Jul 2 12:06:51 nagiosxi3 ndo2db: Message sent to queue.
Jul 2 12:06:51 nagiosxi3 ndo2db: Warning: queue send error, retrying...
Jul 2 12:06:52 nagiosxi3 ndo2db: Message sent to queue.
Jul 2 12:06:52 nagiosxi3 ndo2db: Warning: queue send error, retrying...
Jul 2 12:06:53 nagiosxi3 ndo2db: Message sent to queue.
Jul 2 12:06:54 nagiosxi3 ndo2db: Warning: queue send error, retrying...
Jul 2 12:06:55 nagiosxi3 ndo2db: Message sent to queue.
Jul 2 12:06:55 nagiosxi3 ndo2db: Warning: queue send error, retrying...
Jul 2 12:06:56 nagiosxi3 ndo2db: Message sent to queue.
Jul 2 12:06:56 nagiosxi3 ndo2db: Warning: queue send error, retrying...
Jul 2 12:06:57 nagiosxi3 ndo2db: Message sent to queue.Code: Select all
[root@nagiosxi3 ~]# tail -f /var/log/mysqld.log
180701 15:01:50 [Note] /usr/libexec/mysqld: Shutdown complete
180701 15:01:50 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
180701 15:01:50 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
180701 15:01:51 InnoDB: Initializing buffer pool, size = 8.0M
180701 15:01:51 InnoDB: Completed initialization of buffer pool
180701 15:01:51 InnoDB: Started; log sequence number 0 18581314
180701 15:01:51 [Note] Event Scheduler: Loaded 0 events
180701 15:01:51 [Note] /usr/libexec/mysqld: ready for connections.
Version: '5.1.73' socket: '/var/lib/mysql/mysql.sock' port: 3306 Source distributioCode: Select all
Repair Complete: Removing Lock File
CREATING: /usr/local/nagiosxi/var/dbmaint.lock
CLEANING ndoutils TABLE 'commenthistory'...
SQL: DELETE FROM nagios_commenthistory WHERE entry_time < FROM_UNIXTIME(1498998902)
CLEANING ndoutils TABLE 'processevents'...
SQL: DELETE FROM nagios_processevents WHERE event_time < FROM_UNIXTIME(1498998902)
CLEANING ndoutils TABLE 'externalcommands'...
SQL: DELETE FROM nagios_externalcommands WHERE entry_time < FROM_UNIXTIME(1529930102)
CLEANING ndoutils TABLE 'logentries'...
SQL: DELETE FROM nagios_logentries WHERE logentry_time < FROM_UNIXTIME(1522758902)
CLEANING ndoutils TABLE 'notifications'...
SQL: DELETE FROM nagios_notifications WHERE start_time < FROM_UNIXTIME(1522758902)
CLEANING ndoutils TABLE 'contactnotifications'...
SQL: DELETE FROM nagios_contactnotifications WHERE start_time < FROM_UNIXTIME(1522758902)
CLEANING ndoutils TABLE 'contactnotificationmethods'...
SQL: DELETE FROM nagios_contactnotificationmethods WHERE start_time < FROM_UNIXTIME(1522758902)
CLEANING ndoutils TABLE 'statehistory'...
SQL: DELETE FROM nagios_statehistory WHERE state_time < FROM_UNIXTIME(1467462902)
CLEANING ndoutils TABLE 'timedevents'...
SQL: DELETE FROM nagios_timedevents WHERE event_time < FROM_UNIXTIME(1530534602)
CLEANING ndoutils TABLE 'systemcommands'...
SQL: DELETE FROM nagios_systemcommands WHERE start_time < FROM_UNIXTIME(1530534602)
CLEANING ndoutils TABLE 'servicechecks'...
SQL: DELETE FROM nagios_servicechecks WHERE start_time < FROM_UNIXTIME(1530534602)
CLEANING ndoutils TABLE 'hostchecks'...
SQL: DELETE FROM nagios_hostchecks WHERE start_time < FROM_UNIXTIME(1530534602)
CLEANING ndoutils TABLE 'eventhandlers'...
SQL: DELETE FROM nagios_eventhandlers WHERE start_time < FROM_UNIXTIME(1530534602)
LASTOPT: 1530533402
INTERVAL: 60
NOW: 1530534902
OPTTIME: 1530537002
CLEANING nagiosxi TABLE 'commands'...
SQL: DELETE FROM xi_commands WHERE processing_time < FROM_UNIXTIME(1530506102) AND status_code = 2
CLEANING nagiosxi TABLE 'events'...
SQL: DELETE FROM xi_events WHERE processing_time < FROM_UNIXTIME(1530506102) AND status_code = 2
CLEANING nagiosxi TABLE 'sessions'...
SQL: DELETE FROM xi_sessions WHERE session_last_active < FROM_UNIXTIME(1530448502)
CLEANING nagiosxi TABLE 'auth_tokens'...
SQL: DELETE FROM xi_auth_tokens WHERE auth_valid_until < FROM_UNIXTIME(1530448502)
CLEANING nagiosxi TABLE 'cmp_trapdata_log'...
SQL: DELETE FROM xi_cmp_trapdata_log WHERE trapdata_log_datetime < FROM_UNIXTIME(1522758902)
SQL1: SELECT xi_meta.meta_id FROM xi_meta LEFT JOIN xi_events ON xi_meta.metaobj_id=xi_events.event_id WHERE metatype_id='1' AND event_id IS NULL
SQL2: Deleted 42 (DELETE FROM xi_meta WHERE meta_id IN (SELECT xi_meta.meta_id FROM xi_meta LEFT JOIN xi_events ON xi_meta.metaobj_id=xi_events.event_id WHERE metatype_id='1' AND event_id IS NULL))
CLEANING nagiosxi TABLE 'auditlog'...
SQL: DELETE FROM xi_auditlog WHERE log_time < FROM_UNIXTIME(1527942902)
CLEANING nagiosql TABLE 'logbook'...
SQL: DELETE FROM tbl_logbook WHERE time < FROM_UNIXTIME(1530506102)