I'm configuring my first dependencies ever and I have a few questions since they are not working.
Basically, a rough map could be this one
Code: Select all
+Host1
+-AsteriskServiceCheck
+--CallsCheck
+--ChannelsCheckSince i have more than one host that needs this dependency I found this on the documentation:
Code: Select all
define servicedependency{
host_name HOST1,HOST2
service_description SERVICE1,SERVICE2
dependent_service_description SERVICE3,SERVICE4
other dependency directives ...
}Code: Select all
define servicedependency{
host_name JustAppRH01,JustAppRH02,Just-MSApp01
service_description check_asterisk_calls,check_asterisk_channels,check_asterisk_sippeers,check_asterisk_iaxpeers
dependent_service_description check_asterisk
execution_failure_criteria w,u,c,p
notification_failure_criteria w,u,c,p
}Am I writing it wrong?
Thanks for the help