Page 1 of 1

nagiosxi error applying configuration

Posted: Fri Jan 24, 2014 5:03 pm
by gfesj69
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?

Re: nagiosxi error applying configuration

Posted: Mon Jan 27, 2014 11:38 am
by scottwilkerson
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/*