Ubuntu Forums Archive Viewer

UPS connection

Archived thread 1001604 from Server Platforms. Markdown source: Server_Platforms/thread_1001604_UPS_connection.md

Original URL About this archive
#1

Hi!

Does anybody knows a good application to manage one UPS on Ubuntu 8.04 Server with no GUI??

#2
#3

I said without GUI

#4

In my experience (with a couple of different USB UPS devices) ubuntu sees is at a battery, so information about it is located in /proc/acpi/battery/BAT0 What exactly are you wanting to manage? UPS devices are pretty much ON/OFF affairs.

#5

The thing that I want to do is to connect an UPS to Ubuntu 8.04 server without Graphical Interface. Then program the system to shutdown the server when the UPS runs with 30% of power.

This is the beggining couse when this runs ok I have something more...but later.

Any idea? Thanks

#6

No GUI with networkupstool... just a config file and a daemon doing exactly what you want to do, just check the links :)

#7

It depends on your ups, I have a Belkin and an APC. I have not been able to setup the belkin in either Windows or Linux. The APC uses apcupsd available here, you can control the ups from the command line and there is a webmin plugin for it.

Jim