Xymon Mailing List Archive search

Alert script help

list Francisco Carmona Leon
Wed, 13 Sep 2006 11:58:25 -0500
Message-Id: <1158166705.3866.31.camel@localhost>

I need help to make this work.

this is my configuration:

hobbit-alerts.cfg
HOST=*
        SCRIPT /usr/local/bin/smalert 1234123400 FORMAT=SMS


script
#!/bin/sh
/usr/local/bin/lee '"$BBHOSTNAME" alerta "$BBCOLORLEVEL" servicio
"$BBSVCNAME" con la direccion "$MACHIP" fuera por "$DOWNSECS"'


I'm using the script option in my hobbit-alerts.cfg file because I need
to send a voice alert in my site but it doesn't work.

why ?