Page 1 of 2
Issue with apply configuration from CCM
Posted: Thu Mar 24, 2016 10:50 am
by bsivavani
Hi Support,
I have installed Nagios XI 5.2.5 on one of my Linux server RHEL 6.7, I have tried to on-board hostname on to Nagios but while doing applying configuration it is showing still configurations are applying.... attached screen shot for reference.
I have restarted Nagios but it is still showing same issue.
Re: Issue with apply configuration from CCM
Posted: Thu Mar 24, 2016 11:08 am
by tmcdonald
bsivavani wrote:I have tried to on-board hostname on to Nagios
Can you please clarify what you mean by this? Are you saying you imported a config?
Re: Issue with apply configuration from CCM
Posted: Thu Mar 24, 2016 11:13 am
by bsivavani
I have tried to add new server on to Nagios using Configuration wizard and tried to save configuration, but it is not letting me to save.
Re: Issue with apply configuration from CCM
Posted: Thu Mar 24, 2016 11:42 am
by hsmith
Can you please show us a screenshot of your System Status page under the Admin menu?
Re: Issue with apply configuration from CCM
Posted: Thu Mar 24, 2016 11:55 am
by bsivavani
Please find attachment.
Re: Issue with apply configuration from CCM
Posted: Thu Mar 24, 2016 12:18 pm
by tmcdonald
Looks like cron is not running. Please run this as root from the command line: service crond start
Re: Issue with apply configuration from CCM
Posted: Thu Mar 24, 2016 12:26 pm
by bsivavani
Crond is running fine.
[root@LB000050 ~]# service crond status
crond (pid 12176) is running...
[root@LB000050 ~]#
Re: Issue with apply configuration from CCM
Posted: Thu Mar 24, 2016 12:33 pm
by tmcdonald
Did the nagios user expire? chage -l nagios
Are there any log files from cron? ls -l /usr/local/nagiosxi/var
Re: Issue with apply configuration from CCM
Posted: Thu Mar 24, 2016 12:40 pm
by bsivavani
Here is output
[root@LB000050 ~]# chage -l nagios
Last password change : Aug 25, 2015
Password expires : Nov 23, 2015
Password inactive : Dec 28, 2015
Account expires : never
Minimum number of days between password change : 7
Maximum number of days between password change : 90
Number of days of warning before password expires : 7
[root@LB000050 ~]# ls -l /usr/local/nagiosxi/var
total 20
drwsrwsr-x 2 apache nagios 4096 Mar 23 11:55 components
drwxr-xr-x 2 nagios nagios 4096 Mar 24 16:32 subsys
drwxr-xr-x 2 nagios nagios 4096 Mar 23 11:55 upgrades
-rw-r--r-- 1 root root 937 Mar 23 11:55 xi-sys.cfg
-rw-r--r-- 1 nagios nagios 195 Mar 23 11:55 xiversion
[root@LB000050 ~]#
Re: Issue with apply configuration from CCM
Posted: Thu Mar 24, 2016 12:42 pm
by hsmith
The password of your nagios user expired.