sensu-plugins / sensu-plugins-haproxy

This plugin provides native HAProxy instrumentation for monitoring and metrics collection, including: service health and backend server metrics.
http://sensu-plugins.io
MIT License
11 stars 37 forks source link

Services without a health check should not be considered failed #14

Closed bootswithdefer closed 8 years ago

bootswithdefer commented 8 years ago

The status 'no check' means there is no defined health check and the service status is unknown. Since HAProxy is not tracking the state of the service it should not be considered failed.

Supercedes #13