Thanks Ralph,
I found the issue. the writer tested using bash as his /bin/sh so when I
ran in on my server /bin/sh is not bash. fixed that then it ran...
Now I am getting a garbled sed command....
sed: command garbled: 1,/---START---/d;$a[endmarker]\ndummy entry
More digging.
-Kevin
On Thu, Sep 27, 2012 at 11:12 AM, Ralph Mitchell <user-00a5e44c48c0@xymon.invalid>wrote:
Sounds like there's an empty variable in a test expression. Something like:
if [ $x = $y ]; then
......
fi
where either $x or $y is not set. If those variables were put in
double-quotes, at least you'd get an empty string.
Ralph Mitchell
On Sep 27, 2012 10:59 AM, "Kevin King" <user-4c6c31ddcab2@xymon.invalid> wrote:
I am trying to get your script (xymon-rclient.sh) running on my xymon
and have hit some issue that must have something to do with my environment.
Wednesday, September 26, 2012 03:25:55 PM CDT: starting
//usr/local/xymon/server/ext/xymon-rclient.sh
//usr/local/xymon/server/ext/xymon-rclient.sh: trap: bad trap
Wednesday, September 26, 2012 03:25:55 PM CDT: finished
//usr/local/xymon/server/ext/xymon-rclient.sh (completed 0 out of 0)
I have ssh keys all setup and I can ssh to the client no problem. So I
set the debug option them get this:
//usr/local/xymon/server/ext/xymon-rclient.sh: test: argument expected
the xymon server is solaris 10. and I am running xymon 4.3.10
-Kevin