org.glassfish.loadbalancer.admin.cli.create-http-health-checker.1 Maven / Gradle / Ivy
create-http-health-checker(1) asadmin Utility Subcommands create-http-health-checker(1)
NAME
create-http-health-checker - creates a health-checker for a specified
load balancer configuration
SYNOPSIS
create-http-health-checker [--help] [--url "/"]
[--interval 30] [--timeout 10]
[--config config_name] target
DESCRIPTION
The create-http-health-checker subcommand creates a health checker for
a specified load balancer configuration. A health checker is unique for
the combination of target and load balancer configuration.
Note
+----------------------------------------+
| This subcommand is only |
| applicable to Oracle |
| GlassFish Server. This |
| subcommand is not applicable |
| to GlassFish Server Open |
| Source Edition. |
+----------------------------------------+
OPTIONS
--help, -?
Displays the help text for the subcommand.
--url
The URL to ping to determine whether the instance is healthy.
--interval
The interval in seconds the health checker waits between checks of
an unhealthy instance to see whether it has become healthy. The
default value is 30 seconds. A value of 0 disables the health
checker.
--timeout
The interval in seconds the health checker waits to receive a
response from an instance. If the health checker has not received a
response in this interval, the instance is considered unhealthy.
--config
The load balancer configuration for which you create the
health-checker. If you do not specify a configuration, the
subcommand creates a health checker for every load balancer
configuration associated with the target. If no configuration
references the target, the subcommand fails.
OPERANDS
target
Specifies the target to which the health checker applies.
Valid values are:
* cluster_name- The name of a target cluster.
* instance_name- The name of a target server instance.
EXAMPLES
Example 1, Creating a Health Checker for a Load Balancer Configuration
This example creates a health checker for a load balancer
configuration named mycluster-http-lb-config on a cluster named
mycluster.
asadmin> create-http-health-checker --config mycluster-http-lb-config mycluster
Command create-http-health-checker executed successfully.
EXIT STATUS
0
subcommand executed successfully
1
error in executing the subcommand
SEE ALSO
delete-http-health-checker(1)
asadmin(1M)
Jakarta EE 10 09 Aug 2017 create-http-health-checker(1)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy