Install APC UPS Pro 900 and Monitor with Munin
my Setup
Verbinden des APC UPS Pro 900 mit dem Linux Server (Debian 7.5 wheezy)
APC UPS Pro 900 hat einen RJ45/Seriellen Port
Server auf ein USB Port
Check it mit
# lsusb Bus 003 Device 002: ID 051d:0002 American Power Conversion Uninterruptible Power Supply |
dann noch mehr Infos
# lsusb -v -s003:002 Bus 003 Device 002: ID 051d:0002 American Power Conversion Uninterruptible Power Supply |
es kommen noch mehr Infos ... sind aber nicht relevant wir wissen das eine kommunikation stattfindet
# apt-get update # apt-get upgrade # apt-get install apcupsd |
Dann muss die Datei apcupsd.conf angepasst werden
# vi /etc/apcupsd/apcupsd.conf |
dabei sind die 3 Punkte wichtig:
UPSName deineUSVname
UPSCable usb
UPSTYPE usb
# vi /etc/default/apcupsd |
anpassen von ISCONFIGURED von no auf yes wechseln
# /etc/init.d/apcupsd start # apcaccess |
und weitere Infos....
=================== ====
APC UPS Status mit Munin überwachen
Munin-node ist bereits installiert und läuft
vi |
no you could be changeing the name of the UPS .....
sudo ln -s /usr/share/munin/plugins/apcupsd_pct /etc/munin/plugins/apcupsd_pct |
cd /etc/munin/plugins/ ./apcupsd_pct ./apcupsd_volt ./apcupsd_time ./apcupsd_pwr
--- :/etc/munin/plugins# ./apcupsd_time ---
|
/etc/init.d/munin-node restart |
more Information Links:
apcupsd - Debian Wiki
apcupsd - Community Help Wiki
Official website