Added shared memory check

This commit is contained in:
Magnus Root 2026-05-01 13:39:09 +03:00
parent 91a2c15ad3
commit 4110d865dd
2 changed files with 2 additions and 2 deletions

View file

@ -982,7 +982,7 @@ func buildWAFBlockAlertRule(client ClientData, domain DomainInfo, tmpl AlertRule
"for_duration": "1m", "for_duration": "1m",
"threshold": thresholdAnnotation, "threshold": thresholdAnnotation,
"field_info": "для response_status_code (ответ от PTAF, не от origin)", "field_info": "для response_status_code (ответ от PTAF, не от origin)",
"runbook": "проверить логи docker, процитировать ошибку и эскалировать на аналитика.", "runbook": "проверить логи docker и эскалировать на аналитика.",
"severity": "warning", "severity": "warning",
"value_unit": "шт.", "value_unit": "шт.",
"threshold_count": thresholdCountAnnotation, "threshold_count": thresholdCountAnnotation,

View file

@ -490,7 +490,7 @@ func buildWAFBlockAlertRuleVL(client ClientData, domain DomainInfo, tmpl AlertRu
"for_duration": "1m", "for_duration": "1m",
"threshold": thresholdAnnotation, "threshold": thresholdAnnotation,
"field_info": "для response_status_code (ответ от PTAF, не от origin)", "field_info": "для response_status_code (ответ от PTAF, не от origin)",
"runbook": "проверить логи docker, процитировать ошибку и эскалировать на аналитика.", "runbook": "проверить логи docker и эскалировать на аналитика.",
"severity": "warning", "severity": "warning",
"value_unit": "шт.", "value_unit": "шт.",
"threshold_count": thresholdCountAnnotation, "threshold_count": thresholdCountAnnotation,