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

11 lines
228 B
Text

object CheckCommand "apt_custom" {
import "plugin-check-command"
command = [ PluginDir + "/check_apt" ]
arguments = {
"-t" = "$apt_timeout$"
}
vars.apt_timeout = "30"
}