org.blue.xdata
Class xodtemplate_h.xodtemplate_host

java.lang.Object
  extended by org.blue.xdata.xodtemplate_h.xodtemplate_host
Enclosing class:
xodtemplate_h

public static class xodtemplate_h.xodtemplate_host
extends java.lang.Object


Field Summary
 int _config_file
           
 int _start_line
           
 int active_checks_enabled
           
 java.lang.String address
           
 java.lang.String alias
           
 java.lang.String check_command
           
 int check_freshness
           
 int check_interval
           
 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_check_interval
           
 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_low_flap_threshold
           
 int have_max_check_attempts
           
 int have_notification_interval
           
 int have_notification_options
           
 int have_notifications_enabled
           
 int have_obsess_over_host
           
 int have_passive_checks_enabled
           
 int have_process_perf_data
           
 int have_retain_nonstatus_information
           
 int have_retain_status_information
           
 int have_stalking_options
           
 float high_flap_threshold
           
 java.lang.String host_name
           
 java.lang.String hostgroups
           
 float low_flap_threshold
           
 int max_check_attempts
           
 java.lang.String name
           
 int notification_interval
           
 java.lang.String notification_period
           
 int notifications_enabled
           
 int notify_on_down
           
 int notify_on_flapping
           
 int notify_on_recovery
           
 int notify_on_unreachable
           
 int obsess_over_host
           
 java.lang.String parents
           
 int passive_checks_enabled
           
 int process_perf_data
           
 int register_object
           
 int retain_nonstatus_information
           
 int retain_status_information
           
 int stalk_on_down
           
 int stalk_on_unreachable
           
 int stalk_on_up
           
 java.lang.String template
           
 
Constructor Summary
xodtemplate_h.xodtemplate_host()
           
 
Method Summary
 
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

host_name

public java.lang.String host_name

alias

public java.lang.String alias

address

public java.lang.String address

parents

public java.lang.String parents

hostgroups

public java.lang.String hostgroups

check_command

public java.lang.String check_command

check_period

public java.lang.String check_period

check_interval

public int check_interval

max_check_attempts

public int max_check_attempts

active_checks_enabled

public int active_checks_enabled

passive_checks_enabled

public int passive_checks_enabled

obsess_over_host

public int obsess_over_host

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

low_flap_threshold

public float low_flap_threshold

high_flap_threshold

public float high_flap_threshold

flap_detection_enabled

public int flap_detection_enabled

contact_groups

public java.lang.String contact_groups

notify_on_down

public int notify_on_down

notify_on_unreachable

public int notify_on_unreachable

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

stalk_on_up

public int stalk_on_up

stalk_on_down

public int stalk_on_down

stalk_on_unreachable

public int stalk_on_unreachable

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_check_interval

public int have_check_interval

have_max_check_attempts

public int have_max_check_attempts

have_active_checks_enabled

public int have_active_checks_enabled

have_passive_checks_enabled

public int have_passive_checks_enabled

have_obsess_over_host

public int have_obsess_over_host

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_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_host

public xodtemplate_h.xodtemplate_host()