acl/samples/http_probe/bin/test.cf
zsxxsz cc05b877a2 first commit acl to github
first commit acl to github
2013-08-18 17:42:25 +08:00

31 lines
816 B
CFEngine3

service probe {
loglevel = 2
logfile = probe.log
fork_sleep=0
####################################################################################################
probed_server = <server_name="ÍøͨÍøÕ¾:192.168.0.2", \
addr=192.168.0.2:80, \
url=http://www.test.com/, \
connect_timeout=60, \
rw_timeout=60, \
retry_inter=5, \
probe_inter=5, \
http_errors=500:503:504, \
log=www.log, \
warn_time=2>
probed_server = <server_name="Íøͨ²©¿Í:192.168.0.3", \
addr=192.168.0.3:80, \
url=http://blog.test.com/, \
connect_timeout=60, \
rw_timeout=60, \
retry_inter=5, \
probe_inter=5, \
http_errors=500:503:504, \
log=blog.log, \
warn_time=2>
####################################################################################################
}