rancher / catalog-dockerfiles

Dockerfiles for Rancher Catalog containers
Apache License 2.0
131 stars 102 forks source link

[Request] Prometheus monitoring #24

Closed jmreicha closed 8 years ago

jmreicha commented 8 years ago

It would be cool to have a stack that runs some combination of stat collector (cadvisor), aggregator (Prometheus), and dashboard (Grafana or promdash) for viewing.

cloudnautique commented 8 years ago

Agreed, it's on a very long list :) we are running cadvisor as part of rancher now, just not storing the data.

DanielDent commented 8 years ago

I've done an initial release of just such a stack: https://github.com/DanielDent/cowhand. It's setup as a Rancher Catalog.

Prometheus + Grafana + Cadvisor + node-exporter + InfluxDB, with some service discovery glue to have Prometheus automatically pick up and label things to monitor.

I would welcome comments/suggestions/pull requests.

jmreicha commented 8 years ago

Can't wait to try this out, nice job.

deniseschannon commented 8 years ago

@DanielDent Feel free to make a PR in the community catalog so others could use it. :) https://github.com/rancher/community-catalog

Rucknar commented 8 years ago

@jmreicha Should now be in the community catalog for Prometheus :)

orlando commented 8 years ago

Should we close this issue?, Prometheus is already in the catalog