nagios: Remove nrpe raid check for now, plugin is no longer packaged

This commit is contained in:
Ossi Salmi 2015-08-27 18:44:52 +03:00
parent 8312f7be04
commit 45ad1a4a65

View file

@ -503,17 +503,6 @@ class nagios::target::nrpe inherits nagios::target {
}
}
if $::raid and "linux-md" in split($::raid, ',') {
nagios::target::nrpe::service { "check_linux_raid":
description => "RAID",
package => $::operatingsystem ? {
"debian" => "nagios-plugins-standard",
"ubuntu" => "nagios-plugins-standard",
default => "nagios-plugins-linux_raid",
}
}
}
}