Initial commit

This commit is contained in:
Marc Fokkert
2023-07-26 21:08:05 +02:00
commit dc66deb991
37 changed files with 1165 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
mqtt:
host: "192.168.2.125"
auth: # Optional If included, username_pw_set() is called with user/password
username: 'mqtt-exporter' # Required (when auth is present)
password: 'XKk6725HrTpPW5zkWy9f' # Optional
logging:
level: 'debug' # Optional default 'info'