]> granicus.if.org Git - icinga2/commitdiff
Move 'runing_kernel' check command to plugins-contrib 'operating system' section
authorMichael Friedrich <michael.friedrich@gmail.com>
Sat, 25 Apr 2015 11:42:04 +0000 (13:42 +0200)
committerMichael Friedrich <michael.friedrich@gmail.com>
Sat, 25 Apr 2015 11:42:04 +0000 (13:42 +0200)
fixes #9175

doc/7-icinga-template-library.md
itl/command-plugins.conf
itl/plugins-contrib.d/operating-system.conf

index 6b0ea3d4be8601108e6b495302d864cf00d7ca22..e8c6e50f33d7f5c52ef383070b2eee8e6b95a8ea 100644 (file)
@@ -614,14 +614,6 @@ procs_command        | **Optional.** Only scan for exact matches of COMMAND (wit
 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.
@@ -1547,6 +1539,14 @@ mem_cache    | **Optional.** If set to true plugin will count cache as free memo
 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.
index b91269fd8ef01f5e70b9471a854cd7e8a5e0b06a..2842f0831587d8331f582bec44adc80034a86c48 100644 (file)
@@ -1313,11 +1313,3 @@ object CheckCommand "ldap" {
        vars.ldap_timeout = 10s
        vars.ldap_verbose = false
 }
-
-/* Contrib plugins */
-object CheckCommand "running_kernel" {
-       import "plugin-check-command"
-
-       command = [ "sudo", PluginDir + "/check_running_kernel" ]
-}
-
index b51dcef242ed1732587557e1f288f9631d004a86..8de00be5343713def2b699fa8223b19948cd1c90 100644 (file)
@@ -50,3 +50,9 @@ object CheckCommand "mem" {
        vars.mem_cache = false
 }
 
+object CheckCommand "running_kernel" {
+       import "plugin-check-command"
+
+       command = [ "sudo", PluginDir + "/check_running_kernel" ]
+}
+