Re: CCM stuck on "Changes detected!" after Apply Configurati
Posted: Thu Dec 13, 2018 11:39 am
@stefanw , Please run the following command as sudo to reset the config permissions.
https://support.nagios.com/kb/article/n ... es-34.html
Finally, run the following commands:
If the instrcutions above don't work run the following command and upload the support.txt file from the /tmp/ folder.
Then please follow the following article, section on how to fix the sudoers entries./usr/local/nagiosxi/scripts/reset_config_perms.sh
https://support.nagios.com/kb/article/n ... es-34.html
Finally, run the following commands:
service crond stop
service npcd stop
service nagios stop
service ndo2db stop
pkill -9 -u nagios
for i in $(ipcs -q | grep nagios |awk '{print $2}'); do ipcrm -q $i; done
rm -rf /usr/local/nagiosxi/var/dbmaint.lock
rm -rf /usr/local/nagiosxi/var/event_handler.lock
rm -rf /usr/local/nagiosxi/scripts/reconfigure_nagios.lock
service mysqld restart
service ndo2db start
service nagios start
service npcd start
service crond start
If the instrcutions above don't work run the following command and upload the support.txt file from the /tmp/ folder.
ls -lR /usr/local/nagios/ > /tmp/support.txt