Created
April 6, 2011 01:29
-
-
Save flores/904958 to your computer and use it in GitHub Desktop.
haproxyctl "enable/disable all EXCEPT <server>"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
l:~/haproxyctl# ./haproxyctl "show health" | |
# pxname svname status weight | |
http FRONTEND OPEN | |
sinatra sinatra_downoi DOWN 1 | |
sinatra sinatra_rindica DOWN 1 | |
sinatra sinatra_guinea UP 1 | |
sinatra BACKEND UP 1 | |
ei guinea UP 1 | |
ei BACKEND UP 1 | |
drop guinea UP 1 | |
drop BACKEND UP 1 | |
apache guinea UP 1 | |
apache BACKEND UP 1 | |
static ngnix_downoi UP 1 | |
static ngnix_petite UP 1 | |
static ngnix_rindica UP 1 | |
static nginx_stellatus UP 1 | |
static nginx_belem UP 1 | |
static nginx_petite MAINT 1 | |
static apache_guinea UP 1 | |
static BACKEND UP 6 | |
ssh localhost UP 1 | |
ssh BACKEND UP 1 | |
l:~/haproxyctl# ./haproxyctl "disable all EXCEPT apache_guinea" | |
l:~/haproxyctl# ./haproxyctl "show health" | |
# pxname svname status weight | |
http FRONTEND OPEN | |
sinatra sinatra_downoi DOWN 1 | |
sinatra sinatra_rindica DOWN 1 | |
sinatra sinatra_guinea UP 1 | |
sinatra BACKEND UP 1 | |
ei guinea UP 1 | |
ei BACKEND UP 1 | |
drop guinea UP 1 | |
drop BACKEND UP 1 | |
apache guinea UP 1 | |
apache BACKEND UP 1 | |
static ngnix_downoi MAINT 1 | |
static ngnix_petite MAINT 1 | |
static ngnix_rindica MAINT 1 | |
static nginx_stellatus MAINT 1 | |
static nginx_belem MAINT 1 | |
static nginx_petite MAINT 1 | |
static apache_guinea UP 1 | |
static BACKEND UP 1 | |
ssh localhost UP 1 | |
ssh BACKEND UP 1 | |
l:~/haproxyctl# ./haproxyctl "enable all EXCEPT apache_guinea" | |
l:~/haproxyctl# ./haproxyctl "show health" | |
# pxname svname status weight | |
http FRONTEND OPEN | |
sinatra sinatra_downoi DOWN 1 | |
sinatra sinatra_rindica DOWN 1 | |
sinatra sinatra_guinea UP 1 | |
sinatra BACKEND UP 1 | |
ei guinea UP 1 | |
ei BACKEND UP 1 | |
drop guinea UP 1 | |
drop BACKEND UP 1 | |
apache guinea UP 1 | |
apache BACKEND UP 1 | |
static ngnix_downoi UP 1/2 1 | |
static ngnix_petite UP 1/2 1 | |
static ngnix_rindica UP 1/2 1 | |
static nginx_stellatus UP 1/2 1 | |
static nginx_belem UP 1/2 1 | |
static nginx_petite UP 1/2 1 | |
static apache_guinea UP 1 | |
static BACKEND UP 7 | |
ssh localhost UP 1 | |
ssh BACKEND UP 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment