]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/Makefile.am
implemented API authentication
[netdata.git] / conf.d / Makefile.am
index b12e57830941fa3418f4d4969445c22a670d2938..dd6c2cbf9e2a0272cefbb873058c67c105c73943 100644 (file)
@@ -4,6 +4,7 @@
 MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
 
 dist_config_DATA = \
+    aggregated_hosts.conf \
     apps_groups.conf \
     charts.d.conf \
     fping.conf \
@@ -25,18 +26,22 @@ pythonconfigdir=$(configdir)/python.d
 dist_pythonconfig_DATA = \
     python.d/apache.conf \
     python.d/apache_cache.conf \
+    python.d/bind_rndc.conf \
     python.d/cpufreq.conf \
     python.d/dovecot.conf \
+    python.d/elasticsearch.conf \
     python.d/example.conf \
     python.d/exim.conf \
+    python.d/fail2ban.conf \
     python.d/freeradius.conf \
+    python.d/haproxy.conf \
     python.d/hddtemp.conf \
     python.d/ipfs.conf \
     python.d/isc_dhcpd.conf \
+    python.d/mdstat.conf \
     python.d/memcached.conf \
     python.d/mysql.conf \
     python.d/nginx.conf \
-    python.d/nginx_log.conf \
     python.d/ovpn_status_log.conf \
     python.d/phpfpm.conf \
     python.d/postfix.conf \
@@ -45,33 +50,53 @@ dist_pythonconfig_DATA = \
     python.d/retroshare.conf \
     python.d/sensors.conf \
     python.d/squid.conf \
+    python.d/smartd_log.conf \
     python.d/tomcat.conf \
+    python.d/varnish.conf \
+    python.d/web_log.conf \
     $(NULL)
 
 healthconfigdir=$(configdir)/health.d
+
 dist_healthconfig_DATA = \
     health.d/apache.conf \
     health.d/backend.conf \
+    health.d/bind_rndc.conf \
+    health.d/elasticsearch.conf \
+    health.d/fping.conf \
+    health.d/haproxy.conf \
+    health.d/ipfs.conf \
+    health.d/isc_dhcpd.conf \
+    health.d/mdstat.conf \
+    health.d/memcached.conf \
+    health.d/mysql.conf \
+    health.d/named.conf \
+    health.d/nginx.conf \
+    health.d/postgres.conf \
+    health.d/redis.conf \
+    health.d/retroshare.conf \
+    health.d/squid.conf \
+    health.d/varnish.conf \
+    health.d/web_log.conf \
+    $(NULL)
+
+if LINUX
+dist_healthconfig_DATA += \
     health.d/cpu.conf \
     health.d/disks.conf \
     health.d/entropy.conf \
     health.d/ipc.conf \
-    health.d/memcached.conf \
-    health.d/mysql.conf \
-    health.d/named.conf \
+    health.d/memory.conf \
     health.d/net.conf \
     health.d/netfilter.conf \
-    health.d/nginx.conf \
-    health.d/postgres.conf \
     health.d/qos.conf \
     health.d/ram.conf \
-    health.d/redis.conf \
-    health.d/retroshare.conf \
     health.d/softnet.conf \
-    health.d/squid.conf \
     health.d/swap.conf \
     health.d/tcp_resets.conf \
+    health.d/udp_errors.conf \
     $(NULL)
+endif LINUX
 
 chartsconfigdir=$(configdir)/charts.d
 dist_chartsconfig_DATA = \