Jerry Zhao 421fdfe39a Add collectd cookbook
Will associate monitored processes with roles later.

Change-Id: I33a14255a11f52be87c1551a3dd2b4542c11eebc
2014-08-05 21:00:01 -07:00

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>