Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dex4er/perl-collectd-json-influxdb-proxy
- Owner: dex4er
- Created: 2017-02-07T14:39:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-01T11:40:29.000Z (almost 7 years ago)
- Last Synced: 2024-10-28T09:01:59.798Z (about 2 months ago)
- Language: Perl
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```