-if File.exists?("/sbin/hpasmcli")
- munin_plugin "hpasmcli_temp"
- munin_plugin "hpasmcli_fans"
+if disks.empty?
+ munin_plugin "hddtemp_smartctl" do
+ action :delete
+ end
+else
+ munin_plugin "hddtemp_smartctl" do
+ conf "hddtemp.erb"
+ conf_variables :disks => disks
+ end
+end
+
+if File.exist?("/sbin/hpasmcli")
+ munin_plugin "hpasmcli2_temp" do
+ target "hpasmcli2_"
+ end
+
+ munin_plugin "hpasmcli2_fans" do
+ target "hpasmcli2_"
+ end