Displaying 2 results from an estimated 2 matches for "tim_up".
Did you mean:
tim_ups
2008 Sep 16
2
Setup of upssched on opensuse 11
...e case structure.
#
# This script may be replaced with another program without harm.
#
# The first argument passed to your CMDSCRIPT is the name of the timer
# from your AT lines.
case $(1) in
onbattwarn)
WALL "UPS is down fix me please"
echo "TIM_UPS is on Battery for more then 10 seconds" \
| mailx -r "ups at fit.edu" -s"Tim_ups on Battery"
tarbeite at fit.edu
;;
esac
Also I am calling the time in upssched as ?AT ONBATT * EXECUTE onbattwarn?
Any idea as to why nothing works wh...
2008 Sep 17
0
FW: Setup of upssched on opensuse 11 - examined pipefn ad lockfm
...<timername> that will trigger after <interval>
# seconds, calling your CMDSCRIPT with <timername> as the first
# argument.
#
# Example:
# Start a timer that'll execute when any UPS (*) has been gone 10 seconds
#
# AT COMMBAD * START-TIMER upsgone 10
# AT ONBATT tim_ups at localhost START-TIMER timonbattwarn 10
# AT ONBATT test_ups at localhost START-TIMER testonbattwarn 10
# -----------------------------------------------------------------------
#
# - CANCEL-TIMER <timername> [cmd]
#
# Cancel a running timer called <timername>, if possible...