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

This commit is contained in:
Jérôme Vizcaino 2017-01-09 13:51:15 +01:00 committed by Cameron Sparr
parent fe9d3257c7
commit 0d357a7d5b
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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 {