Customize Icinga2 configuration
Add 30 seconds timeout to the apt check
This commit is contained in:
parent
ff76e8340d
commit
912a286278
13 changed files with 485 additions and 1 deletions
|
@ -0,0 +1,11 @@
|
|||
object CheckCommand "apt_custom" {
|
||||
import "plugin-check-command"
|
||||
|
||||
command = [ PluginDir + "/check_apt" ]
|
||||
|
||||
arguments = {
|
||||
"-t" = "$apt_timeout$"
|
||||
}
|
||||
|
||||
vars.apt_timeout = "30"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue