Displaying 1 result from an estimated 1 matches for "ups6_online".
2018 Sep 20
3
Upssched not getting called from UPSMON
...don’t get the message that I set for NOTIFYMSG FSG
/etc/ups/upssched.conf
CMDSCRIPT /etc/ups/scripts/upssched-cmd
PIPEFN /etc/ups/upssched/upssched.pipe
LOCKFN /etc/ups/upssched/upssched.lock
AT ONLINE ups8 at localhost EXECUTE UPS8_ONLINE
AT ONLINE ups6 at localhost EXECUTE UPS6_ONLINE
AT ONBATT ups6 at localhost EXECUTE UPS6_ONBATT
AT ONBATT ups8 at localhost EXECUTE UPS8_ONBATT
AT FSD * EXECUTE shutdown_FSD
None of these get called when the events occur.
/etc/ups/scripts/upssched-cmd
WALL=wall
case $1 in
upsgone)
logger -...