bundles/sshmon: increase timeout for INTERNET check
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-11-21 16:17:16 +01:00
parent 5aee050c5d
commit 35025b40f6
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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,
}
},
},