Initial commit
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# OpenWrt UPS SNMP configuration
|
||||
# Copy to .env and fill in your values
|
||||
|
||||
# UPS SNMP host
|
||||
SNMP_HOST=192.168.1.1
|
||||
SNMP_COMMUNITY=public
|
||||
|
||||
# OpenWrt host
|
||||
OPENWRT_HOST=192.168.1.1
|
||||
OPENWRT_USER=root
|
||||
OPENWRT_PASSWORD=change_me
|
||||
Reference in New Issue
Block a user