mirror of
https://github.com/ranl/monitor-utils.git
synced 2024-11-05 07:43:40 +01:00
Merge pull request #13 from gf-atebbe/syntax_fix
Fixing syntax error so the script runs
This commit is contained in:
commit
8a52be3cfe
@ -18,7 +18,7 @@ sub FSyntaxError {
|
||||
print "Syntax Error !\n";
|
||||
print "$0 [s|q] [absolute path to settings.sh] [hostname] [queue name]\n";
|
||||
print "s = Status of the exec hosts: check for Error status, and if he has a queue instance enabled\n";
|
||||
print "q = check via qrsh is the host accepts jobs (you can configure a queue for all the exec hosts with access list only to nagios for the sake of this check)\n\n"
|
||||
print "q = check via qrsh is the host accepts jobs (you can configure a queue for all the exec hosts with access list only to nagios for the sake of this check)\n\n";
|
||||
print "Example:\n";
|
||||
print "$0 q /path/to/settings.sh quad-8g1 nagios.q\n";
|
||||
print "$0 s /path/to/settings.sh quad-8g1 [queues,to,exclude]\n";
|
||||
|
Loading…
Reference in New Issue
Block a user