define service {
host_name host_name
service_description service_description
servicegroups servicegroup_names
is_volatile [0/1] #是否啟用“volatile”模式。這個模式的含義是說名這個服務是不穩定的,或者說是危險的。只要其狀態改變了,就不會再自己被恢復回來。這個參數很少使用,等到使用的時候我們再來細說。
check_command command_name
max_check_attempts #
normal_check_interval #
retry_check_interval #
active_checks_enabled [0/1]
passive_checks_enabled [0/1]
check_period timeperiod_name
parallelize_check [0/1]
obsess_over_service [0/1]
check_freshness [0/1]
freshness_threshold #
event_handler command_name
event_handler_enabled [0/1]
low_flap_threshold #
high_flap_threshold #
flap_detection_enabled [0/1]
process_perf_data [0/1]
retain_status_information [0/1]
retain_nonstatus_information [0/1]
notification_interval #
notification_period timeperiod_name
n
otification_options [w,u,c,r,f]
notifications_enabled [0/1]
contact_groups contact_groups
stalking_options [o,w,u,c]
}
|