From 5f6766f6e18ec8f5d3e639fd70364d0ed5574aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Vizcaino?= Date: Mon, 9 Jan 2017 13:51:15 +0100 Subject: [PATCH] ceph: sample config should reflect actual defaults (#2228) --- plugins/inputs/ceph/README.md | 2 +- plugins/inputs/ceph/ceph.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/inputs/ceph/README.md b/plugins/inputs/ceph/README.md index 49ae09e73..b3bba1e50 100644 --- a/plugins/inputs/ceph/README.md +++ b/plugins/inputs/ceph/README.md @@ -82,7 +82,7 @@ the cluster. The currently supported commands are: ## Whether to gather statistics via ceph commands, requires ceph_user and ceph_config ## to be specified - gather_cluster_stats = true + gather_cluster_stats = false ``` ### Measurements & Fields: diff --git a/plugins/inputs/ceph/ceph.go b/plugins/inputs/ceph/ceph.go index 9f0a6ac78..e43c3d7d3 100644 --- a/plugins/inputs/ceph/ceph.go +++ b/plugins/inputs/ceph/ceph.go @@ -68,7 +68,7 @@ var sampleConfig = ` gather_admin_socket_stats = true ## Whether to gather statistics via ceph commands - gather_cluster_stats = true + gather_cluster_stats = false ` func (c *Ceph) SampleConfig() string {