From Hentschel
(Created page with "* install nut sudo apt-get install nut * configure nut, link with instructions https://wiki.ipfire.org/addons/nut/detailed ** configuration files in ''/etc/nut'' ** configur...") |
|||
| Line 9: | Line 9: | ||
port = auto | port = auto | ||
desc = "The black UPS in the rack upstairs" | desc = "The black UPS in the rack upstairs" | ||
| + | </pre> | ||
| + | |||
| + | ** configure the UPS daemon via ''upsd.conf'' | ||
| + | <pre> | ||
| + | LISTEN 127.0.0.1 3493 | ||
| + | LISTEN 192.168.1.108 3493 | ||
| + | </pre> | ||
| + | ** and add users to ''upsd.users'' | ||
| + | <pre> | ||
| + | |||
</pre> | </pre> | ||
Revision as of 01:16, 20 May 2018
- install nut
sudo apt-get install nut
- configure nut, link with instructions https://wiki.ipfire.org/addons/nut/detailed
- configuration files in /etc/nut
- configure ups.conf
[tripplite-1500lcd] driver = usbhid-ups port = auto desc = "The black UPS in the rack upstairs"
- configure the UPS daemon via upsd.conf
LISTEN 127.0.0.1 3493 LISTEN 192.168.1.108 3493
- and add users to upsd.users