Skip to content

Commit

Permalink
fix: Sync back sample.confs for inputs.couchbase and outputs.groundwo…
Browse files Browse the repository at this point in the history
…rk. (#11413)

(cherry picked from commit 524038a)
  • Loading branch information
srebhan authored and Sven Rebhan committed Jul 5, 2022
1 parent fc76cbb commit 86b3471
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plugins/inputs/couchbase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ couchbase server.
## Use TLS but skip chain & host verification (defaults to false)
## If set to false, tls_cert and tls_key are required
# insecure_skip_verify = false

## Whether to collect cluster-wide bucket statistics
## It is recommended to disable this in favor of node_stats
## to get a better view of the cluster.
cluster_bucket_stats = true

## Whether to collect bucket stats for each individual node
node_bucket_stats = false
```

## Metrics
Expand Down
8 changes: 8 additions & 0 deletions plugins/inputs/couchbase/sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@
## Use TLS but skip chain & host verification (defaults to false)
## If set to false, tls_cert and tls_key are required
# insecure_skip_verify = false

## Whether to collect cluster-wide bucket statistics
## It is recommended to disable this in favor of node_stats
## to get a better view of the cluster.
cluster_bucket_stats = true

## Whether to collect bucket stats for each individual node
node_bucket_stats = false
3 changes: 3 additions & 0 deletions plugins/outputs/groundwork/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ GW8+
username = ""
password = ""

## Default application type to use in GroundWork client
# default_app_type = "TELEGRAF"

## Default display name for the host with services(metrics).
# default_host = "telegraf"

Expand Down
3 changes: 3 additions & 0 deletions plugins/outputs/groundwork/sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
username = ""
password = ""

## Default application type to use in GroundWork client
# default_app_type = "TELEGRAF"

## Default display name for the host with services(metrics).
# default_host = "telegraf"

Expand Down

0 comments on commit 86b3471

Please sign in to comment.