Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ismailfaruqi/docker-collectd
- Owner: ismailfaruqi
- License: mit
- Created: 2016-07-14T04:22:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-15T08:19:52.000Z (over 8 years ago)
- Last Synced: 2024-08-02T12:50:52.305Z (3 months ago)
- Language: Shell
- Size: 4.27 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - ismailfaruqi/docker-collectd - docker collectd using alpine linux with ENV (others)
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` |