Skip to content

dan1elm4rt1ns/check_haproxy_conns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Check HAProxy current connections.

Arguments:

-h, --help show this help message and exit

-U URL, --url URL HAProxy URL

-u USER, --user USER HAProxy username

-p PASSWORD, --password PASSWORD

HAProxy password

-w WARNING, --warning WARNING

Warning threshold for current connections

-c CRITICAL, --critical CRITICAL

Critical threshold for current connections

Example:

./check_haproxy_conns.py -U http://127.0.0.1:32600 -u user -p password -w 300 -c 350 OK - Current connections: 279 | 'current_conns'=279;300;350

About

Check current connections of Haproxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages