Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

Add support for plugins LoadPlugin options #75

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

FlorentFlament
Copy link

collectd.conf configuration file allows specifying a couple of options
in the bloc (Globals, Interval). See
https://collectd.org/documentation/manpages/collectd.conf.5.shtml#global_options
For instance, it is possible to customize the triggering interval for
a specific plugin.

collectd.conf configuration file allows specifying a couple of options
in the <LoadPlugin> bloc (Globals, Interval). See
https://collectd.org/documentation/manpages/collectd.conf.5.shtml#global_options
For instance, it is possible to customize the triggering interval for
a specific plugin.
<% else %>
<LoadPlugin "<%= @name %>">
<% @loadplugin_options.each_pair do |key, value| %>
<%= key %> <%= collectd_option(value) %>

Choose a reason for hiding this comment

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

What does collectd_option does ?

Copy link
Author

Choose a reason for hiding this comment

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

@kamaradclimber
Copy link
Contributor

@hectcastro any advice on that PR?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants