Hi,
We have a problem when we try to apply configuration.
The capture of the output is on nagios error.jpg
Making changes or deleting the host and service that are indicated in the alert dont't take effect.
In other times rolling back to previous snapshot solve the problem, but now it is not working.
Thanks,
Rubén .
Apply Configuration problem
-
disa_nagiosxi
- Posts: 6
- Joined: Wed Dec 03, 2014 7:14 pm
Apply Configuration 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: Apply Configuration problem
Hmm, can you post the output of the following
also, if you go to the CCM -> Hosts and search for rtrESSHELLBENS do you get results? If so are they active?
Code: Select all
ls -l /usr/local/nagios/etc/import-
disa_nagiosxi
- Posts: 6
- Joined: Wed Dec 03, 2014 7:14 pm
Re: Apply Configuration problem
The output of ls -l /usr/local/nagios/etc/import is:
total 4
-rw-rw-r-- 1 apache nagios 40 Sep 26 10:51 rtrLPOFI-MLAN01.cfg
The host exist and the services are assigned to the host.
total 4
-rw-rw-r-- 1 apache nagios 40 Sep 26 10:51 rtrLPOFI-MLAN01.cfg
The host exist and the services are assigned to the host.
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: Apply Configuration problem
I think we need to remove this extraneous file
then try applying configuration again
Code: Select all
rm -f /usr/local/nagios/etc/import/rtrLPOFI-MLAN01.cfg-
disa_nagiosxi
- Posts: 6
- Joined: Wed Dec 03, 2014 7:14 pm
Re: Apply Configuration problem
Thank you very much. It works fine and solve the problem. 
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Apply Configuration problem
Great!disa_nagiosxi wrote:Thank you very much. It works fine and solve the problem.
Locking thread