Page 2 of 2

Re: Nagios Core Error

Posted: Wed Jun 24, 2015 4:43 am
by venkatklr
Hi,

Thanks once again. one more query, do I need to install NRPE on nagios core server to monitor host?

Thanks,
Venkat

Re: Nagios Core Error

Posted: Wed Jun 24, 2015 5:00 am
by venkatklr
Hi,

I am getting error (PFA for error and cfg details) while restarting nagios server after editing test.cfg file (created new .cfg to add windows server details) Please help!

Thanks,
Venkat

Re: Nagios Core Error

Posted: Wed Jun 24, 2015 6:12 am
by venkatklr
Please can some one help me please.

Re: Nagios Core Error

Posted: Wed Jun 24, 2015 8:41 am
by tmcdonald
I will address the following points, but if you have further questions please open new threads for them. Handling multiple separate issues in one thread leads to long posts like this and they get very hard to follow.

venkatklr wrote:Thanks once again. one more query, do I need to install NRPE on nagios core server to monitor host? t
You do not need to install NRPE on the Core server to monitor itself. You can simply run plugins locally instead of through NRPE.

venkatklr wrote:I am getting error (PFA for error and cfg details) while restarting nagios server after editing test.cfg file (created new .cfg to add windows server details) Please help!
Please run the following command as root from the Nagios server command line and post the results:

Code: Select all

/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
venkatklr wrote:Please can some one help me please.
Our office hours are 9AM to 5PM CDT, Monday through Friday. If you are not receiving a reply outside of those hours please be patient and someone will be along to assist you when we are back in the office.

Re: Nagios Core Error

Posted: Wed Jun 24, 2015 9:11 am
by venkatklr
Next time I will open new ticket.

Nagios Core 4.1.0rc1
Copyright (c) 2009-present Nagios Core Development Team and Community Contributo rs
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 02-18-2015
License: GPL

Website: https://www.nagios.org
Reading configuration data...
Read main config file okay...
Read object config files okay...

Running pre-flight check on configuration data...

Checking objects...
Checked 8 services.
Checked 1 hosts.
Checked 1 host groups.
Checked 0 service groups.
Checked 1 contacts.
Checked 1 contact groups.
Checked 24 commands.
Checked 5 time periods.
Checked 0 host escalations.
Checked 0 service escalations.
Checking for circular paths...
Checked 1 hosts
Checked 0 service dependencies
Checked 0 host dependencies
Checked 5 timeperiods
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
[root@localhost ~]#

Re: Nagios Core Error

Posted: Wed Jun 24, 2015 12:53 pm
by ssax
Try running this command:

Code: Select all

service nagios start
Then right after run this command and post the full output:

Code: Select all

journalctl -xn
Most likely you are running into this post: http://support.nagios.com/forum/viewtop ... 758#p75758