cleanup: remove dead monitoring config fields

archive_check_interval, scenario_default_timeout and
step_time_monitoring were only defined and loaded but never
read by any runtime code (archive_auditor was removed earlier).
This commit is contained in:
Maksim Totmin
2026-06-19 21:25:45 +07:00
parent e435f4d874
commit 54a2f9ba1b
2 changed files with 0 additions and 15 deletions
-9
View File
@@ -54,21 +54,12 @@ monitoring:
# Интервал liveness-проверок (секунды)
liveness_interval: 30
# Интервал проверки архива диалогов (секунды)
archive_check_interval: 600
# Включить чтение логов через POST /ses/log (ресурсоёмко)
log_enabled: false
# Каталог с YAML-файлами сценариев
scenarios_dir: "/opt/ses-monitor/config/scenarios"
# Таймаут выполнения сценария по умолчанию (секунды)
scenario_default_timeout: 30
# Мониторинг времени обработки шага диалога из архива
step_time_monitoring: false
# ---------------------------------------------------------------------------
# Настройки логирования
# ---------------------------------------------------------------------------