Fail after applying configuration

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
quental
Posts: 74
Joined: Tue Apr 17, 2012 5:12 am

Fail after applying configuration

Post by quental »

Hi,

Nagios XI: versión 2012R2.2

I´m try to applying configuration in nagios XI.

there is a fail,and i can't see what is happend in CCM.

if i click on "view snapshot..." i don't see the fail.

is there any log where i can see what it's happend??

Regards.
daveinvb
Posts: 67
Joined: Tue Jun 02, 2015 9:06 am

Re: Fail after applying configuration

Post by daveinvb »

Have you made any changes? When you click on Apply Configuration, what does it say in the pink box that is displayed?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Fail after applying configuration

Post by scottwilkerson »

In the CCM -> Tools -> Write Config Files

Click Write
Click Verify

You should see the error

If not, you can do the following, in the CLI run the following

Code: Select all

tail -f /usr/local/nagiosxi/var/cmdsubsys.log
Then in the GUI run Apply Configuration, the output should show up in the CLI

Some other possible common problems, is crond running

Code: Select all

service crond status
Is the nagios user expired

Code: Select all

chage -l nagios
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked