зеркало из https://github.com/mozilla/MozDef.git
Add a pagerduty notification to the open port policy violation alert
This commit is contained in:
Родитель
e9e257fd23
Коммит
6bb91c1dd8
|
@ -36,7 +36,7 @@ class AlertOpenPortViolation(AlertTask):
|
|||
# aggreg['value']: value of the aggregation field, ex: toto@example.com
|
||||
# aggreg['events']: list of events in the aggregation
|
||||
category = 'open_port_policy_violation'
|
||||
tags = ['open_port_policy_violation']
|
||||
tags = ['open_port_policy_violation', 'openportpagerduty']
|
||||
severity = 'CRITICAL'
|
||||
|
||||
summary = ('{0} unauthorized open port(s) on {1} ('.format(aggreg['count'], aggreg['value']))
|
||||
|
|
Загрузка…
Ссылка в новой задаче