mirror of https://github.com/Icinga/icinga2.git
parent
929651d567
commit
4b75d8f8c8
|
@ -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"
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue