change: increase async icinga default timeout

This commit is contained in:
2023-03-05 11:56:03 +01:00
parent 51170127a0
commit d4ba636a7a

View File

@@ -81,7 +81,7 @@ def createBackupScriptStructure(backupList, baseDomain="", icingaOnly=False):
# async icinga config #
asyncIcingaConf |= { "backup_{}".format(hostnameBase) :
{ "timeout" : "30d", "token" : icingaToken }}
{ "timeout" : "120d", "token" : icingaToken }}
# continue for icinga only #
if icingaOnly: