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 {