summaryrefslogtreecommitdiffstats
path: root/health
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
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')
-rw-r--r--health/Makefile.am106
-rw-r--r--health/notifications/Makefile.am52
2 files changed, 0 insertions, 158 deletions
diff --git a/health/Makefile.am b/health/Makefile.am
deleted file mode 100644
index 7d7bca4cc1..0000000000
--- a/health/Makefile.am
+++ /dev/null
@@ -1,106 +0,0 @@
-# SPDX-License-Identifier: GPL-3.0-or-later
-
-AUTOMAKE_OPTIONS = subdir-objects
-MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
-
-SUBDIRS = \
- notifications \
- $(NULL)
-
-CLEANFILES = \
- $(NULL)
-
-dist_noinst_DATA = \
- README.md \
- $(NULL)
-
-userhealthconfigdir=$(configdir)/health.d
-dist_userhealthconfig_DATA = \
- $(NULL)
-
-# Explicitly install directories to avoid permission issues due to umask
-install-exec-local:
- $(INSTALL) -d $(DESTDIR)$(userhealthconfigdir)
-
-healthconfigdir=$(libconfigdir)/health.d
-dist_healthconfig_DATA = \
- health.d/adaptec_raid.conf \
- health.d/anomalies.conf \
- health.d/apcupsd.conf \
- health.d/bcache.conf \
- health.d/beanstalkd.conf \
- health.d/bind_rndc.conf \
- health.d/boinc.conf \
- health.d/btrfs.conf \
- health.d/ceph.conf \
- health.d/cgroups.conf \
- health.d/cpu.conf \
- health.d/cockroachdb.conf \
- health.d/consul.conf \
- health.d/disks.conf \
- health.d/dnsmasq_dhcp.conf \
- health.d/dns_query.conf \
- health.d/docker.conf \
- health.d/elasticsearch.conf \
- health.d/entropy.conf \
- health.d/exporting.conf \
- health.d/file_descriptors.conf \
- health.d/geth.conf \
- health.d/ioping.conf \
- health.d/gearman.conf \
- health.d/go.d.plugin.conf \
- health.d/haproxy.conf \
- health.d/hdfs.conf \
- health.d/httpcheck.conf \
- health.d/ipc.conf \
- health.d/ipfs.conf \
- health.d/ipmi.conf \
- health.d/isc_dhcpd.conf \
- health.d/kubelet.conf \
- health.d/linux_power_supply.conf \
- health.d/load.conf \
- health.d/mdstat.conf \
- health.d/megacli.conf \
- health.d/memcached.conf \
- health.d/memory.conf \
- health.d/ml.conf \
- health.d/mysql.conf \
- health.d/net.conf \
- health.d/netfilter.conf \
- health.d/nvme.conf \
- health.d/pihole.conf \
- health.d/plugin.conf \
- health.d/ping.conf \
- health.d/postgres.conf \
- health.d/portcheck.conf \
- health.d/processes.conf \
- health.d/python.d.plugin.conf \
- health.d/qos.conf \
- health.d/ram.conf \
- health.d/redis.conf \
- health.d/retroshare.conf \
- health.d/riakkv.conf \
- health.d/scaleio.conf \
- health.d/softnet.conf \
- health.d/synchronization.conf \
- health.d/swap.conf \
- health.d/systemdunits.conf \
- health.d/timex.conf \
- health.d/tcp_conn.conf \
- health.d/tcp_listen.conf \
- health.d/tcp_mem.conf \
- health.d/tcp_orphans.conf \
- health.d/tcp_resets.conf \
- health.d/udp_errors.conf \
- health.d/unbound.conf \
- health.d/upsd.conf \
- health.d/vcsa.conf \
- health.d/vernemq.conf \
- health.d/vsphere.conf \
- health.d/web_log.conf \
- health.d/whoisquery.conf \
- health.d/windows.conf \
- health.d/x509check.conf \
- health.d/zfs.conf \
- health.d/dbengine.conf \
- $(NULL)
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