From 35025b40f6992a83ec790ee2ba21f65190743a3c Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 21 Nov 2020 16:17:16 +0100 Subject: [PATCH] bundles/sshmon: increase timeout for INTERNET check --- bundles/sshmon/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/sshmon/metadata.py b/bundles/sshmon/metadata.py index b88ae89..7ab32ca 100644 --- a/bundles/sshmon/metadata.py +++ b/bundles/sshmon/metadata.py @@ -107,7 +107,7 @@ def default_checks(metadata): }, 'INTERNET': { 'command_on_monitored_host': f'/usr/local/share/icinga/plugins/check_http_wget --url {check_internet_http_url}', - 'vars.sshmon_timeout': 20, + 'vars.sshmon_timeout': 30, } }, },