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

-b and -B flags to check session availability per backend #9

Closed yportnoy closed 8 years ago

yportnoy commented 8 years ago

-b and -B check for warning and critical levels of active sessions per backend and ignore counts per service. If -b is selected it ignores session_warn_percent flag and -B ignores session_crit_percent flag.

analytically commented 8 years ago

Thanks for your contribution! Mind addressing my remarks? Then I'll merge and release a new version.

yportnoy commented 8 years ago

Tested , tweaked and good to go. Sorry about the confusion

analytically commented 8 years ago

Thanks!