2022-06-03 03:39:23 +00:00
|
|
|
---
|
|
|
|
# defaults file for nut
|
2022-12-03 09:06:05 +00:00
|
|
|
nut_mode: "standalone"
|
2023-02-18 18:46:35 +00:00
|
|
|
upsd_users:
|
|
|
|
- name: upsmonitor
|
|
|
|
password: upsmonitorpass
|
|
|
|
type: master
|
2022-12-03 09:06:05 +00:00
|
|
|
|
|
|
|
upss:
|
2023-02-18 18:46:35 +00:00
|
|
|
- name: fooUPS
|
2022-12-03 09:06:05 +00:00
|
|
|
driver: usbhid-ups
|
|
|
|
port: auto
|
2023-02-18 18:46:35 +00:00
|
|
|
desc: "Foo UPS"
|
|
|
|
vendorid: 1111
|
|
|
|
productid: 1111
|
|
|
|
|
|
|
|
upsmon_servers:
|
|
|
|
- ups_name: fooUPS
|
|
|
|
address: localhost
|
|
|
|
user: upsmonitor
|
|
|
|
password: upsmonitorpass
|
|
|
|
type: "master"
|
|
|
|
|