mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-02 07:36:36 -04:00
6 lines
117 B
Text
6 lines
117 B
Text
object Service "kernel" {
|
|
import "generic-service"
|
|
|
|
host_name = "localhost"
|
|
check_command = "running_kernel"
|
|
}
|