August 2018
Beginner
462 pages
12h 36m
English
To create a health monitor, use the neutron lbaas-healthmonitor-create command shown here:
neutron lbaas-healthmonitor-create[--tenant-id TENANT_ID] --delay DELAY[--name NAME] --timeout TIMEOUT[--http-method HTTP_METHOD][--url-path URL_PATH] --max-retries MAX_RETRIES[--expected-codes EXPECTED_CODES][--admin-state-down] --type {PING,TCP,HTTP,HTTPS} --poolPOOL
The --tenant-id argument is optional and can be used to associate the health monitor with a project other than the creator. The tenant or project ID specified should match the respective load balancer.
The --delay argument is required and is used to specify the period between each health check sent to members (in seconds). A common starting value ...
Read now
Unlock full access