mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 23:21:13 +01:00
12 lines
493 B
Text
12 lines
493 B
Text
#########################################################################
|
|
# this has to go to /mnt/hdd/raspiblitz.conf
|
|
# make sure the settings match your local influxDB setup
|
|
#########################################################################
|
|
|
|
|
|
# all telegraf switches and configuration variables
|
|
telegrafMonitoring=on
|
|
telegrafInfluxUrl='http://192.168.2.46:8086'
|
|
telegrafInfluxDatabase='telegraf'
|
|
telegrafInfluxUsername='telegraf'
|
|
telegrafInfluxPassword='metricsmetricsmetricsmetrics'
|