1
0
mirror of https://github.com/ranl/monitor-utils.git synced 2024-09-29 00:23:42 +02:00

Merge pull request #13 from gf-atebbe/syntax_fix

Fixing syntax error so the script runs
This commit is contained in:
Ran Leibman 2015-03-23 19:05:18 +02:00
commit 8a52be3cfe

View File

@ -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";