ptgoetz / check-haproxy-stats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

check haproxy stats

Check HAProxy related statistics

  • Free software: MIT License

Features

  • Check HAProxy HTTP 5xx counts for various backends

Example Usage

Checking check-trk backend for HTTP 5xx Code Ratio during an interval of 60 seconds:

check-haproxy-stats-5xx --backend check-trk --warning-ratio 0.01 --critical-ratio 0.02 \
    --username someone --password someone \
    --interval 60

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

License:MIT License


Languages

Language:Python 92.6%Language:Makefile 7.4%