meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:sw:nut:eaton_ellipse_650 [2024/12/17 08:32] niziaklinux:sw:nut:eaton_ellipse_650 [2026/04/06 20:21] (current) – [ON NUT's LXC] niziak
Line 77: Line 77:
 NOTE: ''/lib/nut/usbhid-ups'' drivers switches to gid ''nut (112)'' and uid ''nut (103)'' after start. NOTE: ''/lib/nut/usbhid-ups'' drivers switches to gid ''nut (112)'' and uid ''nut (103)'' after start.
  
 +Sometimes after upgrade it also loses permision, and restart ''systemctl restart nut-driver@eaton.service'' helps.
 ===== usbhid-ups ===== ===== usbhid-ups =====
  
Line 116: Line 116:
 MODE=netserver MODE=netserver
  
 +</file>
 +
 +<file ini /etc/nut/upsd.conf>
 +LISTEN * 3494
 +</file>
 +
 +[[https://man.archlinux.org/man/upsd.users.5|upsd.users.5]]
 +
 +<file ini /etc/nut/upsd.users>
 +[admin]
 +password = hardpass
 +actions = SET
 +actions = FSD
 +instcmds = ALL
 +
 +[upsmon]
 +password = hardpass
 +upsmon primary
 +
 +[ha]
 +password = hardpass
 +</file>
 +
 +<file ini /etc/nut/upsmon.conf>
 +MONITOR eaton@localhost 1 upsmon hardpass primary
 </file> </file>
  
Line 122: Line 147:
 </code> </code>
  
 +<code bash>
 +# upsc eaton
 +Init SSL without certificate database
 +battery.charge: 100
 +battery.charge.low: 20
 +battery.runtime: 2840
 +battery.type: PbAc
 +...
 +</code>