mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 15:10:38 +01:00
13 lines
493 B
Text
13 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'
|