Add a pagerduty notification to the open port policy violation alert

This commit is contained in:
Michal Purzynski 2017-06-07 13:30:48 -07:00 коммит произвёл Brandon Myers
Родитель e9e257fd23
Коммит 6bb91c1dd8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 8AA79AD83045BBC7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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']))