Nagios Core Error

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.
venkatklr
Posts: 13
Joined: Tue Jun 23, 2015 6:53 am

Re: Nagios Core Error

Post by venkatklr »

Hi,

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

Thanks,
Venkat
venkatklr
Posts: 13
Joined: Tue Jun 23, 2015 6:53 am

Re: Nagios Core Error

Post 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
Attachments
logs.docx
(43.98 KiB) Downloaded 81 times
venkatklr
Posts: 13
Joined: Tue Jun 23, 2015 6:53 am

Re: Nagios Core Error

Post by venkatklr »

Please can some one help me please.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Nagios Core Error

Post 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.
Former Nagios employee
venkatklr
Posts: 13
Joined: Tue Jun 23, 2015 6:53 am

Re: Nagios Core Error

Post 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 ~]#
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Nagios Core Error

Post 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
Locked