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