Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
changing specific tag to encompass all triagebot escalations (#1668)
Browse files Browse the repository at this point in the history
* changing specific tag to encompass all triagebot escalations

* updating test to reflect changes
  • Loading branch information
Phrozyn committed Jul 30, 2020
1 parent dbe90e3 commit bd6e2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alerts/triagebot_escalation.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def main(self):
def onEvent(self, event):
msg = event['_source']
category = 'access'
tags = ['ssh_critical_host_login_escalation', 'pagerduty', 'triagebot']
tags = ['triagebot_escalation']
severity = self.config.severity
url = self.config.url

Expand Down
2 changes: 1 addition & 1 deletion tests/alerts/test_triagebot_escalation.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class TestAlertTriageBotEscalation(AlertTestSuite):
"category": "access",
"severity": "INFO",
"summary": "TriageBot Escalation for event: UdEkkIEJFXEy54grVnfy sent to PagerDuty per 'NO' response from User: test@testerson.com",
"tags": ['ssh_critical_host_login_escalation', 'pagerduty', 'triagebot'],
"tags": ['triagebot_escalation'],
}

test_cases = []
Expand Down

0 comments on commit bd6e2b3

Please sign in to comment.