Problem restarting nagios

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
anaigini45
Posts: 4
Joined: Wed Oct 24, 2012 2:17 am

Problem restarting nagios

Post by anaigini45 »

Hi,

I am a newbie in Nagios. I installed nagios, and nagiosgraph. It worked initially, when I ran it on the browser (http://localhost/nagios). However, while configuring some *.cgi files for nagiosgraph, I accidently corrupted all those files, including the ones that belonged with nagios. Therefore I wasn't able to view services and hosts, etc etc in nagios.

I removed and reinstalled nagios and its dependencies. However, when I reach the part to restart nagios, I fail to get pass it. This is the error that I receive :

Code: Select all

aigini@aigini-Studio-1555:/usr/local/nagios/etc$ service nagios start
Starting nagios:CONFIG ERROR!  Start aborted.  Check your Nagios configuration.
I even tested nagios cfg with this command :

Code: Select all

aigini@aigini-Studio-1555:/usr/local/nagios/etc$ sudo /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg

Nagios Core 3.3.1
Copyright (c) 2009-2011 Nagios Core Development Team and Community Contributors
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 07-25-2011
License: GPL

Website: http://www.nagios.org
Reading configuration data...
   Read main config file okay...
Processing object config file '/usr/local/nagios/etc/objects/commands.cfg'...
Processing object config file '/usr/local/nagios/etc/objects/contacts.cfg'...
Processing object config file '/usr/local/nagios/etc/objects/timeperiods.cfg'...
Processing object config file '/usr/local/nagios/etc/objects/templates.cfg'...
Processing object config file '/usr/local/nagios/etc/objects/localhost.cfg'...
   Read object config files okay...

Running pre-flight check on configuration data...

Checking services...
	Checked 8 services.
Checking hosts...
	Checked 1 hosts.
Checking host groups...
	Checked 1 host groups.
Checking service groups...
	Checked 0 service groups.
Checking contacts...
	Checked 1 contacts.
Checking contact groups...
	Checked 1 contact groups.
Checking service escalations...
	Checked 0 service escalations.
Checking service dependencies...
	Checked 0 service dependencies.
Checking host escalations...
	Checked 0 host escalations.
Checking host dependencies...
	Checked 0 host dependencies.
Checking commands...
	Checked 24 commands.
Checking time periods...
	Checked 5 time periods.
Checking for circular paths between hosts...
Checking for circular host and service dependencies...
Checking global event handlers...
Checking obsessive compulsive processor commands...
Checking misc settings...

Total Warnings: 0
Total Errors:   0

Things look okay - No serious problems were detected during the pre-flight check

It says no errors. But why do I still get an error when I attempt to start nagios?
I tried looking for nagios error logs but could not find any. Please help.
User avatar
jsmurphy
Posts: 989
Joined: Wed Aug 18, 2010 9:46 pm

Re: Problem restarting nagios

Post by jsmurphy »

If you look in /usr/local/nagios/var/nagios.log there should be some information as to why it's failing.
ajuhamza
Posts: 4
Joined: Thu Oct 11, 2012 12:32 am

Re: Problem restarting nagios

Post by ajuhamza »

Can you try starting nagios daemon by giving:
#/usr/local/nagios/bin/nagios -c /usr/local/nagios/etc/nagios.cfg -d
I think while recompiling, there might have been some problem with the init script for starting Nagios daemon.
Locked