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 7279018cfe
commit 5f6766f6e1
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
## to be specified
gather_cluster_stats = true
gather_cluster_stats = false
```
### Measurements & Fields:

View File

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