]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/Makefile.am
add fail2ban to Makefile"s
[netdata.git] / conf.d / Makefile.am
index 2acaf801daa7adfec368a51fdc26d902ca561542..3fa1990933acf9b357766ddc873eb82c8f56f11c 100644 (file)
@@ -13,10 +13,6 @@ dist_config_DATA = \
     health_email_recipients.conf \
     $(NULL)
 
-chartsconfigdir=$(configdir)/charts.d
-dist_chartsconfig_DATA = \
-    $(NULL)
-
 nodeconfigdir=$(configdir)/node.d
 dist_nodeconfig_DATA = \
     node.d/README.md \
@@ -33,12 +29,16 @@ dist_pythonconfig_DATA = \
     python.d/dovecot.conf \
     python.d/example.conf \
     python.d/exim.conf \
+    python.d/fail2ban.conf \
+    python.d/freeradius.conf \
     python.d/hddtemp.conf \
     python.d/ipfs.conf \
+    python.d/isc_dhcpd.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 \
     python.d/postgres.conf \
@@ -73,3 +73,26 @@ dist_healthconfig_DATA = \
     health.d/swap.conf \
     health.d/tcp_resets.conf \
     $(NULL)
+
+chartsconfigdir=$(configdir)/charts.d
+dist_chartsconfig_DATA = \
+    charts.d/apache.conf \
+    charts.d/apcupsd.conf \
+    charts.d/cpufreq.conf \
+    charts.d/exim.conf \
+    charts.d/load_average.conf \
+    charts.d/mysql.conf \
+    charts.d/nut.conf \
+    charts.d/phpfpm.conf \
+    charts.d/sensors.conf \
+    charts.d/tomcat.conf \
+    charts.d/ap.conf \
+    charts.d/cpu_apps.conf \
+    charts.d/example.conf \
+    charts.d/hddtemp.conf \
+    charts.d/mem_apps.conf \
+    charts.d/nginx.conf \
+    charts.d/opensips.conf \
+    charts.d/postfix.conf \
+    charts.d/squid.conf \
+    $(NULL)