Alteon Application Switch Operating System Application Guide
Health Checking
Document ID: RDWR-ALOS-V2900_AG1302 487
Example HTTP Health Checks
The following examples show the health checks sent when using HTTP health check configuration
inherited from virtual service and group.
Note: If content is not specified, the health check is performed using the / character.
A Host header using virtual service (hname) and virtual server (dname) parameters
B Host header using virtual server (dname) parameter only
C Host header not specified
D Request path using group content
hname= everest
dname= example.com
content= index.html
Health check is performed using:
GET /index.html HTTP/1.1
Host: everest.example.com
hname= (none)
dname= raleighduram.cityguru.com
content= /page/gen/?_template=alteon
Health check is performed using:
GET /page/gen/?_template=alteon HTTP/1.1
Host: raleighduram.cityguru.com
hname= (none)
dname= (none)
content= index.html
Health check is performed using:
GET /index.html HTTP/1.0 (since no HTTP HOST: header is required)
hname= (none)
dname= (none)
content= //everest/index.html
Health check is performed using:
GET /index.html HTTP/1.1
Host: everest