ansible/templates/nut-telegraf.conf.j2
2022-12-22 18:46:25 +00:00

29 lines
801 B
Django/Jinja

###############################################################################
# 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"