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 DEFAULT_SERVER_STAT_UPDATES #define located in TORQUE_HOME/src/resmom/mom_main.c). The integer may be followed by a list of event names (currently supported are jobstart and jobend). (For more information, see pbs_mom.) |
Related topics