]> arthur.barton.de Git - netdata.git/blob - conf.d/Makefile.am
Merge pull request #960 from ktsaou/master
[netdata.git] / conf.d / Makefile.am
1 #
2 # Copyright (C) 2015 Alon Bar-Lev <alon.barlev@gmail.com>
3 #
4 MAINTAINERCLEANFILES= $(srcdir)/Makefile.in
5
6 dist_config_DATA = \
7         apps_groups.conf \
8         charts.d.conf \
9         python.d.conf \
10         health_alarm_notify.conf \
11         health_email_recipients.conf \
12         $(NULL)
13
14 chartsconfigdir=$(configdir)/charts.d
15 dist_chartsconfig_DATA = \
16         $(NULL)
17
18 nodeconfigdir=$(configdir)/node.d
19 dist_nodeconfig_DATA = \
20         $(NULL)
21
22 pythonconfigdir=$(configdir)/python.d
23 dist_pythonconfig_DATA = \
24         python.d/apache.conf \
25         python.d/apache_cache.conf \
26         python.d/cpufreq.conf \
27         python.d/dovecot.conf \
28         python.d/example.conf \
29         python.d/exim.conf \
30         python.d/hddtemp.conf \
31         python.d/ipfs.conf \
32         python.d/memcached.conf \
33         python.d/mysql.conf \
34         python.d/nginx.conf \
35         python.d/nginx_log.conf \
36         python.d/phpfpm.conf \
37         python.d/postfix.conf \
38         python.d/redis.conf \
39         python.d/retroshare.conf \
40         python.d/sensors.conf \
41         python.d/squid.conf \
42         python.d/tomcat.conf \
43         $(NULL)
44
45 healthconfigdir=$(configdir)/health.d
46 dist_healthconfig_DATA = \
47         health.d/apache.conf \
48         health.d/cpu.conf \
49         health.d/disks.conf \
50         health.d/entropy.conf \
51         health.d/memcached.conf \
52         health.d/mysql.conf \
53         health.d/named.conf \
54         health.d/net.conf \
55         health.d/nginx.conf \
56         health.d/qos.conf \
57         health.d/ram.conf \
58         health.d/redis.conf \
59         health.d/retroshare.conf \
60         health.d/softnet.conf \
61         health.d/swap.conf \
62         health.d/squid.conf \
63         $(NULL)