Changes detected! Apply Configuration for new changes to tak

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
CFT6Server
Posts: 506
Joined: Wed Apr 15, 2015 4:21 pm

Changes detected! Apply Configuration for new changes to tak

Post 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
You do not have the required permissions to view the files attached to this post.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Changes detected! Apply Configuration for new changes to

Post by hsmith »

What version of XI are you running?
Former Nagios Employee.
me.
CFT6Server
Posts: 506
Joined: Wed Apr 15, 2015 4:21 pm

Re: Changes detected! Apply Configuration for new changes to

Post by CFT6Server »

I am using 2014R2.6
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Changes detected! Apply Configuration for new changes to

Post 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?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
CFT6Server
Posts: 506
Joined: Wed Apr 15, 2015 4:21 pm

Re: Changes detected! Apply Configuration for new changes to

Post by CFT6Server »

Unfortunately it didn't.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Changes detected! Apply Configuration for new changes to

Post 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
Be sure to check out our Knowledgebase for helpful articles and solutions!
CFT6Server
Posts: 506
Joined: Wed Apr 15, 2015 4:21 pm

Re: Changes detected! Apply Configuration for new changes to

Post by CFT6Server »

I ran the command "/usr/local/nagiosxi/scripts/reset_config_perms" and then now after applying configuration, everything is looking fine again.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Changes detected! Apply Configuration for new changes to

Post by tgriep »

That is good to hear. I'll close up this post then.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked