Skip to content

Commit

Permalink
feat(node): add saas.alerting.Pushover (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaftoe authored Jul 23, 2020
1 parent f260556 commit 804c0ad
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 @@ -12,4 +12,8 @@ class Opsgenie(_Alerting):
_icon = "opsgenie.png"


class Pushover(_Alerting):
_icon = "pushover.png"


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

- **diagrams.saas.alerting.Opsgenie**
- **diagrams.saas.alerting.Pushover**

## saas.analytics

Expand Down
Binary file added resources/saas/alerting/pushover.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 804c0ad

Please sign in to comment.