summaryrefslogtreecommitdiffstats
path: root/health/notifications
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2023-12-13 16:41:20 +0200
committerGitHub <noreply@github.com>2023-12-13 16:41:20 +0200
commit92842d8422a570aed4005b5069531f7f5189fe4d (patch)
tree6923d0e00551ab448f7211e865577cd7a8991aef /health/notifications
parent548489555bbdadc7274a2165f365b968992b98da (diff)
CMake build system. (#15996)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Austin S. Hemmelgarn <austin@netdata.cloud> Co-authored-by: Tasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com> Co-authored-by: Emmanuel Vasilakis <mrzammler@mm.st> Co-authored-by: Stelios Fragkakis <52996999+stelfrag@users.noreply.github.com> Co-authored-by: netdatabot <bot@netdata.cloud> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
Diffstat (limited to 'health/notifications')
-rw-r--r--health/notifications/Makefile.am52
1 files changed, 0 insertions, 52 deletions
diff --git a/health/notifications/Makefile.am b/health/notifications/Makefile.am
deleted file mode 100644
index c462b12fb0..0000000000
--- a/health/notifications/Makefile.am
+++ /dev/null
@@ -1,52 +0,0 @@
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-AUTOMAKE_OPTIONS = subdir-objects
-MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
-
-CLEANFILES = \
- alarm-notify.sh \
- $(NULL)
-
-include $(top_srcdir)/build/subst.inc
-SUFFIXES = .in
-
-dist_libconfig_DATA = \
- health_alarm_notify.conf \
- health_email_recipients.conf \
- $(NULL)
-
-dist_plugins_SCRIPTS = \
- alarm-notify.sh \
- alarm-email.sh \
- alarm-test.sh \
- $(NULL)
-
-dist_noinst_DATA = \
- alarm-notify.sh.in \
- README.md \
- $(NULL)
-
-include alerta/Makefile.inc
-include awssns/Makefile.inc
-include discord/Makefile.inc
-include email/Makefile.inc
-include flock/Makefile.inc
-include gotify/Makefile.inc
-include irc/Makefile.inc
-include kavenegar/Makefile.inc
-include messagebird/Makefile.inc
-include msteams/Makefile.inc
-include ntfy/Makefile.inc
-include opsgenie/Makefile.inc
-include pagerduty/Makefile.inc
-include pushbullet/Makefile.inc
-include pushover/Makefile.inc
-include rocketchat/Makefile.inc
-include slack/Makefile.inc
-include smstools3/Makefile.inc
-include syslog/Makefile.inc
-include telegram/Makefile.inc
-include twilio/Makefile.inc
-include web/Makefile.inc
-include matrix/Makefile.inc
-include custom/Makefile.inc