]> granicus.if.org Git - icinga2/commitdiff
Disable non-working kernel check in sample config.
authorMichael Friedrich <Michael.Friedrich@netways.de>
Mon, 12 May 2014 22:15:05 +0000 (00:15 +0200)
committerMichael Friedrich <Michael.Friedrich@netways.de>
Mon, 12 May 2014 22:15:05 +0000 (00:15 +0200)
Refs #6012

etc/icinga2/conf.d/hosts/localhost/kernel.conf

index f127ac9b4a1dc1b3d76c85153ee9d7cac4fa4dc5..1a8f55d962a7935897ecfe041c7f852541bfe226 100644 (file)
@@ -1,6 +1,13 @@
+/*
+ * Kernel check requires sudo and binutils properly installed.
+ * Might not work on all systems.
+ */
+
+/*
 object Service "kernel" {
   import "generic-service"
 
   host_name = "localhost"
   check_command = "kernel"
 }
+*/