|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReturnValueBuilder | |
---|---|
it.jnrpe.utils.thresholds | This package contains all the classes used to parse and manage new thresholds format according to the Nagios specification RFC (http://nagiosplugins.org/rfc/new_threshold_syntax). |
Uses of ReturnValueBuilder in it.jnrpe.utils.thresholds |
---|
Methods in it.jnrpe.utils.thresholds that return ReturnValueBuilder | |
---|---|
static ReturnValueBuilder |
ReturnValueBuilder.forPlugin(String name)
Constructs the object with an empty threshold evaluator. |
static ReturnValueBuilder |
ReturnValueBuilder.forPlugin(String name,
ThresholdsEvaluator thr)
Constructs the object with the given threshold evaluator. |
ReturnValueBuilder |
ReturnValueBuilder.withForcedMessage(String message)
Force the message to return to Nagios. |
ReturnValueBuilder |
ReturnValueBuilder.withStatus(Status forceStatus)
Use this method if you want to force the status to be returned. |
ReturnValueBuilder |
ReturnValueBuilder.withValue(Metric pluginMetric)
Configure the ReturnValue we are building with the specified
value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |