9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
# Enter the MAC Address of the TP-Link switch
|
|
# you want to monitor here
|
|
|
|
TPLINK_MAC=ff:ff:ff:ff:ff:ff
|
|
|
|
# The port to bind the Prometheus HTTP server on
|
|
# (default: 9717)
|
|
|
|
LISTEN_PORT=9717 |