Hello,

I'm using nut with my MG Ellipse on serial port. No problem since one year. Two days ago, I wanted to add a phone alert through my asterisk box when power is down. Since then, upssched doesn't make his job anymore. here is the "syslog" I get when the power cord is unplugged :


May  9 11:39:34 serveur upsmon[6411]: UPS [EMAIL PROTECTED] on battery
May  9 11:39:34 serveur upssched[6823]: Timer daemon started
May 9 11:39:34 serveur upssched[6823]: New timer: phone_alert (15 seconds)
May  9 11:39:34 serveur upssched[6823]: New timer: onbatt (900 seconds)
May  9 11:39:49 serveur upssched[6823]: Event: phone_alert
May 9 11:39:49 serveur upssched[6823]: Execute command failure: /root/scripts/upsalert phone_alert: No such file or directory
May  9 11:40:19 serveur upsmon[6411]: UPS [EMAIL PROTECTED] on line power
May  9 11:40:19 serveur upssched[6823]: Cancelling timer: onbatt



So, the timer works OK but when the scripts si called, it says it doesn't exist. It worked before without any problem. the path is ok. The command is ok.

her is my upssched.conf

# the script to be executed
CMDSCRIPT /root/scripts/upsalert

# mandatory fields that must be set before AT commands
PIPEFN /var/run/upssched/upssched.pipe
LOCKFN /var/run/upssched/upssched.lock

# the timers, here 30 sec after the ONBATT (ups on battery) event
AT ONBATT * START-TIMER phone_alert 15
AT ONBATT * START-TIMER onbatt 900

# cancel the countdown if power is back
AT ONLINE * CANCEL-TIMER onbatt
AT ONLINE * CANCEL-TIMER phone_alert



Any idea?

thanks ahead

Laurent Lesage

_______________________________________________
Nut-upsuser mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser

Reply via email to