This morning I updated our dev server from 5.6.14 to 5.7.2, when it came back up I noticed that the server was no processing any checks,
Every host looks like this:

Although it say the host is up, it have not checked since I ran the update, and has not scheduled any future checks

Pretty much the same view in the Service Checks also.

And as you can see my server stats dashboard is looking green, but nothing is in the processing queue.

Now I did notice this during the upgrade, and I think think has something to do with the problem I am having.
Code: Select all
Performing upgrade...
> Upgrading from version 2.1.3 (/tmp/nagiosxi/subcomponents/ndo/ndo-3.0.2/db/upgrade-from-2.1.3.sql)
Code: Select all
[root@nagid01 services]# service ndo2db status
ndo2db: unrecognized service
I've checked and the file ndomod.cfg dose not exist in usr/local/nagios/etc on the dev box anymore, there is a copy on the production server.
Code: Select all
# NDOUtils module
# Commented out by NDO 'make install-broker-line' on Fri Jul 24 13:48:00 BST 2020
#broker_module=/usr/local/nagios/bin/ndomod.o config_file=/usr/local/nagios/etc/ndomod.cfgCode: Select all
# NDOUtils module
broker_module=/usr/local/nagios/bin/ndomod.o config_file=/usr/local/nagios/etc/ndomod.cfg
Code: Select all
# Default NDO config for Nagios XI
db_user=ndoutils
db_pass=n@gweb
db_name=nagios
db_host=localhost
db_port=3306
#db_socket=/var/lib/mysql.sock
db_max_reconnect_attempts=5
acknowledgement_data=1
comment_data=1
contact_status_data=1
downtime_data=1
event_handler_data=1
external_command_data=1
flapping_data=1
host_check_data=1
host_status_data=1
log_data=1
main_config_data=1
notification_data=1
object_config_data=1
process_data=1
program_status_data=1
retention_data=1
service_check_data=1
service_status_data=1
state_change_data=1
system_command_data=1
timed_event_data=1
config_output_options=2
max_object_insert_count=250
mysql_set_charset_name=utf8
