mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
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" {
|
object Service "kernel" {
|
||||||
import "generic-service"
|
import "generic-service"
|
||||||
|
|
||||||
host_name = "localhost"
|
host_name = "localhost"
|
||||||
check_command = "kernel"
|
check_command = "kernel"
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user