Status Information:CONFIG IS FALSE after maintenance outage
Status Information:CONFIG IS FALSE after maintenance outage
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
status Information: CONFIG IS FALSEGroup state is: Ok: 6 Child Problems
-
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Status Information:CONFIG IS FALSE after maintenance out
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.
Re: Status Information:CONFIG IS FALSE after maintenance out
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
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
Re: Status Information:CONFIG IS FALSE after maintenance out
This looks like BPI output. Can you post the configuration and check command for of these problematic hosts?sheetzdw wrote:status Information: CONFIG IS FALSEGroup state is: Ok: 6 Child Problems
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.
"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.
Re: Status Information:CONFIG IS FALSE after maintenance out
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
I assume on the Nagios server I can find these check commands? not sure which directory to search and I am lousy with Linux
-
- 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
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:
Please see:
http://nagios.sourceforge.net/docs/3_0/toc.html
Code: Select all
/usr/local/nagios/etc/
http://nagios.sourceforge.net/docs/3_0/toc.html
Re: Status Information:CONFIG IS FALSE after maintenance out
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
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 255 times
-
- checkcommands.cfg
- (9.69 KiB) Downloaded 301 times
-
- nagios.cfg
- (43.73 KiB) Downloaded 252 times
Re: Status Information:CONFIG IS FALSE after maintenance out
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:
I noticed that you added bunch of hostgroups as members to themselves. For example:
ordefine hostgroup {
hostgroup_name AmericanRailcar
alias AmericanRailcar
members NT37,nt4ftp,clientemail,RightFax,AmericanRailcar
}
I would recommend removing these members out of the hostgroup definition.define hostgroup {
hostgroup_name Anchor
alias Anchor
members Anchor,Citrix,NT32,NT37,nt4ftp,clientemail,RightFax
}
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Status Information:CONFIG IS FALSE after maintenance out
actually I think the person who built this set host with same names as host groups
Re: Status Information:CONFIG IS FALSE after maintenance out
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!