2022-06-03 08:09:47 -06:00
|
|
|
"""
|
|
|
|
|
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.
|
|
|
|
|
"""
|
|
|
|
|
|
2023-08-17 10:22:37 -03:00
|
|
|
import apps.integrations.metadata.heartbeat.alertmanager # noqa
|
2022-06-03 08:09:47 -06:00
|
|
|
import apps.integrations.metadata.heartbeat.elastalert # noqa
|
|
|
|
|
import apps.integrations.metadata.heartbeat.formatted_webhook # noqa
|
|
|
|
|
import apps.integrations.metadata.heartbeat.grafana # noqa
|
2023-08-01 12:18:52 +08:00
|
|
|
import apps.integrations.metadata.heartbeat.legacy_alertmanager # noqa
|
2022-06-03 08:09:47 -06:00
|
|
|
import apps.integrations.metadata.heartbeat.prtg # noqa
|
|
|
|
|
import apps.integrations.metadata.heartbeat.webhook # noqa
|
|
|
|
|
import apps.integrations.metadata.heartbeat.zabbix # noqa
|