From 433ba06737a438138cff9d2e8b1cc88eaecd76bd Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Sun, 27 Nov 2016 02:13:25 +0200 Subject: [PATCH] added default charts.d files to makefile --- conf.d/Makefile.am | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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) -- 2.39.2