I am try (60 days) Nagios XI 2012R2.7 with vmware appliance downloaded from Nagios.
I have configure my 1493 hosts and almost 9.000 services, but we are facing a problem when we try to applied new configurantion with new hosts added in CCM.
The WRITE CONFIG do not write any HOTS FILE CFG and SERVICES.
I´ve had check the permisions and it seens ok.
-----
[root@SPAM-VM-NGS01 nagios]# ls -ld /usr/local/nagios/etc/hosts
drwsrwsr-x 2 apache nagios 81920 Jan 24 18:43 /usr/local/nagios/etc/hosts
[root@SPAM-VM-NGS01 nagios]# ls -ld /usr/local/nagios/etc/services/
drwsrwsr-x 2 apache nagios 81920 Jan 24 18:43 /usr/local/nagios/etc/services/
[root@SPAM-VM-NGS01 nagios]#
------
Some one have any ideia to solve this problem?
nagiosxi error applying configuration
nagiosxi error applying configuration
You do not have the required permissions to view the files attached to this post.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: nagiosxi error applying configuration
Lets run the following
Code: Select all
chown -R /usr/local/nagios/etc/hosts
chmod ug+w /usr/local/nagios/etc/hosts/* /usr/local/nagios/etc/services/*