Error: The hosts 'Internal_Router' and 'NagiosXI_Server' form or lead into a circular parent/child chain!
I've looked at the config files for these two hosts in the Parents and HostGroups sections, but I'm not seeing any place that causes a circular loop. Any ideas where I should be looking? Perhaps I'm incorrect on what it is that could be causing this issue. For clarity sake, can someone please give me a heads-up, please?
Go to the CCM->Hosts, click on the "View Text Config" actions button (the diskette icon) next to 'Internal_Router' and 'NagiosXI_Server' hosts and show us both configs.
Be sure to check out our Knowledgebase for helpful articles and solutions!
###############################################################################
#
# Host configuration file
#
# Created by: Nagios Core Config Manager 2.3.2
# Date: 2015-03-30 12:01:45
# Version: Nagios 3.x config file
#
# --- DO NOT EDIT THIS FILE BY HAND ---
# Nagios CCM will overwrite all manual settings during the next update if you
# would like to edit files manually, place them in the 'static' directory or
# import your configs into the CCM by placing them in the 'import' directory.
#
###############################################################################
define host {
host_name HOU-NagiosXI
use HOU linux-server
alias Houston Nagios server (LTC099l)
address 127.0.0.1
hostgroups ALL-HOUSTON
check_command check-host-alive!!!!!!!!
max_check_attempts 5
check_interval 5
retry_interval 5
active_checks_enabled 1
check_period 24x7
contact_groups Oncall
notification_interval 60
notification_period 24x7
first_notification_delay 5
notification_options d,u,r,
notifications_enabled 1
register 1
}
###############################################################################
#
# Host configuration file
#
# END OF FILE
#
###############################################################################
###############################################################################
#
# Host configuration file
#
# Created by: Nagios Core Config Manager 2.3.2
# Date: 2015-03-30 12:03:04
# Version: Nagios 3.x config file
#
# --- DO NOT EDIT THIS FILE BY HAND ---
# Nagios CCM will overwrite all manual settings during the next update if you
# would like to edit files manually, place them in the 'static' directory or
# import your configs into the CCM by placing them in the 'import' directory.
#
###############################################################################
define host {
host_name HOU-RTR-INT
use xiwizard_genericnetdevice_host
alias Houston Router - Internal Interface
address 10.90.6.5
parents HOU-NagiosXI
hostgroups Routers
check_command check-host-alive!!!!!!!!
max_check_attempts 5
check_interval 5
retry_interval 1
active_checks_enabled 1
check_period xi_timeperiod_24x7
contact_groups Oncall
notification_period xi_timeperiod_24x7
notification_options d,u,r,
notifications_enabled 1
icon_image network_node.png
statusmap_image network_node.png
_xiwizard genericnetdevice
register 1
}
###############################################################################
#
# Host configuration file
#
# END OF FILE
#
###############################################################################
These configs look fine. It would be easier if we could take a look at the failed configuration snapshot. Go to Admin->Config Snapshots, find the latest failed config snapshot (it would be colored in red), click on both, the "Download" and the "View Output" action buttons, and email us both files at [email protected].
Also, send us your latest profile:
Admin->System Profile->Download Profile
Be sure to check out our Knowledgebase for helpful articles and solutions!