<div dir="ltr">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. <div><br></div><div>HOSTTAG="tag"</div><div>COLUMN="$HOSTTAG"</div><div><br></div><div># Here is where I get my first error. Directory apparently does not exist. However, later in the script </div><div>I source from a similar location and all works fine. I have manually checked, this location does exist.</div><div>$XYMONHOME/server/bin/xymongrep "$HOSTTAG" | while read L</div><div>do</div><div><br></div></div>