Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakobera/docker-fluent-dstat-influxdb
Docker image: Send dstat output to influxdb using fluentd
https://github.com/hakobera/docker-fluent-dstat-influxdb
Last synced: about 1 month ago
JSON representation
Docker image: Send dstat output to influxdb using fluentd
- Host: GitHub
- URL: https://github.com/hakobera/docker-fluent-dstat-influxdb
- Owner: hakobera
- Created: 2014-04-21T08:55:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-21T09:22:22.000Z (over 10 years ago)
- Last Synced: 2024-04-14T09:15:51.814Z (8 months ago)
- Language: Shell
- Size: 125 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-fluent-dstat-influxdb
Docker image sample that send dstat output to influxdb using fluentd.
## How to run
```sh
$ docker pull hakobera/fluent-dstat-influxdb
$ docker run -i -t -p 18083:8083 -p 18086:8086 hakobera/fluent-dstat-influxdb
```After run, create db.
```sh
$ curl -X POST 'http://[container_ip]:18083/db?u=root&p=root' -d '{"name": "perf"}'
```and open http://[container_ip]:18083