Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dex4er/perl-collectd-json-influxdb-proxy

Translate collectd JSON HTTP request to Influx Data line protocol
https://github.com/dex4er/perl-collectd-json-influxdb-proxy

Last synced: 11 days ago
JSON representation

Translate collectd JSON HTTP request to Influx Data line protocol

Awesome Lists containing this project

README

        

collectd-json-influxdb-proxy
============================

Translate collectd JSON HTTP request to Influx Data line protocol

Requirements:

* Perl >= 5.14
* Mojolicious (apt install libmojolicious-perl)

Configuration for collectd:

```


URL "http://localhost:5826/"
Format "JSON"
BufferSize 129024
Timeout 5000

```

Start:

```sh
perl collectd_json_influxdb_proxy.pl daemon -m production -l http://*:5826
```