Displaying 1 result from an estimated 1 matches for "offbatt".
Did you mean:
xoffbatt
2008 Dec 15
1
ubuntu 8.04 upssched CANCEL-TIMER ignored
...ight now!" |
$WALL
;;
shutdown)
$LOGGER -t upssched-cmd "UPS on battery too long, shutdown
all virtual machines on ESX host"
# /usr/bin/ssh root at 192.168.1.2 '/usr/bin/nohup /root/shutdown.sh > /
root/shutdown.log &' &
;;
offbatt)
$LOGGER -t upssched-cmd "The UPS is online again"
echo "The UPS is online again" | $WALL
;;
*)
$LOGGER -t upssched-cmd "ERROR!! $0 doesn't support $1"
;;
esac
-----
my upssched.conf
-----
CMDSCRIPT /usr/sbin/upssched-cmd
LOCKFN /var/li...