bundles/sshmon: increase timeout for INTERNET check
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
5aee050c5d
commit
35025b40f6
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue