Eerste versie

This commit is contained in:
2022-10-28 08:30:22 +02:00
parent de75a01de7
commit 4d8224d1cc
31 changed files with 1638 additions and 2 deletions

26
conf/conf.yaml Normal file
View File

@@ -0,0 +1,26 @@
# Config file for MQTT prometheus exporter
# Logging
#logging:
# logfile: '' # Optional default '' (stdout)
# level: 'info' # Optional default 'info'
# MQTT All values default to paho.mqtt.client defaults
mqtt:
host: '192.168.88.98' # Optional default 'localhost'
# port: 1883 # Optional default '1883'
# keepalive: 60 # Optional
# auth: # Optional If included, username_pw_set() is called with user/password
# username: 'user' # Required (when auth is present)
# password: 'pass' # Optional
# tls: # Optional If included, tls_set() is called with the following:
# ca_certs: # Optional
# certfile: # Optional
# keyfile: # Optional
# cert_reqs: # Optional
# tls_version: # Optional
# ciphers: # Optional
# Prometheus
#prometheus:
# exporter_port: # Optional default 9344