Skip to content

Commit 55a6a39

Browse files
authored
Merge pull request #66 from martijnkruiten/patch-1
Fixed dead link to Torque documentation
2 parents e821cef + de16da2 commit 55a6a39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ For optimal support of SLURM, NHC version 1.3 or higher is recommended. Prior v
182182

183183
#### TORQUE Integration
184184

185-
NHC can be executed by the `pbs_mom` process at job start, job end, and/or regular intervals (irrespective of whether or not the node is running job(s)). More detailed information on how to configure the `pbs_mom` health check can be found in the [TORQUE Documentation](http://docs.adaptivecomputing.com/torque/help.htm#topics/11-troubleshooting/computeNodeHealthCheck.htm). The configuration used here at LBNL is as follows:
185+
NHC can be executed by the `pbs_mom` process at job start, job end, and/or regular intervals (irrespective of whether or not the node is running job(s)). More detailed information on how to configure the `pbs_mom` health check can be found in the [TORQUE Documentation](http://docs.adaptivecomputing.com/torque/6-1-2/adminGuide/torque.htm#topics/torque/12-troubleshooting/computeNodeHealthCheck.htm). The configuration used here at LBNL is as follows:
186186

187187
```bash
188188
$node_check_script /usr/sbin/nhc
@@ -370,8 +370,8 @@ Examples:
370370
```bash
371371
# This is a comment.
372372
# This is also a comment.
373-
# This line and the next one will both be ignored.
374373
374+
# This line and the previous one will both be ignored.
375375
```
376376
377377
Configuration lines contain a **target** specifier, the separator string `||`, and the **check** command. The target specifies which hosts should execute the check; only nodes whose hostname matches the given target will execute the check on that line. All other nodes will ignore it and proceed to the next check.

0 commit comments

Comments
 (0)