From 4110d865dd4cddb718b5d8fb8205c080bb13c636 Mon Sep 17 00:00:00 2001 From: Magnus Root Date: Fri, 1 May 2026 13:39:09 +0300 Subject: [PATCH] Added shared memory check --- alerts.go | 2 +- alerts_vl.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/alerts.go b/alerts.go index fdd8297..293ec84 100644 --- a/alerts.go +++ b/alerts.go @@ -982,7 +982,7 @@ func buildWAFBlockAlertRule(client ClientData, domain DomainInfo, tmpl AlertRule "for_duration": "1m", "threshold": thresholdAnnotation, "field_info": "для response_status_code (ответ от PTAF, не от origin)", - "runbook": "проверить логи docker, процитировать ошибку и эскалировать на аналитика.", + "runbook": "проверить логи docker и эскалировать на аналитика.", "severity": "warning", "value_unit": "шт.", "threshold_count": thresholdCountAnnotation, diff --git a/alerts_vl.go b/alerts_vl.go index 8bbc969..9df58f0 100644 --- a/alerts_vl.go +++ b/alerts_vl.go @@ -490,7 +490,7 @@ func buildWAFBlockAlertRuleVL(client ClientData, domain DomainInfo, tmpl AlertRu "for_duration": "1m", "threshold": thresholdAnnotation, "field_info": "для response_status_code (ответ от PTAF, не от origin)", - "runbook": "проверить логи docker, процитировать ошибку и эскалировать на аналитика.", + "runbook": "проверить логи docker и эскалировать на аналитика.", "severity": "warning", "value_unit": "шт.", "threshold_count": thresholdCountAnnotation,