Skip to content

Commit

Permalink
feat: add saas.alerting.Xmatters (mingrammer#712)
Browse files Browse the repository at this point in the history
Adding xMatters node to alerting.

Co-authored-by: jared.curtis <[email protected]>
  • Loading branch information
2 people authored and ajmaradiaga committed Nov 8, 2023
1 parent 54a8444 commit ecb2d87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/saas/alerting.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ class Pushover(_Alerting):
_icon = "pushover.png"


class Xmatters(_Alerting):
_icon = "xmatters.png"


# Aliases
1 change: 1 addition & 0 deletions docs/nodes/saas.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Node classes list of saas provider.
- **diagrams.saas.alerting.Newrelic**
- **diagrams.saas.alerting.Opsgenie**
- **diagrams.saas.alerting.Pushover**
- **diagrams.saas.alerting.Xmatters**

## saas.analytics

Expand Down
Binary file added resources/saas/alerting/xmatters.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ecb2d87

Please sign in to comment.