(Click to open topic with navigation)
The health check feature is configured via the mom_priv/config file using the parameters described below:
Parameter | Format | Default | Description |
---|---|---|---|
$node_check_script | <STRING> | N/A | (Required) Specifies the fully qualified pathname of the health check script to run |
$node_check_interval | <INTEGER> | 1 | (Optional) Specifies the number of MOM intervals between health checks (by default, each MOM interval is 45 seconds long - this is controlled via the $status_update_time node parameter. The integer may be followed by a list of event names (currently supported are jobstart and jobend). (See pbs_momfor more information.) |
Related Topics