• Poul-Henning Kamp's avatar
    Make it possible to declare stand-alone backend probes and reference · 68d0daef
    Poul-Henning Kamp authored
    them by name:
    
    	probe foo {
    	    .url = "/";
    	    .timeout = 1s;
    	}
    
    	director default random {
    	    { .backend = {.host = "10.0.0.1"; .probe = foo; } .weight = 1; }
    	    { .backend = {.host = "10.0.0.2"; .probe = foo; } .weight = 1; }
    	    { .backend = {.host = "10.0.0.3"; .probe = foo; } .weight = 1; }
    	    { .backend = {.host = "10.0.0.4"; .probe = foo; } .weight = 1; }
    	    { .backend = {.host = "10.0.0.5"; .probe = foo; } .weight = 1; }
    	    { .backend = {.host = "10.0.0.6"; .probe = foo; } .weight = 1; }
    	    { .backend = {.host = "10.0.0.7"; .probe = foo; } .weight = 1; }
    	}
    
    
    
    git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4985 d4fa192b-c00b-0410-8231-f00ffab90ce4
    68d0daef
Name
Last commit
Last update
..
varnishadm Loading commit data...
varnishd Loading commit data...
varnishhist Loading commit data...
varnishlog Loading commit data...
varnishncsa Loading commit data...
varnishreplay Loading commit data...
varnishsizes Loading commit data...
varnishstat Loading commit data...
varnishtest Loading commit data...
varnishtop Loading commit data...
Makefile.am Loading commit data...
flint.lnt Loading commit data...