Skip to content

Commit

Permalink
feat: adding Pagerduty to SaaS.Alerting (#846)
Browse files Browse the repository at this point in the history
* add Pagerduty to saas alerting

* add pagerduty to saas alerting
  • Loading branch information
davidferdinand authored May 22, 2023
1 parent 569f00f commit ee96222
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions diagrams/saas/alerting.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ class Xmatters(_Alerting):
_icon = "xmatters.png"


class Pagerduty(_Alerting):
_icon = "pagerduty.png"

# Aliases
3 changes: 3 additions & 0 deletions docs/nodes/saas.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Node classes list of saas provider.
<img width="30" src="/img/resources/saas/alerting/xmatters.png" alt="Xmatters" style="float: left; padding-right: 5px;" >
**diagrams.saas.alerting.Xmatters**

<img width="30" src="/img/resources/saas/alerting/pagerduty.png" alt="Pagerduty" style="float: left; padding-right: 5px;" >
**diagrams.saas.alerting.Pagerduty**

## saas.analytics


Expand Down
Binary file added resources/saas/alerting/pagerduty.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 ee96222

Please sign in to comment.