diff --git a/plugins/outputs/health/README.md b/plugins/outputs/health/README.md index 284eec266..c53b3d8a9 100644 --- a/plugins/outputs/health/README.md +++ b/plugins/outputs/health/README.md @@ -94,6 +94,15 @@ the field is not found on a metric no comparison will be made. Comparisons must be hold true on all metrics for the check to pass. +The available comparison operators are: + +- `gt` greater than +- `ge` greater than or equal to +- `lt` less than +- `le` less than or equal to +- `eq` equal to +- `ne` not equal to + ### contains The `contains` check can be used to require a field key to exist on at least