org.blue.include
Class objects_h.host

java.lang.Object
  extended by org.blue.include.objects_h.host
Enclosing class:
objects_h

public static class objects_h.host
extends java.lang.Object


Field Summary
 int accept_passive_host_checks
           
 int acknowledgement_type
           
 java.lang.String address
           
 java.lang.String alias
           
 int check_flapping_recovery_notification
           
 int check_freshness
           
 int check_interval
           
 int check_options
           
 java.lang.String check_period
           
 int check_type
           
 int checks_enabled
           
 java.util.ArrayList contact_groups
           
 int current_attempt
           
 int current_notification_number
           
 int current_state
           
 java.lang.String event_handler
           
 int event_handler_enabled
           
 double execution_time
           
 int failure_prediction_enabled
           
 java.lang.String failure_prediction_options
           
 int flap_detection_enabled
           
 long flapping_comment_id
           
 int freshness_threshold
           
 int has_been_checked
           
 double high_flap_threshold
           
 java.lang.String host_check_command
           
 int is_being_freshened
           
 int is_flapping
           
 long last_check
           
 int last_hard_state
           
 long last_hard_state_change
           
 long last_host_notification
           
 int last_state
           
 long last_state_change
           
 long last_state_history_update
           
 long last_time_down
           
 long last_time_unreachable
           
 long last_time_up
           
 double latency
           
 double low_flap_threshold
           
 int max_attempts
           
 long modified_attributes
           
 java.lang.String name
           
 long next_check
           
 long next_host_notification
           
 int no_more_notifications
           
 int notification_interval
           
 java.lang.String notification_period
           
 int notifications_enabled
           
 int notified_on_down
           
 int notified_on_unreachable
           
 int notify_on_down
           
 int notify_on_flapping
           
 int notify_on_recovery
           
 int notify_on_unreachable
           
 int obsess_over_host
           
 java.util.ArrayList parent_hosts
           
 int pending_flex_downtime
           
 double percent_state_change
           
 java.lang.String perf_data
           
 java.lang.String plugin_output
           
 int problem_has_been_acknowledged
           
 int process_performance_data
           
 int retain_nonstatus_information
           
 int retain_status_information
           
 int scheduled_downtime_depth
           
 int should_be_scheduled
           
 int stalk_on_down
           
 int stalk_on_unreachable
           
 int stalk_on_up
           
 int[] state_history
           
 int state_history_index
           
 int state_type
           
 long total_service_check_interval
           
 int total_services
           
 
Constructor Summary
objects_h.host()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

alias

public java.lang.String alias

address

public java.lang.String address

parent_hosts

public java.util.ArrayList parent_hosts

host_check_command

public java.lang.String host_check_command

check_interval

public int check_interval

max_attempts

public int max_attempts

event_handler

public java.lang.String event_handler

contact_groups

public java.util.ArrayList contact_groups

notification_interval

public int notification_interval

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

notification_period

public java.lang.String notification_period

check_period

public java.lang.String check_period

flap_detection_enabled

public int flap_detection_enabled

low_flap_threshold

public double low_flap_threshold

high_flap_threshold

public double high_flap_threshold

stalk_on_up

public int stalk_on_up

stalk_on_down

public int stalk_on_down

stalk_on_unreachable

public int stalk_on_unreachable

check_freshness

public int check_freshness

freshness_threshold

public int freshness_threshold

process_performance_data

public int process_performance_data

checks_enabled

public int checks_enabled

accept_passive_host_checks

public int accept_passive_host_checks

event_handler_enabled

public int event_handler_enabled

retain_status_information

public int retain_status_information

retain_nonstatus_information

public int retain_nonstatus_information

failure_prediction_enabled

public int failure_prediction_enabled

failure_prediction_options

public java.lang.String failure_prediction_options

obsess_over_host

public int obsess_over_host

problem_has_been_acknowledged

public int problem_has_been_acknowledged

acknowledgement_type

public int acknowledgement_type

check_type

public int check_type

current_state

public int current_state

last_state

public int last_state

last_hard_state

public int last_hard_state

plugin_output

public java.lang.String plugin_output

perf_data

public java.lang.String perf_data

state_type

public int state_type

current_attempt

public int current_attempt

latency

public double latency

execution_time

public double execution_time

check_options

public int check_options

notifications_enabled

public int notifications_enabled

last_host_notification

public long last_host_notification

next_host_notification

public long next_host_notification

next_check

public long next_check

should_be_scheduled

public int should_be_scheduled

last_check

public long last_check

last_state_change

public long last_state_change

last_hard_state_change

public long last_hard_state_change

last_time_up

public long last_time_up

last_time_down

public long last_time_down

last_time_unreachable

public long last_time_unreachable

has_been_checked

public int has_been_checked

is_being_freshened

public int is_being_freshened

notified_on_down

public int notified_on_down

notified_on_unreachable

public int notified_on_unreachable

current_notification_number

public int current_notification_number

no_more_notifications

public int no_more_notifications

check_flapping_recovery_notification

public int check_flapping_recovery_notification

scheduled_downtime_depth

public int scheduled_downtime_depth

pending_flex_downtime

public int pending_flex_downtime

state_history

public int[] state_history

state_history_index

public int state_history_index

last_state_history_update

public long last_state_history_update

is_flapping

public int is_flapping

flapping_comment_id

public long flapping_comment_id

percent_state_change

public double percent_state_change

total_services

public int total_services

total_service_check_interval

public long total_service_check_interval

modified_attributes

public long modified_attributes
Constructor Detail

objects_h.host

public objects_h.host()