Page 1 of 1

changes detected stale message

Posted: Tue Aug 18, 2015 10:36 am
by kendallchenoweth
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?

Re: changes detected stale message

Posted: Tue Aug 18, 2015 12:20 pm
by ssax
What is the date on the system vs what is on the file?

Run this command on the server:

Code: Select all

date
Then compare it to the host or service file last modified date:

Code: Select all

ls -l /usr/local/nagios/etc/hosts/YOURHOSTNAME.cfg
or

Code: Select all

ls -l /usr/local/nagios/etc/services/YOURSERVICENAME.cfg
Please post them here as well (sanitized).

Re: changes detected stale message

Posted: Tue Aug 18, 2015 12:28 pm
by ssax
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";'