Skip to content

martijnvdwoude/docker-monitoring-stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ekino Monitoring Stack

Circle CI

Description

This repo helps you create a 3 nodes pool of docker containers to easily play with the monitoring stack collectd > influxdb > grafana

It's also the official images sources for :

Note: The collectd image is here to have the full stack locally available. IRL it may seems a bit meaningless because (you'll want to gather data at host level, not container one) but it depends on the plugins you'll use (actionnable plugin like curl_json, tail_csv, ping...)

This is a work in progress ... PR are welcomes folks :)

TL;DR

If you are on linux, simply execute this command :

curl -sSL https://raw.githubusercontent.com/ekino/docker-monitoring-stack/master/helper.sh | bash -s run

Then head to your new local Grafana instance to get this result :

Screenshot

Real-life usage

TODO

About

🐳 Full monitoring stack : Collectd > InfluxDB > Grafana

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 89.4%
  • JavaScript 10.6%