From: Sergey Matveev Date: Thu, 11 May 2023 09:34:00 +0000 (+0300) Subject: Missed togrep X-Git-Url: http://www.git.stargrave.org/?p=sgmon.git;a=commitdiff_plain;h=c2a9348c509d30a25ccf5d44bfc71464ee35fb81 Missed togrep --- diff --git a/helper/http b/helper/http index 425843a..732ab2a 100755 --- a/helper/http +++ b/helper/http @@ -1,6 +1,7 @@ #!/bin/sh -e domain=`echo "$1" | cut -d/ -f3 | cut -d: -f1` +togrep="$2" "$SGMONDIR"/helper/all-addrs $domain | while read addr ; do bad=0 curl \