File: haproxyctl.1.ronn

package info (click to toggle)
haproxyctl 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 152 kB
  • ctags: 18
  • sloc: ruby: 333; sh: 57; makefile: 5
file content (37 lines) | stat: -rw-r--r-- 728 bytes parent folder | download | duplicates (4)
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.