Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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