[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Alert script help



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 ?