1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
haproxyctl(1) -- utility to manage HAProxy
=========================================================================
## SYNOPSIS
haproxyctl
## DESCRIPTION
haproxyctl is an wrapper to make life with HAProxy a little more convenient.
See `haproxyctl --help` for complete help.
## EXAMPLES
### show HAProxy status
haproxyctl status
### show errors to the backend servers
haproxyctl "show errors"
### disable complete server on the fly
haproxyctl "disable all server1"
### enable complete server on the fly
haproxyctl "enable all server1"
## AUTHOR
haproxyctl is primarily the work of Carlo Flores.
This manual page was written by Jonas Genannt <jonas.genannt@capi2name.de> for the Debian Project.
|