mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 04:34:43 +02:00
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'"
|
description = "Treat 'may need update' as 'definitely needs update'"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
timeout = 5m
|
||||||
}
|
}
|
||||||
|
|
||||||
object CheckCommand "uptime-windows" {
|
object CheckCommand "uptime-windows" {
|
||||||
|
@ -1213,6 +1213,7 @@ object CheckCommand "apt" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
timeout = 5m
|
||||||
}
|
}
|
||||||
|
|
||||||
object CheckCommand "dhcp" {
|
object CheckCommand "dhcp" {
|
||||||
|
@ -105,4 +105,6 @@ object CheckCommand "yum" {
|
|||||||
vars.yum_cache_only = false
|
vars.yum_cache_only = false
|
||||||
vars.yum_no_warn_on_lock = false
|
vars.yum_no_warn_on_lock = false
|
||||||
vars.yum_no_warn_on_updates = false
|
vars.yum_no_warn_on_updates = false
|
||||||
|
|
||||||
|
timeout = 5m
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user