From: Stephen Gran Date: Sun, 30 Dec 2012 10:19:21 +0000 (+0000) Subject: and it needs to output something X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=6142049d989c16a0bdecc04180e7b512daa7ae19;p=mirror%2Fdsa-nagios.git and it needs to output something Signed-off-by: Stephen Gran --- diff --git a/dsa-nagios-checks/checks/dsa-check-filesystems b/dsa-nagios-checks/checks/dsa-check-filesystems index a211719..6bc1b6e 100755 --- a/dsa-nagios-checks/checks/dsa-check-filesystems +++ b/dsa-nagios-checks/checks/dsa-check-filesystems @@ -39,4 +39,5 @@ if output.length > 0 puts output.join("\n") exit 1 end +puts "OK: All filesystems ok." exit 0