From a0f24c5317860f3321b6c50cc247ddd98a8cc4a1 Mon Sep 17 00:00:00 2001 From: Adam Tebbe Date: Mon, 23 Mar 2015 12:49:48 -0400 Subject: [PATCH] Fixing syntax error so the script runs --- nagios/check_sgeexec.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nagios/check_sgeexec.pl b/nagios/check_sgeexec.pl index 7173bba..b73050a 100755 --- a/nagios/check_sgeexec.pl +++ b/nagios/check_sgeexec.pl @@ -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";