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.
Issue with apply configuration from CCM
Issue with apply configuration from CCM
You do not have the required permissions to view the files attached to this post.
Re: Issue with apply configuration from CCM
Can you please clarify what you mean by this? Are you saying you imported a config?bsivavani wrote:I have tried to on-board hostname on to Nagios
Former Nagios employee
Re: Issue with apply configuration from CCM
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
Can you please show us a screenshot of your System Status page under the Admin menu?
Former Nagios Employee.
me.
me.
Re: Issue with apply configuration from CCM
Please find attachment.
You do not have the required permissions to view the files attached to this post.
Re: Issue with apply configuration from CCM
Looks like cron is not running. Please run this as root from the command line: service crond start
Former Nagios employee
Re: Issue with apply configuration from CCM
Crond is running fine.
[root@LB000050 ~]# service crond status
crond (pid 12176) is running...
[root@LB000050 ~]#
[root@LB000050 ~]# service crond status
crond (pid 12176) is running...
[root@LB000050 ~]#
Re: Issue with apply configuration from CCM
Did the nagios user expire? chage -l nagios
Are there any log files from cron? ls -l /usr/local/nagiosxi/var
Are there any log files from cron? ls -l /usr/local/nagiosxi/var
Former Nagios employee
Re: Issue with apply configuration from CCM
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 ~]#
[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
The password of your nagios user expired.
Former Nagios Employee.
me.
me.