From 46a88f749d71c4e45f3b641c040e871f1b1db994 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 14 Jun 2025 11:21:11 -0500 Subject: [PATCH] Update dsmon.sh --- dsmon.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dsmon.sh b/dsmon.sh index d042ca0..bf28387 100755 --- a/dsmon.sh +++ b/dsmon.sh @@ -112,7 +112,6 @@ CHECK(){ echo -en "${idsCL[LightCyan]}${MSG}${spc}: " fi if [ -n "${1}" ] && [ "${1}" != "report" ]; then - echo "SELECT id,host,ip,limits FROM servermonitor.hosts WHERE disabled=0 AND (host LIKE '%${1}%' OR ip LIKE '%${1}%')" while read hostid hostname hostip hostlimits; do if [ "$hostid" != "id" ]; then hostip=$(echo $hostip | cut -d ";" -f1)