Xymon Mailing List Archive search

Server Script

list Joshua Hunt
Wed, 29 Jun 2016 08:16:20 -0700
Message-Id: <user-d0f356ed8e10@xymon.invalid>

So I'm trying to implement a server script, and I'm getting some errors
with the beginning of my code, specifically the section that ties to Xymon.

HOSTTAG="tag"
COLUMN="$HOSTTAG"

# Here is where I get my first error. Directory apparently does not exist.
However, later in the script
I source from a similar location and all works fine. I have manually
checked, this location does exist.
$XYMONHOME/server/bin/xymongrep "$HOSTTAG" | while read L
do