Issue with apply configuration from CCM

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
bsivavani
Posts: 339
Joined: Tue Oct 06, 2015 9:17 am

Issue with apply configuration from CCM

Post 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.
You do not have the required permissions to view the files attached to this post.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Issue with apply configuration from CCM

Post 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?
Former Nagios employee
bsivavani
Posts: 339
Joined: Tue Oct 06, 2015 9:17 am

Re: Issue with apply configuration from CCM

Post 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.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Issue with apply configuration from CCM

Post by hsmith »

Can you please show us a screenshot of your System Status page under the Admin menu?
Former Nagios Employee.
me.
bsivavani
Posts: 339
Joined: Tue Oct 06, 2015 9:17 am

Re: Issue with apply configuration from CCM

Post by bsivavani »

Please find attachment.
You do not have the required permissions to view the files attached to this post.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Issue with apply configuration from CCM

Post by tmcdonald »

Looks like cron is not running. Please run this as root from the command line: service crond start
Former Nagios employee
bsivavani
Posts: 339
Joined: Tue Oct 06, 2015 9:17 am

Re: Issue with apply configuration from CCM

Post by bsivavani »

Crond is running fine.

[root@LB000050 ~]# service crond status
crond (pid 12176) is running...
[root@LB000050 ~]#
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Issue with apply configuration from CCM

Post by tmcdonald »

Did the nagios user expire? chage -l nagios

Are there any log files from cron? ls -l /usr/local/nagiosxi/var
Former Nagios employee
bsivavani
Posts: 339
Joined: Tue Oct 06, 2015 9:17 am

Re: Issue with apply configuration from CCM

Post 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 ~]#
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Issue with apply configuration from CCM

Post by hsmith »

The password of your nagios user expired.
Former Nagios Employee.
me.
Locked