Page 1 of 1
Changes detected! Apply Configuration for new changes to tak
Posted: Tue Aug 18, 2015 4:02 pm
by CFT6Server
I've done additional imports and I am seeing the following message but any "Apply Configuration" does not seem to fix it. (Relating to
https://support.nagios.com/forum/viewto ... 16&t=34222 ?)
Code: Select all
# date
Tue Aug 18 13:59:53 PDT 2015
# ls -l /etc/localtime
lrwxrwxrwx 1 root root 37 Aug 18 11:06 /etc/localtime -> /usr/share/zoneinfo/America/Vancouver
# php -r 'echo date("D M j G:i:s T Y")."\n";'
Tue Aug 18 13:59:54 PDT 2015
]# ls -l /usr/local/nagios/etc/servicetemplates.cfg
-rw-rw-r-- 1 apache nagios 47560 Aug 18 13:55 /usr/local/nagios/etc/servicetemplates.cfg
Re: Changes detected! Apply Configuration for new changes to
Posted: Tue Aug 18, 2015 4:07 pm
by hsmith
What version of XI are you running?
Re: Changes detected! Apply Configuration for new changes to
Posted: Tue Aug 18, 2015 4:22 pm
by CFT6Server
I am using 2014R2.6
Re: Changes detected! Apply Configuration for new changes to
Posted: Tue Aug 18, 2015 7:27 pm
by Box293
Now that your timezone settings were resolved in your last post, does doing a Delete (Tools > Write Config Files) and then Apply Configuration resolve the issue?
Re: Changes detected! Apply Configuration for new changes to
Posted: Tue Aug 18, 2015 10:28 pm
by CFT6Server
Unfortunately it didn't.
Re: Changes detected! Apply Configuration for new changes to
Posted: Wed Aug 19, 2015 9:49 am
by tgriep
Run the following tail command in a shell, then Apply the Configuration and post the output of the tail command.
Code: Select all
/usr/local/nagiosxi/var/cmdsubsys.log
It could also be a permission issue. Try the following.
Configuration Applies, No Changes Take Place
This is generally due to permissions issues with the configuration file. Use the Write Config Tool in the Core Config Manager to see if you can manually write the DB information to the config files. If the Write Config Tool returns error messages related to permissions you can run the following script to correct the permission settings:
/usr/local/nagiosxi/scripts/reset_config_perms
Re: Changes detected! Apply Configuration for new changes to
Posted: Wed Aug 19, 2015 12:06 pm
by CFT6Server
I ran the command "/usr/local/nagiosxi/scripts/reset_config_perms" and then now after applying configuration, everything is looking fine again.
Re: Changes detected! Apply Configuration for new changes to
Posted: Wed Aug 19, 2015 12:09 pm
by tgriep
That is good to hear. I'll close up this post then.