it.jnrpe.net
Interface IJNRPEConstants


Deprecated.

public interface IJNRPEConstants

In this interface are initialized all needed constants.

Author:
Massimiliano Ziccardi

Field Summary
static int STATE_CRITICAL
          Deprecated. Service status 'CRITICAL'.
static int STATE_OK
          Deprecated. Service status 'OK'.
static int STATE_UNKNOWN
          Deprecated. Service status 'UNKNOWN'.
static int STATE_WARNING
          Deprecated. Service status 'WARNING'.
static String VERSION
          Deprecated. Contains the version of the software.
 

Field Detail

VERSION

static final String VERSION
Deprecated. 
Contains the version of the software.

See Also:
Constant Field Values

STATE_UNKNOWN

static final int STATE_UNKNOWN
Deprecated. 
Service status 'UNKNOWN'.

See Also:
Constant Field Values

STATE_CRITICAL

static final int STATE_CRITICAL
Deprecated. 
Service status 'CRITICAL'.

See Also:
Constant Field Values

STATE_WARNING

static final int STATE_WARNING
Deprecated. 
Service status 'WARNING'.

See Also:
Constant Field Values

STATE_OK

static final int STATE_OK
Deprecated. 
Service status 'OK'.

See Also:
Constant Field Values


Copyright © 2014. All Rights Reserved.