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