You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
801 B
29 lines
801 B
###############################################################################
|
|
# OUTPUT PLUGINS #
|
|
###############################################################################
|
|
|
|
[[outputs.influxdb_v2]]
|
|
urls = ["{{ influx_url }}"]
|
|
|
|
token = "{{ influx_token }}"
|
|
|
|
organization = "Sublight"
|
|
|
|
bucket = "{{ influx_bucket }}"
|
|
|
|
timeout = "5s"
|
|
|
|
###############################################################################
|
|
# INPUT PLUGINS #
|
|
###############################################################################
|
|
|
|
[[inputs.exec]]
|
|
commands = [
|
|
"python3 /home/pi/telegraf-nut-input/input.py {{ upsname }}"
|
|
]
|
|
|
|
timeout = "5s"
|
|
|
|
data_format = "influx"
|
|
|