mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-06 05:41:35 +01:00
fix: increase backup async grace time
This commit is contained in:
@@ -109,7 +109,7 @@ def createBackupScriptStructure(backupList, baseDomain=""):
|
||||
|
||||
# async icinga config #
|
||||
asyncIcingaConf |= { "backup_{}".format(hostnameBase) :
|
||||
{ "timeout" : "7d", "token" : icingaToken }}
|
||||
{ "timeout" : "30d", "token" : icingaToken }}
|
||||
|
||||
# write script #
|
||||
scriptName = "rsync-backup-{}.sh".format(hostnameBase)
|
||||
|
||||
Reference in New Issue
Block a user