Status Information:CONFIG IS FALSE after maintenance outage

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.
sheetzdw
Posts: 44
Joined: Tue Feb 11, 2014 10:34 am

Status Information:CONFIG IS FALSE after maintenance outage

Post by sheetzdw »

I get errors on numerous hosts after putting them in maintenance mode for several hours , any ideas how to fix? everything looks ok and services are fine but down time reporting is messed up now.

status Information: CONFIG IS FALSEGroup state is: Ok: 6 Child Problems
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Status Information:CONFIG IS FALSE after maintenance out

Post by sreinhardt »

By maintenance mode, do you mean you put them in downtime? Is that status information from another check of some sort, like check_cluster? Please provide more details, or possibly a screenshot of what has been done to this system, what is happening presently, and what you feel it should be doing.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
sheetzdw
Posts: 44
Joined: Tue Feb 11, 2014 10:34 am

Re: Status Information:CONFIG IS FALSE after maintenance out

Post by sheetzdw »

sorry yes, I put in scheduled downtime for a set period of time
it seemed to come out of scheduled downtime ok but when I look at a hosts status I see the error

see attached screenshot from Nagios dashboard and Nagios core
error.JPG
error2.JPG
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Status Information:CONFIG IS FALSE after maintenance out

Post by abrist »

sheetzdw wrote:status Information: CONFIG IS FALSEGroup state is: Ok: 6 Child Problems
This looks like BPI output. Can you post the configuration and check command for of these problematic hosts?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
sheetzdw
Posts: 44
Joined: Tue Feb 11, 2014 10:34 am

Re: Status Information:CONFIG IS FALSE after maintenance out

Post by sheetzdw »

I would be glad to, not sure where to look ...

I assume on the Nagios server I can find these check commands? not sure which directory to search and I am lousy with Linux :)
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Status Information:CONFIG IS FALSE after maintenance out

Post by slansing »

How did you configure those checks? Does the person who configured them have any idea how they were set up? It looks like either Core BPI, or some strange check for aggregating results. The error you are receiving is not from nagios its output from the check, who's identity you have not been able to tell us. You configurations (if using Centos/rhel) should be in the standard location of:

Code: Select all

/usr/local/nagios/etc/
Please see:

http://nagios.sourceforge.net/docs/3_0/toc.html
sheetzdw
Posts: 44
Joined: Tue Feb 11, 2014 10:34 am

Re: Status Information:CONFIG IS FALSE after maintenance out

Post by sheetzdw »

I can tell you these are hostgroups with 5 or 6 items in each group

this is running on UBUNTU server 12.04

each group has a dependency on a host server and several services

attached is nagios.cfg AND any other files I found that were relevant

Hope this helps
Attachments
hostgroups.cfg
(14.9 KiB) Downloaded 204 times
checkcommands.cfg
(9.69 KiB) Downloaded 226 times
nagios.cfg
(43.73 KiB) Downloaded 211 times
User avatar
lmiltchev
Former Nagios Staff
Posts: 13587
Joined: Mon May 23, 2011 12:15 pm

Re: Status Information:CONFIG IS FALSE after maintenance out

Post by lmiltchev »

I may be wrong, but usually "CONFIG IS FALSE" in BPI is caused by too many iterations.

I noticed that you added bunch of hostgroups as members to themselves. For example:
define hostgroup {
hostgroup_name AmericanRailcar
alias AmericanRailcar
members NT37,nt4ftp,clientemail,RightFax,AmericanRailcar
}
or
define hostgroup {
hostgroup_name Anchor
alias Anchor
members Anchor,Citrix,NT32,NT37,nt4ftp,clientemail,RightFax
}
I would recommend removing these members out of the hostgroup definition.
Be sure to check out our Knowledgebase for helpful articles and solutions!
sheetzdw
Posts: 44
Joined: Tue Feb 11, 2014 10:34 am

Re: Status Information:CONFIG IS FALSE after maintenance out

Post by sheetzdw »

actually I think the person who built this set host with same names as host groups
User avatar
lmiltchev
Former Nagios Staff
Posts: 13587
Joined: Mon May 23, 2011 12:15 pm

Re: Status Information:CONFIG IS FALSE after maintenance out

Post by lmiltchev »

My bad - hostgroup members would be defined with "hostgroup_members", not "members"... We will have to try to recreate the issue in house.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked