Added shared memory check
This commit is contained in:
parent
91a2c15ad3
commit
4110d865dd
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue