|
|
@ -78,7 +78,7 @@ for site in $(grep -v "^#\|^$" $CHKLIST | sort | uniq); do
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
*)
|
|
|
|
printf '%s\n' "[$(print_time)]: PROBLEM -- $site returns $respcode" >&2
|
|
|
|
printf '%s\n' "[$(print_time)]: PROBLEM -- $site returns $respcode" >&2
|
|
|
|
MSG="${MSG}%0A%0A %2B ${site}%0A responding ${respcode}"
|
|
|
|
MSG="${MSG}%0A%0A %2B ${site}%0A Responding ${respcode}"
|
|
|
|
FAILURE=true
|
|
|
|
FAILURE=true
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
esac
|
|
|
|