icinga2/debian/config/apt.conf

8 lines
114 B
Plaintext
Raw Normal View History

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