My nagios doesn't start

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.
Locked
slimix00
Posts: 25
Joined: Sun Jul 29, 2012 11:37 am

My nagios doesn't start

Post by slimix00 »

I type the command : nagios -v nagios.cfg
>>>>
Nagios 3.0.6
Copyright (c) 1999-2007 Ethan Galstad (http://www.nagios.org)
Last Modified: 10-21-2007
License: GPL

Reading configuration data...


***> One or more problems was encountered while processing the config files...

Check your configuration file(s) to ensure that they contain valid
directives and data defintions. If you are upgrading from a previous
version of Nagios, you should be aware that some variables/definitions
may have been removed or modified in this version. Make sure to read
the HTML documentation regarding the config files, as well as the
'Whats New' section to find out what has changed

So when I put : /etc/init.d/nagios start

>>>starting nagios :CONFIG ERROR! start aborted.Check your nagios configuration

I really need your help

thank you
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: My nagios doesn't start

Post by slansing »

Use the following to verify your configuration, it should also point to exactly where the issues lay:

Code: Select all

/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
Locked