event handlers
Posted: Wed Apr 23, 2014 12:31 pm
Hello!
Short question - Can I assign 2 event handlers for one host definition?
define host {
host_name test-condor-site
alias test-condor-site
address 172.16.37.44
check_command check-host-alive
max_check_attempts 5
check_interval 1
retry_interval 1
active_checks_enabled 1
check_period 24x7
contacts vassiliy,vassiliy-phone ;mike,mike-phone
#contact_groups admins
notification_interval 3
notification_period 24x7
notification_options d
notifications_enabled 1
event_handler asteriks-host-phone-call-vassiliy, asteriks-host-phone-call-mike
event_handler_enabled 1
}
it would solve my problem I'm discussing right now in another thread - "event handler"
Short question - Can I assign 2 event handlers for one host definition?
define host {
host_name test-condor-site
alias test-condor-site
address 172.16.37.44
check_command check-host-alive
max_check_attempts 5
check_interval 1
retry_interval 1
active_checks_enabled 1
check_period 24x7
contacts vassiliy,vassiliy-phone ;mike,mike-phone
#contact_groups admins
notification_interval 3
notification_period 24x7
notification_options d
notifications_enabled 1
event_handler asteriks-host-phone-call-vassiliy, asteriks-host-phone-call-mike
event_handler_enabled 1
}
it would solve my problem I'm discussing right now in another thread - "event handler"