Implemented ceph collector (#1172)

- records metrics from the output of mon and osd socket perf
  dumps.
This commit is contained in:
robinpercy-xm
2016-05-18 07:48:44 -07:00
committed by Cameron Sparr
parent f32916a5bd
commit 69dfe63809
5 changed files with 1059 additions and 0 deletions

View File

@@ -369,6 +369,24 @@
# INPUT PLUGINS #
###############################################################################
# # Collects performance metrics from the MON and OSD nodes in a Ceph storage cluster.
# [[inputs.ceph]]
# ## All configuration values are optional, defaults are shown below
#
# ## location of ceph binary
# ceph_binary = "/usr/bin/ceph"
#
# ## directory in which to look for socket files
# socket_dir = "/var/run/ceph"
#
# ## prefix of MON and OSD socket files, used to determine socket type
# mon_prefix = "ceph-mon"
# osd_prefix = "ceph-osd"
#
# ## suffix used to identify socket files
# socket_suffix = "asok"
# Read metrics about cpu usage
[[inputs.cpu]]
## Whether to report per-cpu stats or not