> -----Original Message----- > From: James Emerson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 24, 2007 1:12 PM > To: Marc Powell > Cc: [email protected] > Subject: Re: [Nagios-users] Issues starting nagios... > > Fixed that issue, thank you so much for your help. Here is the new issue > that i am having. > > [EMAIL PROTECTED] nagios]# nagios -v nagios.cfg > > Nagios 2.9 > Copyright (c) 1999-2007 Ethan Galstad ( http://www.nagios.org > <http://www.nagios.org> ) > Last Modified: 04-10-2007 > License: GPL > > Reading configuration data... > > Error: Cannot open config file '/etc/nagios/dependencies.cfg' for reading: > No such file or directory
Your nagios.cfg specifies a cfg_file of /etc/nagios/dependencies.cfg. That file either doesn't exist or isn't readable by the nagios user. If you haven't done anything to change the default config created by your RPM provider, it would appear that his default config is borked (surprising coming from Dag). If dependencies.cfg does not exist, comment out the line referencing it in nagios.cfg. If it does exist, make sure it is readable by the nagios user. -- Marc ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
