org.apache.hadoop.chukwa.util
Class NagiosHelper

java.lang.Object
  extended by org.apache.hadoop.chukwa.util.NagiosHelper

public class NagiosHelper
extends Object


Field Summary
static int NAGIOS_CRITICAL
           
static int NAGIOS_OK
           
static int NAGIOS_UNKNOWN
           
static int NAGIOS_WARN
           
 
Constructor Summary
NagiosHelper()
           
 
Method Summary
static void sendNsca(String nagiosHost, int nagiosPort, String reportingHost, String reportingService, String msg, int state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAGIOS_OK

public static final int NAGIOS_OK
See Also:
Constant Field Values

NAGIOS_WARN

public static final int NAGIOS_WARN
See Also:
Constant Field Values

NAGIOS_CRITICAL

public static final int NAGIOS_CRITICAL
See Also:
Constant Field Values

NAGIOS_UNKNOWN

public static final int NAGIOS_UNKNOWN
See Also:
Constant Field Values
Constructor Detail

NagiosHelper

public NagiosHelper()
Method Detail

sendNsca

public static void sendNsca(String nagiosHost,
                            int nagiosPort,
                            String reportingHost,
                            String reportingService,
                            String msg,
                            int state)


Copyright © ${year} The Apache Software Foundation