Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reorganize config docs #276

Merged
merged 2 commits into from
May 16, 2018
Merged

reorganize config docs #276

merged 2 commits into from
May 16, 2018

Conversation

Dieterbe
Copy link
Contributor

  • make default configs plain and basic.
    too many people have all kinds of cruft originating from the example
    config
  • instead, just document various examples
  • other than spool dir and pid file, docker file and default file were
    the same, so just merge them, as the standard file has no defined
    deployment model, the defaults from docker file should be OK.
  • bump default metric interval 1s -> 10s since that is more commonly
    used

* make default configs plain and basic.
  too many people have all kinds of cruft originating from the example
  config
* instead, just document various examples
* other than spool dir and pid file, docker file and default file were
  the same, so just merge them, as the standard file has no defined
  deployment model, the defaults from docker file should be OK.
* bump default metric interval 1s -> 10s since that is more commonly
  used
@Dieterbe
Copy link
Contributor Author

@DanCech looks good to you?

docs/config.md Outdated
timeout=10000
# number of concurrent connections to use for sending data.
concurrency=100
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe comment these out if they match the defaults, in case of people just copy-pasting the entire block

'prefix collectd.localhost',
'regex ^foo\..*\.cpu+'
]
# See https://github.com/graphite-ng/carbon-relay-ng/blob/master/docs/config.md#Blacklist
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe keep an empty blacklist here for ease of adding entries?

blacklist = [
]

@Dieterbe
Copy link
Contributor Author

thanks @DanCech , did both of those.

@Dieterbe Dieterbe merged commit a1c8186 into master May 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants