Ceph Cluster overview using InfluxDB datasource.
The metrics need to be collected through a collectd node using collectd-ceph. This version of the dashboards has been built using the collectors hosted at: https://github.com/inkscope/collectd-ceph
Collector Configuration Details
<LoadPlugin "python">
Globals true
</LoadPlugin>
<Plugin "python">
ModulePath "/usr/lib/collectd/plugins/ceph"
#Import "getsigchld" #uncomment for centos
Import "ceph_latency_plugin"
<Module "ceph_latency_plugin">
Verbose "True"
Cluster "ceph"
Interval "60"
</Module>
Import "ceph_monitor_plugin"
<Module "ceph_monitor_plugin">
Verbose "True"
Cluster "ceph"
Interval "60"
</Module>
Import "ceph_osd_plugin"
<Module "ceph_osd_plugin">
Verbose "True"
Cluster "ceph"
Interval "60"
</Module>
Import "ceph_pg_plugin"
<Module "ceph_pg_plugin">
Verbose "True"
Cluster "ceph"
Interval "60"
</Module>
Import "ceph_pool_plugin"
<Module "ceph_pool_plugin">
Verbose "True"
Cluster "ceph"
Interval "60"
TestPool "test"
</Module>
</Plugin>