mirror of https://github.com/Icinga/icinga2.git
ITL: Increase the default timeout for OS checks (update-windows, yum, apt)
fixes #10504
This commit is contained in:
parent
8a677277a5
commit
6004ab6c31
|
@ -277,7 +277,8 @@ object CheckCommand "update-windows" {
|
|||
description = "Treat 'may need update' as 'definitely needs update'"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
timeout = 5m
|
||||
}
|
||||
|
||||
object CheckCommand "uptime-windows" {
|
||||
|
|
|
@ -1213,6 +1213,7 @@ object CheckCommand "apt" {
|
|||
}
|
||||
}
|
||||
|
||||
timeout = 5m
|
||||
}
|
||||
|
||||
object CheckCommand "dhcp" {
|
||||
|
|
|
@ -105,4 +105,6 @@ object CheckCommand "yum" {
|
|||
vars.yum_cache_only = false
|
||||
vars.yum_no_warn_on_lock = false
|
||||
vars.yum_no_warn_on_updates = false
|
||||
|
||||
timeout = 5m
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue