ceph: sample config should reflect actual defaults (#2228)
This commit is contained in:
parent
fe9d3257c7
commit
0d357a7d5b
|
@ -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 = `
|
||||||
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 {
|
||||||
|
|
Loading…
Reference in New Issue