ch.syabru.nagios.broker
Interface ExternalCommand

All Known Implementing Classes:
ProcessServiceCheckResultCommand, ScheduleForcedServiceCheckCommand, ScheduleServiceCheckCommand

public interface ExternalCommand

External command interface.

Author:
Felix Roethenbacher

Field Summary
static int STATE_CRITICAL
          Nagios state critical.
static int STATE_OK
          Nagios state OK.
static int STATE_UNKNOWN
          Nagios state unknown.
static int STATE_WARNING
          Nagios state warning.
 
Method Summary
 void writeCommand(Writer writer)
          Write external command to writer.
 

Field Detail

STATE_OK

static final int STATE_OK
Nagios state OK.

See Also:
Constant Field Values

STATE_WARNING

static final int STATE_WARNING
Nagios state warning.

See Also:
Constant Field Values

STATE_CRITICAL

static final int STATE_CRITICAL
Nagios state critical.

See Also:
Constant Field Values

STATE_UNKNOWN

static final int STATE_UNKNOWN
Nagios state unknown.

See Also:
Constant Field Values
Method Detail

writeCommand

void writeCommand(Writer writer)
                  throws IOException
Write external command to writer.

Parameters:
writer - Writer.
Throws:
IOException - XX.


Copyright © 2010-2011 Syabru. All Rights Reserved.