|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThresholdsEvaluatorBuilder | |
---|---|
it.jnrpe.plugins | This package contains all the classes regarding the plugin management/creation. |
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 ThresholdsEvaluatorBuilder in it.jnrpe.plugins |
---|
Methods in it.jnrpe.plugins with parameters of type ThresholdsEvaluatorBuilder | |
---|---|
void |
PluginBase.configureThresholdEvaluatorBuilder(ThresholdsEvaluatorBuilder thrb,
ICommandLine cl)
Override this method if you don't use the new threshold syntax. |
Uses of ThresholdsEvaluatorBuilder in it.jnrpe.utils.thresholds |
---|
Methods in it.jnrpe.utils.thresholds that return ThresholdsEvaluatorBuilder | |
---|---|
ThresholdsEvaluatorBuilder |
ThresholdsEvaluatorBuilder.withLegacyThreshold(String metric,
String okRange,
String warnRange,
String critRange)
This method allows to specify thresholds using the old format. |
ThresholdsEvaluatorBuilder |
ThresholdsEvaluatorBuilder.withThreshold(String threshold)
Adds a threshold to the threshold evaluator object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |