changes detected stale message

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
kendallchenoweth
Posts: 195
Joined: Fri Sep 13, 2013 10:43 am

changes detected stale message

Post 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?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: changes detected stale message

Post 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).
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: changes detected stale message

Post 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";'
Locked