
Will associate monitored processes with roles later. Change-Id: I33a14255a11f52be87c1551a3dd2b4542c11eebc
21 lines
450 B
Plaintext
21 lines
450 B
Plaintext
# This file autogenerated by Chef
|
|
# Do not edit, changes will be overwritten
|
|
<LoadPlugin python>
|
|
Globals true
|
|
</LoadPlugin>
|
|
|
|
<Plugin python>
|
|
<% @options[:paths].each do |path| %>
|
|
ModulePath "<%= path %>"
|
|
<% end %>
|
|
<% @options[:modules].each_key do |mod| %>
|
|
Import "<%= mod %>"
|
|
<% end %>
|
|
|
|
<% @options[:modules].each_pair do |mod, config| %>
|
|
<Module "<%= mod %>">
|
|
<%= collectd_settings(config, 2) %>
|
|
</Module>
|
|
<% end %>
|
|
</Plugin>
|