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