Customize Icinga2 configuration

Add 30 seconds timeout to the apt check
This commit is contained in:
Ciaby 2015-05-29 14:59:00 -05:00
parent ff76e8340d
commit 912a286278
13 changed files with 485 additions and 1 deletions

View file

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