Displaying 1 result from an estimated 1 matches for "shutdown_fsd".
2018 Sep 20
3
Upssched not getting called from UPSMON
...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 -t upssched-cmd "The UPS has been gone for awhile"
;;
UPS6_ONLINE)
logger -t upssched-...