procs_nokthreads | **Optional.** Only scan for non kernel threads. Defaults to false.
-## <a id="plugin-check-command-running-kernel"></a> running_kernel
-
-Check command object for the `check_running_kernel` plugin
-provided by the `nagios-plugins-contrib` package on Debian.
-
-The `running_kernel` check command does not support any vars.
-
-
## <a id="plugin-check-command-simap"></a> simap
Check command object for the `check_simap` plugin.
mem_warning | **Required.** Specifiy the warning threshold as number interpreted as percent.
mem_critical | **Required.** Specifiy the critical threshold as number interpreted as percent.
+## <a id="plugin-contrib-command-running-kernel"></a> running_kernel
+
+Check command object for the `check_running_kernel` plugin
+provided by the `nagios-plugins-contrib` package on Debian.
+
+The `running_kernel` check command does not support any vars.
+
+
## <a id="plugins-contrib-virtualization"></a> Virtualization
This category includes all plugins for various virtualization technologies.
vars.ldap_timeout = 10s
vars.ldap_verbose = false
}
-
-/* Contrib plugins */
-object CheckCommand "running_kernel" {
- import "plugin-check-command"
-
- command = [ "sudo", PluginDir + "/check_running_kernel" ]
-}
-