All Service Dependencies Coming out Duplicates
Posted: Wed Sep 03, 2014 5:33 am
Nagios XI 2014R1.2
RHEL 6.5 64Bit
I just noticed that all the service dependencies is showing up as duplicates in objects.cache.
See sample below.
There is no duplicate service definitions in CCM.
Extract from objects.cache
Extract from CCM
RHEL 6.5 64Bit
I just noticed that all the service dependencies is showing up as duplicates in objects.cache.
See sample below.
There is no duplicate service definitions in CCM.
Extract from objects.cache
Code: Select all
define servicedependency {
host_name esbwasp01
service_description Thread: WebContainer
dependent_host_name esbwasp01
dependent_service_description Thread: TCPChannel.DCS
dependency_period 24x7
inherits_parent 1
notification_failure_options u,c
}
define servicedependency {
host_name esbwasp01
service_description Thread: WebContainer
dependent_host_name esbwasp01
dependent_service_description Thread: TCPChannel.DCS
dependency_period 24x7
inherits_parent 1
execution_failure_options u,c
}
define servicedependency {
host_name esbwasp02
service_description Thread: WebContainer
dependent_host_name esbwasp02
dependent_service_description Thread: TCPChannel.DCS
dependency_period 24x7
inherits_parent 1
notification_failure_options u,c
}
define servicedependency {
host_name esbwasp02
service_description Thread: WebContainer
dependent_host_name esbwasp02
dependent_service_description Thread: TCPChannel.DCS
dependency_period 24x7
inherits_parent 1
execution_failure_options u,c
}
Code: Select all
define servicedependency {
dependent_service_description Thread: TCPChannel.DCS
host_name esbwasp01,esbwasp02
service_description Thread: WebContainer
inherits_parent 1
execution_failure_criteria u,c,
notification_failure_criteria u,c,
dependency_period 24x7
}