Disable non-working kernel check in sample config.

Refs #6012
This commit is contained in:
Michael Friedrich 2014-05-13 00:15:05 +02:00
parent 929651d567
commit 4b75d8f8c8
1 changed files with 7 additions and 0 deletions

View 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"
}
*/