]> arthur.barton.de Git - netdata.git/blob - conf.d/Makefile.am
Merge remote-tracking branch 'upstream/master' into health
[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         $(NULL)
11
12 chartsconfigdir=$(configdir)/charts.d
13 dist_chartsconfig_DATA = \
14         $(NULL)
15
16 nodeconfigdir=$(configdir)/node.d
17 dist_nodeconfig_DATA = \
18         $(NULL)
19
20 pythonconfigdir=$(configdir)/python.d
21 dist_pythonconfig_DATA = \
22         python.d/apache.conf \
23         python.d/apache_cache.conf \
24         python.d/cpufreq.conf \
25         python.d/dovecot.conf \
26         python.d/example.conf \
27         python.d/exim.conf \
28         python.d/hddtemp.conf \
29         python.d/ipfs.conf \
30         python.d/memcached.conf \
31         python.d/mysql.conf \
32         python.d/nginx.conf \
33         python.d/nginx_log.conf \
34         python.d/phpfpm.conf \
35         python.d/postfix.conf \
36         python.d/redis.conf \
37         python.d/sensors.conf \
38         python.d/squid.conf \
39         python.d/tomcat.conf \
40         $(NULL)
41
42 healthconfigdir=$(configdir)/health.d
43 dist_healthconfig_DATA = \
44         health.d/disks.conf \
45         $(NULL)