diff --git a/nagios/manifests/target.pp b/nagios/manifests/target.pp index a824dd6..f5dba0f 100644 --- a/nagios/manifests/target.pp +++ b/nagios/manifests/target.pp @@ -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", - } - } - } - }