Initial commit

This commit is contained in:
monoadmin
2026-04-10 15:36:36 -07:00
commit 918ff903f0
16 changed files with 929 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
config driver 'tripplite'
option driver 'usbhid-ups'
option port 'auto'
option desc 'Local UPS'
option pollinterval '5'
option vendorid '09ae'
option productid '3015'
config listen_address 'listen1'
option address '127.0.0.1'
config user 'upsmon_user'
option username 'upsmon'
option password 'nutlocal'
option upsmon 'master'
config user
option username 'monitor'
option upsmon 'slave'
config listen_address
option address '0.0.0.0'