rochaporto / collectd-ceph

collectd plugins and dashboards for ceph
GNU General Public License v2.0
60 stars 65 forks source link

Collectd example configuration #22

Closed bobrik closed 10 years ago

bobrik commented 10 years ago

Collectd configuration that matches grafana dashboard wasn't easy to guess for me. Probably not easy for everyone who sees collectd for the first time.

I created dockerized version of collectd and this plugin: https://github.com/bobrik/ceph-collectd-graphite

At least collectd configuration (like in my repo) should be mentioned in readme for this plugin. Dockerized version could also be mentioned, it is much easier to deploy from scratch.

Thanks for this plugin!

rochaporto commented 10 years ago

Your docker setup looks really good :+1:

If you want, give it a go at extending the Setup and Configuration section and send a pull request? Otherwise i'll do it, no problem. I'll put a link to your docker setup somewhere there too.

Thanks!

bobrik commented 10 years ago

Link is great! This way it will be always up to date if I change something in my image.

Thanks!