Addition of precautionary restart manager.

This commit is contained in:
MobiusDevelopment
2020-12-19 22:30:07 +00:00
parent c3f1d2b407
commit 66ea8f6540
105 changed files with 5380 additions and 0 deletions

View File

@@ -184,6 +184,37 @@ ClanNameTemplate = .*
CharMaxNumber = 7
# ---------------------------------------------------------------------------
# Precautionary Server Restart
# ---------------------------------------------------------------------------
# Enable server restart when CPU or memory usage is too high.
# Default: False
PrecautionaryRestartEnabled = False
# Enable monitoring system CPU usage.
# Default: True
PrecautionaryRestartCpu = True
# Enable monitoring process memory usage.
# Default: False
PrecautionaryRestartMemory = False
# Check if sieges are in progress
# or players are in olympiad, events, instances
# or have targeted raidbosses.
# Default: True
PrecautionaryRestartChecks = True
# Percentage of used resources.
# Default: 95
PrecautionaryRestartPercentage = 95
# Delay in seconds between each check.
# Default: 60
PrecautionaryRestartDelay = 60
# ---------------------------------------------------------------------------
# Scheduled Server Restart
# ---------------------------------------------------------------------------