From 0ad31ff4b26686c7d3f851b51c1c5f885fda8730 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Wed, 23 Jul 2014 13:57:01 +0200 Subject: added proxy script --- bin/check.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/check.sh') diff --git a/bin/check.sh b/bin/check.sh index ebbe279..5c9b938 100755 --- a/bin/check.sh +++ b/bin/check.sh @@ -24,6 +24,7 @@ usage(){ echo "-c --check add a process name to check" echo "-p --print print list of process we check for" echo "-q --quiet surpress output" + echo "-v --verbose be verbose" echo "-m --mailto ADRESS send report to ADRESS" echo "-n --nonotice don't send mail" echo "-h --help prints this help" @@ -50,6 +51,9 @@ while true; do -q|--quiet) QUIET=1 shift ;; + -v|--verbose) QUIET=0 + shift + ;; -m|--mailto) if [ "x$2" != "x" ]; then NOTICETO="$2" -- cgit v1.2.3