nagiosxi error applying configuration

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
gfesj69
Posts: 59
Joined: Fri Jan 03, 2014 10:04 am
Location: Brazil

nagiosxi error applying configuration

Post 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?
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

Post 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/*
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked