From: Costa Tsaousis (ktsaou) Date: Sun, 27 Nov 2016 00:13:25 +0000 (+0200) Subject: added default charts.d files to makefile X-Git-Tag: v1.5.0~165^2 X-Git-Url: https://arthur.barton.de/gitweb/?p=netdata.git;a=commitdiff_plain;h=433ba06737a438138cff9d2e8b1cc88eaecd76bd added default charts.d files to makefile --- diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am index 2acaf801..d10c693e 100644 --- a/conf.d/Makefile.am +++ b/conf.d/Makefile.am @@ -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)