]> arthur.barton.de Git - netdata.git/blob - conf.d/Makefile.am
add RetroShare
[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_email_recipients.conf \
11         $(NULL)
12
13 chartsconfigdir=$(configdir)/charts.d
14 dist_chartsconfig_DATA = \
15         $(NULL)
16
17 nodeconfigdir=$(configdir)/node.d
18 dist_nodeconfig_DATA = \
19         $(NULL)
20
21 pythonconfigdir=$(configdir)/python.d
22 dist_pythonconfig_DATA = \
23         python.d/apache.conf \
24         python.d/apache_cache.conf \
25         python.d/cpufreq.conf \
26         python.d/dovecot.conf \
27         python.d/example.conf \
28         python.d/exim.conf \
29         python.d/hddtemp.conf \
30         python.d/ipfs.conf \
31         python.d/memcached.conf \
32         python.d/mysql.conf \
33         python.d/nginx.conf \
34         python.d/nginx_log.conf \
35         python.d/phpfpm.conf \
36         python.d/postfix.conf \
37         python.d/redis.conf \
38         python.d/retroshare.conf \
39         python.d/sensors.conf \
40         python.d/squid.conf \
41         python.d/tomcat.conf \
42         $(NULL)
43
44 healthconfigdir=$(configdir)/health.d
45 dist_healthconfig_DATA = \
46         health.d/apache.conf \
47         health.d/cpu.conf \
48         health.d/disks.conf \
49         health.d/entropy.conf \
50         health.d/memcached.conf \
51         health.d/mysql.conf \
52         health.d/named.conf \
53         health.d/net.conf \
54         health.d/nginx.conf \
55         health.d/qos.conf \
56         health.d/ram.conf \
57         health.d/redis.conf \
58         health.d/swap.conf \
59         health.d/squid.conf \
60         $(NULL)