org.glite.discovery
Interface ServiceStatus


public interface ServiceStatus

Service status code constants.


Field Summary
static int CRITICAL
          Deprecated. The script detected that either the service was not running or it was above some "critical" threshold.
static int OK
          Deprecated. The script was able to check the service and it appeared to be functioning properly.
static int UNKNOWN
          Deprecated. Invalid command line arguments were supplied to the script or the script was unable to check the status of the given hosts/service.
static int WARNING
          Deprecated. The script was able to check the service, but it appeared to be above some "warning" threshold or did not appear to be working properly.
 

Field Detail

OK

public static final int OK
Deprecated. 
The script was able to check the service and it appeared to be functioning properly.

See Also:
Constant Field Values

WARNING

public static final int WARNING
Deprecated. 
The script was able to check the service, but it appeared to be above some "warning" threshold or did not appear to be working properly.

See Also:
Constant Field Values

CRITICAL

public static final int CRITICAL
Deprecated. 
The script detected that either the service was not running or it was above some "critical" threshold.

See Also:
Constant Field Values

UNKNOWN

public static final int UNKNOWN
Deprecated. 
Invalid command line arguments were supplied to the script or the script was unable to check the status of the given hosts/service.

See Also:
Constant Field Values