From: Peter Palfrader Date: Mon, 20 Mar 2017 08:29:11 +0000 (+0100) Subject: whitespace cleanup (turn the remaining tabs into spaces X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-nagios.git;a=commitdiff_plain;h=7eb3eef8c7ec45472d32b168a5f45ace1c3f1ab8 whitespace cleanup (turn the remaining tabs into spaces --- diff --git a/dsa-nagios-checks/dsa-check-memory b/dsa-nagios-checks/dsa-check-memory index 7dc04a5..e01f7d8 100755 --- a/dsa-nagios-checks/dsa-check-memory +++ b/dsa-nagios-checks/dsa-check-memory @@ -79,7 +79,7 @@ if options.mode == 'pct': sys.exit(exit_codes['WARNING']) else: print "OK: Free VM: %d%%" % free_pct - sys.exit(exit_codes['OK']) + sys.exit(exit_codes['OK']) else: if avail_vm < options.crit: print "CRITICAL: Free VM: %d" % avail_vm @@ -89,4 +89,4 @@ else: sys.exit(exit_codes['WARNING']) else: print "OK: Free VM: %d" % avail_vm - sys.exit(exit_codes['OK']) + sys.exit(exit_codes['OK'])