mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-06 05:41:35 +01:00
change: increase async icinga default timeout
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user