org.blue.include
Class objects_h.service

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

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


Field Summary
 int accept_passive_service_checks
           
 int acknowledgement_type
           
 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 description
           
 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_name
           
 int host_problem_at_last_check
           
 int is_being_freshened
           
 int is_executing
           
 int is_flapping
           
 int is_volatile
           
 long last_check
           
 int last_hard_state
           
 long last_hard_state_change
           
 long last_notification
           
 int last_state
           
 long last_state_change
           
 long last_time_critical
           
 long last_time_ok
           
 long last_time_unknown
           
 long last_time_warning
           
 double latency
           
 double low_flap_threshold
           
 int max_attempts
           
 long modified_attributes
           
 long next_check
           
 long next_notification
           
 int no_more_notifications
           
 int no_recovery_notification
           
 int notification_interval
           
 java.lang.String notification_period
           
 int notifications_enabled
           
 int notified_on_critical
           
 int notified_on_unknown
           
 int notified_on_warning
           
 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
           
 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 retry_interval
           
 int scheduled_downtime_depth
           
 java.lang.String service_check_command
           
 int should_be_scheduled
           
 int stalk_on_critical
           
 int stalk_on_ok
           
 int stalk_on_unknown
           
 int stalk_on_warning
           
 int[] state_history
           
 int state_history_index
           
 int state_type
           
 
Constructor Summary
objects_h.service()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host_name

public java.lang.String host_name

description

public java.lang.String description

service_check_command

public java.lang.String service_check_command

event_handler

public java.lang.String event_handler

check_interval

public int check_interval

retry_interval

public int retry_interval

max_attempts

public int max_attempts

parallelize

public int parallelize

contact_groups

public java.util.ArrayList contact_groups

notification_interval

public int notification_interval

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

stalk_on_ok

public int stalk_on_ok

stalk_on_warning

public int stalk_on_warning

stalk_on_unknown

public int stalk_on_unknown

stalk_on_critical

public int stalk_on_critical

is_volatile

public int is_volatile

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

process_performance_data

public int process_performance_data

check_freshness

public int check_freshness

freshness_threshold

public int freshness_threshold

accept_passive_service_checks

public int accept_passive_service_checks

event_handler_enabled

public int event_handler_enabled

checks_enabled

public int checks_enabled

retain_status_information

public int retain_status_information

retain_nonstatus_information

public int retain_nonstatus_information

notifications_enabled

public int notifications_enabled

obsess_over_service

public int obsess_over_service

failure_prediction_enabled

public int failure_prediction_enabled

failure_prediction_options

public java.lang.String failure_prediction_options

problem_has_been_acknowledged

public int problem_has_been_acknowledged

acknowledgement_type

public int acknowledgement_type

host_problem_at_last_check

public int host_problem_at_last_check

no_recovery_notification

public int no_recovery_notification

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

next_check

public long next_check

should_be_scheduled

public int should_be_scheduled

last_check

public long last_check

current_attempt

public int current_attempt

last_notification

public long last_notification

next_notification

public long next_notification

no_more_notifications

public int no_more_notifications

check_flapping_recovery_notification

public int check_flapping_recovery_notification

last_state_change

public long last_state_change

last_hard_state_change

public long last_hard_state_change

last_time_ok

public long last_time_ok

last_time_warning

public long last_time_warning

last_time_unknown

public long last_time_unknown

last_time_critical

public long last_time_critical

has_been_checked

public int has_been_checked

is_being_freshened

public int is_being_freshened

notified_on_unknown

public int notified_on_unknown

notified_on_warning

public int notified_on_warning

notified_on_critical

public int notified_on_critical

current_notification_number

public int current_notification_number

latency

public double latency

execution_time

public double execution_time

is_executing

public int is_executing

check_options

public int check_options

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

is_flapping

public int is_flapping

flapping_comment_id

public long flapping_comment_id

percent_state_change

public double percent_state_change

modified_attributes

public long modified_attributes
Constructor Detail

objects_h.service

public objects_h.service()