delete-http-health-checker
delete-http-health-checker
Deletes the health-checker for a specified load balancer configuration
Synopsis
asadmin [asadmin-options] delete-http-health-checker [--help]
[--config config_name]
target
Description
The delete-http-health-checker subcommand deletes the health checker
from a load balancer configuration. A health checker is unique for the
combination of target and load balancer configuration.
|
This subcommand is only applicable to Eclipse GlassFish. This subcommand is not applicable to Eclipse GlassFish. |
Options
- asadmin-options
-
Options for the
asadminutility. For information about these options, see theasadmin(1M) help page. --help-?-
Displays the help text for the subcommand.
--config-
The load balancer configuration from which you delete the health-checker.
Operands
- target
-
Specifies the target from which you are deleting the health checker.
Valid values are:-
cluster_name - The name of a target cluster.
-
instance_name - The name of a target server instance.
-
Examples
Example 1 Deleting a Health Checker from a Load Balancer Configuration
This example deletes the health checker for load balancer configuration
named mycluster-http-lb-config on a cluster named mycluster.
asadmin> delete-http-health-checker --user admin
--passwordfile password.txt --config mycluster-http-lb-config mycluster
Command delete-http-health-checker executed successfully.