This repository has been archived on 2026-05-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
zx_ansible_tools/ansible-supervision/roles/set-config-telegraf/templates/telegraf.conf.j2
T
Antoine Ouvrard 3fe3b6e90a readd directory
2023-03-09 17:29:50 +01:00

16 lines
416 B
Django/Jinja

# /!\ NE PAS MODIFIER /!\ DON'T TOUCH THIS FILE /!\
# Fichier géré par zextras déposé via ansible
# Global Agent Configuration
[agent]
hostname = "{{ ansible_fqdn }}"
flush_interval = "15s"
interval = "15s"
collection_jitter = "1m"
# Output Plugin InfluxDB
[[outputs.influxdb]]
database = "telegraf"
urls = [ "https://fluxsup.zextras.fr" ]
username = "zextras"
password = "syj4HGGLAgON4XfjbP4u"