Xymon Mailing List Archive search

Log messages

list Henrik Størner
Wed, 15 Aug 2007 09:11:50 +0200
Message-Id: <user-547423dd68e6@xymon.invalid>

On Tue, Aug 14, 2007 at 06:11:37PM -0400, user-762ee872a5a4@xymon.invalid wrote:
The temp is the temperature.sh (V4.0) script from deadcat.
The emcpp script returns 0, temp script returns 1.
The interesting thing about temp is my BBOSTYPE variable has an
extra carriage return in it.
[hobbit at hershey ext]$ echo "$BBOSTYPE"
linux
It seems version 4.1 of the temperature.sh script (cannot find 4.0) 
chokes on this, reporting

sh-3.2$ ./temperature.sh
Unknown OS linux

sh-3.2$ echo $?
1


Henrik