]> git.ipfire.org Git - thirdparty/collectd.git/commit
New plugin to send values to InfluxDB using line protocol via udp. 3162/head
authorCarlos Peon Costa <carlospeon@gmail.com>
Tue, 21 May 2019 13:20:27 +0000 (15:20 +0200)
committerCarlos Peón Costa <carlospec@inditex.com>
Thu, 27 Feb 2020 09:23:33 +0000 (10:23 +0100)
commit605fcdcddeefb23b945203079e5c87625ce0e336
treeaf9e1e41ccee14f81b4eac96852f3bd55ecde127
parent4bf284162200a304f0ec8d1f5c2dd93339ddc64c
New plugin to send values to InfluxDB using line protocol via udp.

Each plugin is sent as a measurement with a time precision of miliseconds
while plugin instance, type and type instance are sent as tags.
Makefile.am
configure.ac
src/collectd.conf.in
src/collectd.conf.pod
src/write_influxdb_udp.c [new file with mode: 0644]