mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-27 12:02:12 -05:00
7 lines
128 B
Text
7 lines
128 B
Text
apply Service "kernel" {
|
|
import "generic-service"
|
|
|
|
check_command = "running_kernel"
|
|
|
|
assign where host.name == NodeName
|
|
}
|