Advertisement
RingtailedFox

/etc/config/nut_server

May 31st, 2024
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. #config driver_global 'driver_global'
  2. # option user nut
  3.  
  4. config driver 'CP685AVR'
  5. option driver usbhid-ups
  6. option port auto
  7. # option enable_usb_serial 0
  8.  
  9. config user
  10. option username upsuser
  11. option password passwordgoeshere
  12. # option actions optional-action
  13. # list instcmd optional-instant-command
  14. option upsmon master
  15.  
  16. config listen_address
  17. option address 0.0.0.0
  18. option port 3493
  19.  
  20. #config upsd 'upsd'
  21. # option maxage 15
  22. # option statepath /var/run/nut
  23. # option maxconn 1024
  24. # option runas nut
  25. # NB: certificates only apply to SSL-enabled version
  26. # option certfile /usr/local/etc/upsd.pem
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement