org.blue.include
Class statusdata_h.servicestatus

java.lang.Object
  extended by org.blue.include.statusdata_h.servicestatus
Enclosing class:
statusdata_h

public static class statusdata_h.servicestatus
extends java.lang.Object


Field Summary
 int accept_passive_service_checks
           
 int acknowledgement_type
           
 int check_type
           
 int checks_enabled
           
 int current_attempt
           
 int current_notification_number
           
 java.lang.String description
           
 int event_handler_enabled
           
 double execution_time
           
 int failure_prediction_enabled
           
 int flap_detection_enabled
           
 int has_been_checked
           
 java.lang.String host_name
           
 int is_flapping
           
 long last_check
           
 int last_hard_state
           
 long last_hard_state_change
           
 long last_notification
           
 long last_state_change
           
 long last_time_critical
           
 long last_time_ok
           
 long last_time_unknown
           
 long last_time_warning
           
 long last_update
           
 double latency
           
 int max_attempts
           
 long next_check
           
 long next_notification
           
 int no_more_notifications
           
 int notifications_enabled
           
 int obsess_over_service
           
 double percent_state_change
           
 java.lang.String perf_data
           
 java.lang.String plugin_output
           
 int problem_has_been_acknowledged
           
 int process_performance_data
           
 int scheduled_downtime_depth
           
 int should_be_scheduled
           
 int state_type
           
 int status
           
 
Constructor Summary
statusdata_h.servicestatus()
           
 
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

plugin_output

public java.lang.String plugin_output

perf_data

public java.lang.String perf_data

max_attempts

public int max_attempts

current_attempt

public int current_attempt

status

public int status

last_update

public long last_update

has_been_checked

public int has_been_checked

should_be_scheduled

public int should_be_scheduled

last_check

public long last_check

next_check

public long next_check

check_type

public int check_type

checks_enabled

public int checks_enabled

last_state_change

public long last_state_change

last_hard_state_change

public long last_hard_state_change

last_hard_state

public int last_hard_state

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

state_type

public int state_type

last_notification

public long last_notification

next_notification

public long next_notification

no_more_notifications

public int no_more_notifications

notifications_enabled

public int notifications_enabled

problem_has_been_acknowledged

public int problem_has_been_acknowledged

acknowledgement_type

public int acknowledgement_type

current_notification_number

public int current_notification_number

accept_passive_service_checks

public int accept_passive_service_checks

event_handler_enabled

public int event_handler_enabled

flap_detection_enabled

public int flap_detection_enabled

is_flapping

public int is_flapping

percent_state_change

public double percent_state_change

latency

public double latency

execution_time

public double execution_time

scheduled_downtime_depth

public int scheduled_downtime_depth

failure_prediction_enabled

public int failure_prediction_enabled

process_performance_data

public int process_performance_data

obsess_over_service

public int obsess_over_service
Constructor Detail

statusdata_h.servicestatus

public statusdata_h.servicestatus()