File: alerting.py

package info (click to toggle)
python-diagrams 0.23.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 29,208 kB
  • sloc: python: 4,963; makefile: 6
file content (31 lines) | stat: -rw-r--r-- 475 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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 Newrelic(_Alerting):
    _icon = "newrelic.png"


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


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


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


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


# Aliases