nagios: Remove nrpe raid check for now, plugin is no longer packaged
This commit is contained in:
parent
8312f7be04
commit
45ad1a4a65
1 changed files with 0 additions and 11 deletions
|
@ -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",
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue