Browse Source
Add: Opsgenie into saas.alerting (#187)
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
pull/199/head
Nicolas Lamirault
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
19 additions and
0 deletions
-
diagrams/saas/alerting.py
-
docs/nodes/saas.md
-
BIN
resources/saas/alerting/opsgenie.png
|
|
@@ -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 |
|
|
@@ -5,6 +5,10 @@ title: Saas |
|
|
|
|
|
|
|
Node classes list of saas provider. |
|
|
|
|
|
|
|
## saas.alerting |
|
|
|
|
|
|
|
- **diagrams.saas.alerting.Opsgenie** |
|
|
|
|
|
|
|
## saas.chat |
|
|
|
|
|
|
|
- **diagrams.saas.chat.Slack** |
|
|
|
Before
|
After
|
|
|
|
Width: 256
|
Height: 256
|
Size: 24 KiB
|