org.blue.xdata
Class xodtemplate_h.xodtemplate_service

java.lang.Object
  extended by org.blue.xdata.xodtemplate_h.xodtemplate_service
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
xodtemplate_h

public static class xodtemplate_h.xodtemplate_service
extends java.lang.Object
implements java.lang.Cloneable


Field Summary
 int _config_file
           
 int _start_line
           
 int active_checks_enabled
           
 java.lang.String check_command
           
 int check_freshness
           
 java.lang.String check_period
           
 java.lang.String contact_groups
           
 java.lang.String event_handler
           
 int event_handler_enabled
           
 int failure_prediction_enabled
           
 java.lang.String failure_prediction_options
           
 int flap_detection_enabled
           
 int freshness_threshold
           
 int has_been_resolved
           
 int have_active_checks_enabled
           
 int have_check_freshness
           
 int have_event_handler_enabled
           
 int have_failure_prediction_enabled
           
 int have_flap_detection_enabled
           
 int have_freshness_threshold
           
 int have_high_flap_threshold
           
 int have_is_volatile
           
 int have_low_flap_threshold
           
 int have_max_check_attempts
           
 int have_normal_check_interval
           
 int have_notification_dependencies
           
 int have_notification_interval
           
 int have_notification_options
           
 int have_notifications_enabled
           
 int have_obsess_over_service
           
 int have_parallelize_check
           
 int have_passive_checks_enabled
           
 int have_process_perf_data
           
 int have_retain_nonstatus_information
           
 int have_retain_status_information
           
 int have_retry_check_interval
           
 int have_stalking_options
           
 java.lang.String host_name
           
 java.lang.String hostgroup_name
           
 int is_volatile
           
 int max_check_attempts
           
 java.lang.String name
           
 int normal_check_interval
           
 int notification_interval
           
 java.lang.String notification_period
           
 int notifications_enabled
           
 int notify_on_critical
           
 int notify_on_flapping
           
 int notify_on_recovery
           
 int notify_on_unknown
           
 int notify_on_warning
           
 int obsess_over_service
           
 int parallelize_check
           
 int passive_checks_enabled
           
 int process_perf_data
           
 int register_object
           
 int retain_nonstatus_information
           
 int retain_status_information
           
 int retry_check_interval
           
 java.lang.String service_description
           
 java.lang.String servicegroups
           
 int stalk_on_critical
           
 int stalk_on_ok
           
 int stalk_on_unknown
           
 int stalk_on_warning
           
 java.lang.String template
           
 
Constructor Summary
xodtemplate_h.xodtemplate_service()
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

template

public java.lang.String template

name

public java.lang.String name

_config_file

public int _config_file

_start_line

public int _start_line

hostgroup_name

public java.lang.String hostgroup_name

host_name

public java.lang.String host_name

service_description

public java.lang.String service_description

servicegroups

public java.lang.String servicegroups

check_command

public java.lang.String check_command

max_check_attempts

public int max_check_attempts

normal_check_interval

public int normal_check_interval

retry_check_interval

public int retry_check_interval

check_period

public java.lang.String check_period

active_checks_enabled

public int active_checks_enabled

passive_checks_enabled

public int passive_checks_enabled

parallelize_check

public int parallelize_check

is_volatile

public int is_volatile

obsess_over_service

public int obsess_over_service

event_handler

public java.lang.String event_handler

event_handler_enabled

public int event_handler_enabled

check_freshness

public int check_freshness

freshness_threshold

public int freshness_threshold

flap_detection_enabled

public int flap_detection_enabled

notify_on_unknown

public int notify_on_unknown

notify_on_warning

public int notify_on_warning

notify_on_critical

public int notify_on_critical

notify_on_recovery

public int notify_on_recovery

notify_on_flapping

public int notify_on_flapping

notifications_enabled

public int notifications_enabled

notification_period

public java.lang.String notification_period

notification_interval

public int notification_interval

contact_groups

public java.lang.String contact_groups

stalk_on_ok

public int stalk_on_ok

stalk_on_unknown

public int stalk_on_unknown

stalk_on_warning

public int stalk_on_warning

stalk_on_critical

public int stalk_on_critical

process_perf_data

public int process_perf_data

failure_prediction_enabled

public int failure_prediction_enabled

failure_prediction_options

public java.lang.String failure_prediction_options

retain_status_information

public int retain_status_information

retain_nonstatus_information

public int retain_nonstatus_information

have_max_check_attempts

public int have_max_check_attempts

have_normal_check_interval

public int have_normal_check_interval

have_retry_check_interval

public int have_retry_check_interval

have_active_checks_enabled

public int have_active_checks_enabled

have_passive_checks_enabled

public int have_passive_checks_enabled

have_parallelize_check

public int have_parallelize_check

have_is_volatile

public int have_is_volatile

have_obsess_over_service

public int have_obsess_over_service

have_event_handler_enabled

public int have_event_handler_enabled

have_check_freshness

public int have_check_freshness

have_freshness_threshold

public int have_freshness_threshold

have_low_flap_threshold

public int have_low_flap_threshold

have_high_flap_threshold

public int have_high_flap_threshold

have_flap_detection_enabled

public int have_flap_detection_enabled

have_notification_options

public int have_notification_options

have_notifications_enabled

public int have_notifications_enabled

have_notification_dependencies

public int have_notification_dependencies

have_notification_interval

public int have_notification_interval

have_stalking_options

public int have_stalking_options

have_process_perf_data

public int have_process_perf_data

have_failure_prediction_enabled

public int have_failure_prediction_enabled

have_retain_status_information

public int have_retain_status_information

have_retain_nonstatus_information

public int have_retain_nonstatus_information

has_been_resolved

public int has_been_resolved

register_object

public int register_object
Constructor Detail

xodtemplate_h.xodtemplate_service

public xodtemplate_h.xodtemplate_service()
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object