Re: Upgrade XI 2012R1.7
Posted: Mon Feb 08, 2016 2:56 pm
Here's how a service dependency configuration should look like:
The "dependent_host_name" and the "host_name" directives are required. For more information, see this:
https://assets.nagios.com/downloads/nag ... dependency
The easiest way to deal with this would be to make your host/service dependencies "inactive" under the CCM, so that you will be able the finish the upgrade. You can always revisit the dependencies, and fix the config errors (after the upgrade).
It is not unusual to see some errors with host/service dependencies during an upgrade. The issue is described on our FAQ wiki page:
https://support.nagios.com/wiki/index.p ... 14_Upgrade
Code: Select all
define servicedependency{
dependent_host_name host_name
dependent_hostgroup_name hostgroup_name
servicegroup_name servicegroup_name
dependent_servicegroup_name servicegroup_name
dependent_service_description service_description
host_name host_name
hostgroup_name hostgroup_name
service_description service_description
inherits_parent [0/1]
execution_failure_criteria [o,w,u,c,p,n]
notification_failure_criteria [o,w,u,c,p,n]
dependency_period timeperiod_name
}https://assets.nagios.com/downloads/nag ... dependency
The easiest way to deal with this would be to make your host/service dependencies "inactive" under the CCM, so that you will be able the finish the upgrade. You can always revisit the dependencies, and fix the config errors (after the upgrade).
It is not unusual to see some errors with host/service dependencies during an upgrade. The issue is described on our FAQ wiki page:
https://support.nagios.com/wiki/index.p ... 14_Upgrade