Hello,
Running Nagios XI 2014R2.0, when I make an update to a service in the CCM and successfully apply it, I still see the message "Changes detected! Apply Configuration for new changes to take effect". If I click on "Apply changes" again or refresh the page, the message still exists. This is a cosmetic false alert in the Nagios XI interface, but a really irritating one. Is this identified as any of the patches since version 2.0? Can you duplicate this problem in the current version of Nagios?
changes detected stale message
Re: changes detected stale message
What is the date on the system vs what is on the file?
Run this command on the server:
Then compare it to the host or service file last modified date:
or
Please post them here as well (sanitized).
Run this command on the server:
Code: Select all
dateCode: Select all
ls -l /usr/local/nagios/etc/hosts/YOURHOSTNAME.cfgCode: Select all
ls -l /usr/local/nagios/etc/services/YOURSERVICENAME.cfgRe: changes detected stale message
In addition to above, also post the output of these commands as well:
Code: Select all
ls -l /etc/localtime
php -r 'echo date("D M j G:i:s T Y")."\n";'