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

Add ReconnectInterval option to the write_graphite plugin (defaults to zero, introduced in version 5.6) #892

Merged
merged 4 commits into from
Oct 3, 2019

Conversation

markasammut
Copy link
Contributor

@markasammut markasammut commented Oct 3, 2019

Pull Request (PR) description

Version 5.6 has introduced the ReconnectInterval option to the write_graphite plugin (https://collectd.org/wiki/index.php/Version_5.6).

ReconnectInterval Seconds
When set to non-zero, forces the connection to the Graphite backend to be closed and re-opend periodically. This behavior is desirable in environments where the connection to the Graphite backend is done through load balancers, for example. When set to zero, the default, the connetion is kept open for as long as possible.
(https://collectd.org/documentation/manpages/collectd.conf.5.shtml#plugin_write_graphite)

This Pull Request (PR) fixes the following issues

New feature

Copy link
Contributor

@igalic igalic left a comment

Choose a reason for hiding this comment

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

👀

@bastelfreak bastelfreak merged commit 085dfb1 into voxpupuli:master Oct 3, 2019
@bastelfreak bastelfreak added the enhancement New feature or request label Oct 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants