Xymon Mailing List Archive search

Server Script

list Jeremy Laidman
Thu, 30 Jun 2016 09:10:56 +0000
Message-Id: <CAAnki7A3agG8GTZh1NDMp2Yh9KTXdo=user-7a4467f0e5d1@xymon.invalid>

Can you show the exact errors? Also, show the whole script?

On Thu, 30 Jun 2016, 01:16 Joshua Hunt <user-826c29d13219@xymon.invalid> wrote:
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