Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dex4er/collectd-json-influxdb-proxy
Translate collectd JSON HTTP request to Influx Data line protocol
https://github.com/dex4er/collectd-json-influxdb-proxy
Last synced: 10 days ago
JSON representation
Translate collectd JSON HTTP request to Influx Data line protocol
- Host: GitHub
- URL: https://github.com/dex4er/collectd-json-influxdb-proxy
- Owner: dex4er
- License: mit
- Created: 2018-03-19T12:34:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-15T19:28:17.000Z (over 6 years ago)
- Last Synced: 2024-10-28T09:02:12.813Z (about 2 months ago)
- Language: Go
- Size: 34.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# collectd-json-influxdb-proxy
[![Build Status](https://secure.travis-ci.org/dex4er/collectd-json-influxdb-proxy.svg)](http://travis-ci.org/dex4er/collectd-json-influxdb-proxy)
Translate collectd JSON HTTP request to Influx Data line protocol
## Requirements
* Go >= 1.9
* [Glide](https://github.com/Masterminds/glide)## Compilation
```console
glide install
go build .
```## Configuration for collectd
```xml
URL "http://localhost:5826/"
Format "JSON"
BufferSize 129024
Timeout 5000
```
## Running
```console
./collectd-json-influxdb-proxy
```## Copyright
(c) 2018 Piotr Roszatycki MIT
Based on previous work