oncall-engine/engine/apps/integrations/metadata/heartbeat/__init__.py
Matias Bordese 179a1db471
Add alertmanager integration for heartbeat support (#2807)
Related to https://github.com/grafana/oncall/issues/2801 and
https://github.com/grafana/support-escalations/issues/7081.

---------

Co-authored-by: Innokentii Konstantinov <innokenty.konstantinov@grafana.com>
2023-08-17 13:22:37 +00:00

14 lines
726 B
Python

"""
This module provides payloads for heartbeat alerts.
Files from this modules are integrations for which heartbeat is available (if filename not starts with _).
Filename MUST match INTEGRATION_TO_REVERSE_URL_MAP.
"""
import apps.integrations.metadata.heartbeat.alertmanager # noqa
import apps.integrations.metadata.heartbeat.elastalert # noqa
import apps.integrations.metadata.heartbeat.formatted_webhook # noqa
import apps.integrations.metadata.heartbeat.grafana # noqa
import apps.integrations.metadata.heartbeat.legacy_alertmanager # noqa
import apps.integrations.metadata.heartbeat.prtg # noqa
import apps.integrations.metadata.heartbeat.webhook # noqa
import apps.integrations.metadata.heartbeat.zabbix # noqa