From: Deborah Martin
Sent: 14 November 2005 17:25
To: '[email protected]'
Subject: Using service dependencies
define service{
use generic-service ; Name of host template to use
service_description device1 DB Check
is_volatile 0
check_period 24x7
max_check_attempts 3
normal_check_interval 5
retry_check_interval 1
contact_groups linux-admins
notification_interval 20
notification_period 24x7
notification_options u,c,r
check_command check_wx2_conn!dummy$!device1
}
define service{
use generic-service
host_name ngcp4
service_description DB RAM checks for device1
is_volatile 0
check_period 24x7
max_check_attempts 3
normal_check_interval 5
retry_check_interval 1
contact_groups linux-admins
notification_interval 5
notification_period 24x7
notification_options u,w,c,r
check_command check_wx2_ram!$HOSTALIAS$
}
define servicedependency{
host_name ngcp4
service_description DB RAM checks for device1
dependent_host_name ngcp4
dependent_service_description device1 DB Check
execution_failure_criteria u,c
notification_failure_criteria u,c
}
************************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. Any unauthorised distribution or copying is strictly
prohibited.
Whilst Kognitio Limited takes steps to prevent the transmission of
viruses via e-mail, we can not guarantee that any email or
attachment is free from computer viruses and you are strongly
advised to undertake your own anti-virus precautions.
Kognitio grants no warranties regarding performance,
use or quality of any e-mail or attachment and undertakes no
liability for loss or damage, howsoever caused.
***********************************************************************
