ceph: sample config should reflect actual defaults (#2228)
This commit is contained in:
committed by
Cameron Sparr
parent
7279018cfe
commit
5f6766f6e1
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user