Search found 9 matches

by v3-alex
Fri Dec 05, 2014 11:14 am
Forum: Open Source Nagios Projects
Topic: Core 3.5 generic pre-flight verification error
Replies: 16
Views: 4791

Re: Core 3.5 generic pre-flight verification error

Spenser thank you for your assistance in this matter. We troubleshot this problem with a Linux dev yesterday and found the culprit. Basically the objects.cache file located in /usr/local/nagios/var/ was last time stamped October 13th. Looking at the object configuration files in the /usr/local/nagio...
by v3-alex
Thu Dec 04, 2014 1:06 pm
Forum: Open Source Nagios Projects
Topic: Core 3.5 generic pre-flight verification error
Replies: 16
Views: 4791

Re: Core 3.5 generic pre-flight verification error

Sent both archives, let me know what you think.
by v3-alex
Wed Dec 03, 2014 12:39 pm
Forum: Open Source Nagios Projects
Topic: Core 3.5 generic pre-flight verification error
Replies: 16
Views: 4791

Re: Core 3.5 generic pre-flight verification error

service nagios stop rm -f usr/local/nagios/var/ndomod.tmp This part went fine, I was able to delete the file. However, I am still unable to start the nagios service due to a configuration error. service nagios start returns the following error: Starting nagios:CONFIG ERROR! Start aborted. Check you...
by v3-alex
Tue Dec 02, 2014 9:07 am
Forum: Open Source Nagios Projects
Topic: Core 3.5 generic pre-flight verification error
Replies: 16
Views: 4791

Re: Core 3.5 generic pre-flight verification error

ls -la /usr/local/nagios/var/ndomod.tmp returns the following output: -rw-r--r-- 1 root root 0 Aug 16 2011 /usr/local/nagios/var/ndomod.tmp ls -lad /usr/local/nagios/var/ returns the following output: drwxrwxr-x 5 nagios nagios 4096 Dec 2 07:57 /usr/local/nagios/var/ ps -ef | grep bin/ndo returns: ...
by v3-alex
Wed Nov 26, 2014 4:05 pm
Forum: Open Source Nagios Projects
Topic: Core 3.5 generic pre-flight verification error
Replies: 16
Views: 4791

Re: Core 3.5 generic pre-flight verification error

Followed your directions and sent a PM with the strace file.
by v3-alex
Wed Nov 26, 2014 8:52 am
Forum: Open Source Nagios Projects
Topic: Core 3.5 generic pre-flight verification error
Replies: 16
Views: 4791

Re: Core 3.5 generic pre-flight verification error

Ok, let's see. When I run strace the last file opened is SPRD-CHI-NOC.cfg which is also the last file in the pre-flight error log. If I move this file to the inactive host directory and run strace again, the last file open is now ACHI-GPU03.cfg which did not throw errors previously. Each time I remo...
by v3-alex
Tue Nov 25, 2014 10:03 am
Forum: Open Source Nagios Projects
Topic: Core 3.5 generic pre-flight verification error
Replies: 16
Views: 4791

Re: Core 3.5 generic pre-flight verification error

the lack of a verbose error leads me to believe that the issue could be with and escalation or dependency as those object lack proper error messages. Could you please give an example of a NAGIOS setup where the issue would be escalation/dependency? This NAGIOS configuration was inherited by us from...
by v3-alex
Mon Nov 24, 2014 9:51 am
Forum: Open Source Nagios Projects
Topic: Core 3.5 generic pre-flight verification error
Replies: 16
Views: 4791

Re: Core 3.5 generic pre-flight verification error

To answer the first question - no. There is no nagios.debug file in /usr/local/nagios/var/nagios.debug even though that's where the configuration points. There are other host files in the objects/windows directory that follow SPRD-CHI-NOC01.cfg, yes. But this was not the last file in the verificatio...
by v3-alex
Fri Nov 21, 2014 10:20 am
Forum: Open Source Nagios Projects
Topic: Core 3.5 generic pre-flight verification error
Replies: 16
Views: 4791

Core 3.5 generic pre-flight verification error

Hey guys, Been trying to figure this problem out for a couple days, but to no avail. A few days ago I wanted to add a new host to monitoring, however, prior to adding the config file I decided to run the pre-flight check to ensure everything was good to go. Instead NAGIOS throws a processing config ...