Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ismailfaruqi/docker-collectd

docker collectd using alpine linux with ENV
https://github.com/ismailfaruqi/docker-collectd

Last synced: 5 days ago
JSON representation

docker collectd using alpine linux with ENV

Awesome Lists containing this project

README

        

# docker-collectd
collectd Docker image using alpine linux as the base, with support for environment variable.

## Motivation
The primary purpose of this image is to create collectd image that can send metrics to InfluxDB and Riemann.

## Usage
This image supports the following environment variable:

| name | example |
|---|---|
| `INFLUXDB_HOST` | `127.0.0.1` |
| `INFLUXDB_PORT` | `8806` |
| `RIEMANN_HOST` | `127.0.0.1` |
| `RIEMANN_PORT` | `5555` |