Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
Add: Opsgenie into saas.alerting (mingrammer#187)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault authored Jun 4, 2020
1 parent 0219d6d commit 247d266
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions diagrams/saas/alerting.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This module is automatically generated by autogen.sh. DO NOT EDIT.

from . import _Saas


class _Alerting(_Saas):
_type = "alerting"
_icon_dir = "resources/saas/alerting"


class Opsgenie(_Alerting):
_icon = "opsgenie.png"


# Aliases
4 changes: 4 additions & 0 deletions docs/nodes/saas.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ title: Saas

Node classes list of saas provider.

## saas.alerting

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

## saas.chat

- **diagrams.saas.chat.Slack**
Expand Down
Binary file added resources/saas/alerting/opsgenie.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 247d266

Please sign in to comment.