Fix the "running_kernel" check command.

Refs #6369
This commit is contained in:
Gunnar Beutner 2014-06-02 19:59:28 +02:00
parent f8d3052f39
commit 5d10558342

View File

@ -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" ]
} }