Addition of precautionary restart manager.
This commit is contained in:
@@ -158,6 +158,37 @@ ClanNameTemplate = .*
|
||||
AllyNameTemplate = .*
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# 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
|
||||
# ---------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user