org.blue.cgi
Class outages.hostoutage

java.lang.Object
  extended by org.blue.cgi.outages.hostoutage
Enclosing class:
outages

public static class outages.hostoutage
extends java.lang.Object


Field Summary
 int affected_child_hosts
           
 int affected_child_services
           
 objects_h.host hst
           
 long monitored_time
           
 float percent_time_down
           
 float percent_time_unreachable
           
 float percent_time_up
           
 int severity
           
 long time_down
           
 long time_unreachable
           
 long time_up
           
 
Constructor Summary
outages.hostoutage()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hst

public objects_h.host hst

severity

public int severity

affected_child_hosts

public int affected_child_hosts

affected_child_services

public int affected_child_services

monitored_time

public long monitored_time

time_up

public long time_up

percent_time_up

public float percent_time_up

time_down

public long time_down

percent_time_down

public float percent_time_down

time_unreachable

public long time_unreachable

percent_time_unreachable

public float percent_time_unreachable
Constructor Detail

outages.hostoutage

public outages.hostoutage()