Bonjour,
je suis nouveau sur telegraf et influxdb
Je voulais pousser des informations sur mon serveur telegraf en utilisant statsd et pousser ses informations dans influxdb mais je ne sais pas comment faire .
Si quelqu’un la deja fais ou a des suggestions de page ou de conf
Je ne parle qu’anglais. J’espère que cela vous sera utile ou que vous pourrez utiliser un traducteur.
First, look at the statsd input plugin: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/statsd Add that to your config with the necessary protocol and other settings you need and then you can point your devices at Telegraf to send statsd metrics.
Then to send that data to influxdb, look at the influxdb or influxdb_v2 outputs. The version of influxdb you are using will determine which output you should use.
Hope that helps.