]> arthur.barton.de Git - netdata.git/commitdiff
added default charts.d files to makefile
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 27 Nov 2016 00:13:25 +0000 (02:13 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sun, 27 Nov 2016 00:13:25 +0000 (02:13 +0200)
conf.d/Makefile.am

index 2acaf801daa7adfec368a51fdc26d902ca561542..d10c693e6bff35dc83f75af1487e838faf910a16 100644 (file)
@@ -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)