org.blue.include
Class nagios_h.passive_check_result

java.lang.Object
  extended by org.blue.include.nagios_h.passive_check_result
Enclosing class:
nagios_h

public static class nagios_h.passive_check_result
extends java.lang.Object


Field Summary
 long check_time
           
 java.lang.String host_name
           
 java.lang.String output
           
 int return_code
           
 java.lang.String svc_description
           
 
Constructor Summary
nagios_h.passive_check_result()
           
 
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

svc_description

public java.lang.String svc_description

return_code

public int return_code

output

public java.lang.String output

check_time

public long check_time
Constructor Detail

nagios_h.passive_check_result

public nagios_h.passive_check_result()