puppet/modules/rhizo_base/files/etc/icinga2/conf.d/apt.conf
Ciaby 912a286278 Customize Icinga2 configuration
Add 30 seconds timeout to the apt check
2015-05-29 14:59:00 -05:00

7 lines
121 B
Text

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