UPS infos via Rasperry Pi im Netz propagieren und Server oder NAS zum Download animieren.
Hardware
- Raspberry Pi, Model B+ PLUS - 512MB RAM
- APC Power Saving Back-UPS Pro 900
Software one the Raspberry Pi
- Debian
- Munin Node - APC UPS Pro 900
- 
Configs to do on
| Raspberry Pi | Server | FreeNAS 10 | |
| Raspberry Pi | RASPBIAN LITE Minimal image based on Debian (follow the Pi Instruciton to install) | ? | ? | 
| 
 on the Card add a empty file called SSH on the root   | 
|||
| VI | 
 # sudo -i  | 
||
| Fix IP address | # sudo vi /etc/dhcpcd.conf  ? 40 # Example static IP configuration: 41 interface eth0 42 static ip_address=192.168.0.15/24 44 static routers=192.168.0.1 45 static domain_name_servers=8.8.8.8  | 
||
|   | 
|||
| Set Time | # dpkg-reconfigure tzdata | ||
| Script for smart update | |||
| Apache 2 | # apt -y install apache2 | ||
| Fail2Ban | 
 # apt install fail2ban -y  | 
||
|  [ssh] enabled = true port = ssh filter = sshd logpath = /var/log/auth.log bantime = 900 banaction = iptables-allports findtime = 900 maxretry = 3  | 
|||
| # service fail2ban restart | |||
| check # iptables -L -n --line  | 
|||
| NUT | # apt install -y nut nut-monitor nut-cgi nut-ipmi nut-snmp nut-xml | ||
| # lsusb Bus 001 Device 004: ID 051d:0002 American Power Conversion Uninterruptible Power Supply  | 
|||
| # vi /etc/nut/nut.conf MODE=netserver  | 
|||
| # vi /etc/nut/ups.conf  (around line 121) [apc900] driver = usbhid-ups # Treiber der verwendet werden soll port = auto desc = "APC 900 Smart-UPS" # Beschreibung der USV # maxretry = 3  | 
|||
| # systemctl reload nut-server | |||
| # systemctl status nut-server | |||
| 
 # apt install wakeonlan arp command to find the MAC address  | 
|||
| # upsc APC900 | grep battery.runtime: | awk '{print $2/60}' OFMT="%3.1f" | 
Quellen/Source:
- Raspberry FORUM: UPS Information to LAN
- https://www.tobias-baeumer.de/apc-usv-proxmox/
- networkupstools.org
- servernetworktech.com/2013/06/upsalert-my-solution-to-graceful-server-shutdowns-on-power-loss
- NUT
- /www.pontikis.net/blog/apc-ups-master-slave-setup-apcupsd
- Munin | Plugin | NUT
- bernaerts.dyndns.org/linux/75-debian/335-debian-wheezy-install-monitor-eaton-ups
- thomas-leister.de/powerwalker-ups-debian-stretch/
- wiki.debian-fr.xyz/Configurer_et_surveiller_un_onduleur_avec_NUT
- Raspberry Pi - UPS server using NUT 
-
-
-
-