2021/monitoring/icinga2/conf.d/apt.conf

8 lines
114 B
Plaintext

apply Service "apt" {
import "generic-service"
check_command = "apt"
assign where host.name == NodeName
}