end
munin_plugin_conf "df" do
- template_source "df.erb"
+ template "df.erb"
end
munin_plugin "df"
node[:hardware][:network] &&
node[:hardware][:network][ifname][:device] =~ /^virtio/
munin_plugin_conf "if_#{ifname}" do
- template_source "if.erb"
+ template "if.erb"
variables :ifname => ifname
end
else
end
else
munin_plugin_conf "ipmi" do
- template_source "ipmi.erb"
+ template "ipmi.erb"
end
munin_plugin "ipmi_fans" do