Created
April 11, 2021 12:37
-
-
Save mcprat/a23a435345c660b0fc3bd356cfc08d77 to your computer and use it in GitHub Desktop.
openwrt example NUT server with apcupsd server configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config driver 'ups' | |
option driver apcupsd-ups | |
option port localhost:3551 | |
config user | |
option username monuser | |
option password secret | |
option upsmon slave | |
config listen_address | |
option address 0.0.0.0 | |
option port 3493 | |
config upsd 'upsd' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment