quick upgrade questions

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
sheetzdw
Posts: 44
Joined: Tue Feb 11, 2014 10:34 am

Re: quick upgrade questions

Post by sheetzdw »

I am confused, that is what I posted earlier... what are you wanting me to post?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: quick upgrade questions

Post by slansing »

sheetzdw wrote:I do not see a nagios.cfg in /usr/local/nagios/etc/objects
the other cfg files dont seem to have what we are looking for

is it possibly in another directory?
The nagios.cfg is what you just linked, it is not in the directory I listed, we are looking for the host/service config files, when you look at your nagios.cfg you will see the lines I mentioned, they lead to the directory you just posted, you have no .cfg files at all in the objects directory? You should, at minimum, and need to have, at minimum, a localhost.cfg file for your local nagios server. The config files are going to be somewhere in /usr/local/nagios/etc and the directories further down it's tree, unless you did some strange install method that placed them somewhere obscure. You can always:

Code: Select all

yum install mlocate

updatedb

locate localhost.cfg
Locked