From: Gunnar Beutner Date: Mon, 2 Jun 2014 17:59:28 +0000 (+0200) Subject: Fix the "running_kernel" check command. X-Git-Tag: v2.0.0-beta2~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d10558342792b6ce834849bbcee9dbd1c3f0c28;p=icinga2 Fix the "running_kernel" check command. Refs #6369 --- diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index a700a6f97..c521c8ea5 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -456,6 +456,6 @@ object CheckCommand "nrpe" { /* Contrib plugins */ object CheckCommand "running_kernel" { import "plugin-check-command" - command = PluginDir + "/check_running_kernel" + command = [ "sudo", PluginDir + "/check_running_kernel" ] }