Skip to content
Snippets Groups Projects
Commit 5f6766f6 authored by Jérôme Vizcaino's avatar Jérôme Vizcaino Committed by Cameron Sparr
Browse files

ceph: sample config should reflect actual defaults (#2228)

parent 7279018c
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ the cluster. The currently supported commands are: ...@@ -82,7 +82,7 @@ the cluster. The currently supported commands are:
## Whether to gather statistics via ceph commands, requires ceph_user and ceph_config ## Whether to gather statistics via ceph commands, requires ceph_user and ceph_config
## to be specified ## to be specified
gather_cluster_stats = true gather_cluster_stats = false
``` ```
### Measurements & Fields: ### Measurements & Fields:
......
...@@ -68,7 +68,7 @@ var sampleConfig = ` ...@@ -68,7 +68,7 @@ var sampleConfig = `
gather_admin_socket_stats = true gather_admin_socket_stats = true
## Whether to gather statistics via ceph commands ## Whether to gather statistics via ceph commands
gather_cluster_stats = true gather_cluster_stats = false
` `
func (c *Ceph) SampleConfig() string { func (c *Ceph) SampleConfig() string {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment