Displaying 4 results from an estimated 4 matches for "tarbeite".
2008 Nov 04
2
Variable use in upssched-cmd
...to send email notifications for certain events. This is my
upsshed-cmd file so far:
# EC130 Commands
ec130onbatt)
echo "EC130 UPS has been on Battery for more then 10
seconds" \
| mailx -r "ups at fit.edu" -s"EC130 on battery"
tarbeite at fit.edu
;;
ec130combad)
echo "Communications to EC130 UPS have degraded." \
| mailx -r "ups at fit.edu" -s"EC130 bad Communications"
tarbeite at fit.edu
;;
ec130cbatt)
ec...
2008 Sep 16
2
Setup of upssched on opensuse 11
...me 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 when I pull the cord on the UPS? I can
provide more info if needed.
Thanks
~Tim
-------------- next part --------------
An HTML attachment was s...
2008 Sep 19
1
Network connection issue with NUT
Hey all
Well I have my events all sending correctly now thank you very much :). Next
issue to arise is that I am trying to get my windows box to talk to the nut
server on my opensuse 11 system. I have the service enabled in the firewall
and the user accounts setup but every time I go to connect to the system it
gives a connection lost error. When I do an nmap query against opensuse the
port for
2008 Sep 17
0
FW: Setup of upssched on opensuse 11 - examined pipefn ad lockfm
On 9/16/08 3:35 PM, "Arjen de Korte" <nut+users at de-korte.org> wrote:
> Citeren tarbeite <tarbeite at fit.edu>:
>
>> Running opensuse 11 with two ups that can be seen via web interface and post
>> messages on the console.
>
> Please post the contents of /etc/ups/upssched.conf here. Also make
> sure that the directory mentioned in PIPEFN and LOCKFN exists...