mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
parent
f8d3052f39
commit
5d10558342
@ -456,6 +456,6 @@ object CheckCommand "nrpe" {
|
|||||||
/* Contrib plugins */
|
/* Contrib plugins */
|
||||||
object CheckCommand "running_kernel" {
|
object CheckCommand "running_kernel" {
|
||||||
import "plugin-check-command"
|
import "plugin-check-command"
|
||||||
command = PluginDir + "/check_running_kernel"
|
command = [ "sudo", PluginDir + "/check_running_kernel" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user