]> arthur.barton.de Git - netdata.git/blobdiff - conf.d/Makefile.am
removed duplicate definition
[netdata.git] / conf.d / Makefile.am
index 529dedbd90a33680f2fa16444b6c868d460f890b..eefe894cf24a4842e492a83540a87d19ec345ca3 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 \
@@ -61,6 +57,7 @@ dist_healthconfig_DATA = \
     health.d/mysql.conf \
     health.d/named.conf \
     health.d/net.conf \
+    health.d/netfilter.conf \
     health.d/nginx.conf \
     health.d/postgres.conf \
     health.d/qos.conf \
@@ -72,3 +69,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)