mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-06 13:51: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 #
|
# async icinga config #
|
||||||
asyncIcingaConf |= { "backup_{}".format(hostnameBase) :
|
asyncIcingaConf |= { "backup_{}".format(hostnameBase) :
|
||||||
{ "timeout" : "30d", "token" : icingaToken }}
|
{ "timeout" : "120d", "token" : icingaToken }}
|
||||||
|
|
||||||
# continue for icinga only #
|
# continue for icinga only #
|
||||||
if icingaOnly:
|
if icingaOnly:
|
||||||
|
|||||||
Reference in New Issue
Block a user