From 4b75d8f8c8fb97f80eba77f8faea853292dde338 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 13 May 2014 00:15:05 +0200 Subject: [PATCH] Disable non-working kernel check in sample config. Refs #6012 --- etc/icinga2/conf.d/hosts/localhost/kernel.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/etc/icinga2/conf.d/hosts/localhost/kernel.conf b/etc/icinga2/conf.d/hosts/localhost/kernel.conf index f127ac9b4..1a8f55d96 100644 --- a/etc/icinga2/conf.d/hosts/localhost/kernel.conf +++ b/etc/icinga2/conf.d/hosts/localhost/kernel.conf @@ -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" } +*/ -- 2.40.0