on the nagios console server:In MySQL -- nagiosql.tbl_service table is being updated but nagios.nagios_services is NOT updating is it suppose too?
Yes. The Nagios database is used for display, so that suggests the checks are running and notifying properly, but just not updating the webUI. Are you receiving notifications? The nagios.log just has a bunch of ndomod errors in it.
Code: Select all[1494883743] ndomod: Error writing to data sink! Some output may get lost...
[1494883743] ndomod: Please check remote ndo2db log, database connection or SSL Parameters
Is there some sort of limiter in place? Those errors are interspersed with it working. Perhaps there are two ndo2db running? You can check with ps -aef | grep ndo2db
[root@nsc-cld-dma-001 etc]# ps -aef | grep ndo2db
nagios 3740 1 0 May15 ? 00:00:00 /usr/local/nagios/bin/ndo2db -c /usr/local/nagios/etc/ndo2db.cfg
root 13362 23464 0 11:19 pts/0 00:00:00 grep --color=auto ndo2db
On the client there is nothing running.
If I manually run /usr/local/nagiosxi/scripts/reconfigure_nagios.sh will that update nagios database?