]> arthur.barton.de Git - netdata.git/blob - conf.d/Makefile.am
b725e249e8fe7c67e27496a7ac871bdf295f3fd0
[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 nodeconfigdir=$(configdir)/node.d
17 dist_nodeconfig_DATA = \
18     node.d/README.md \
19     node.d/named.conf.md \
20     node.d/sma_webbox.conf.md \
21     node.d/snmp.conf.md \
22     $(NULL)
23
24 pythonconfigdir=$(configdir)/python.d
25 dist_pythonconfig_DATA = \
26     python.d/apache.conf \
27     python.d/apache_cache.conf \
28     python.d/bind_rndc.conf \
29     python.d/cpufreq.conf \
30     python.d/dovecot.conf \
31     python.d/elasticsearch.conf \
32     python.d/example.conf \
33     python.d/exim.conf \
34     python.d/fail2ban.conf \
35     python.d/freeradius.conf \
36     python.d/gunicorn_log.conf \
37     python.d/haproxy.conf \
38     python.d/hddtemp.conf \
39     python.d/ipfs.conf \
40     python.d/isc_dhcpd.conf \
41     python.d/mdstat.conf \
42     python.d/memcached.conf \
43     python.d/mysql.conf \
44     python.d/nginx.conf \
45     python.d/nginx_log.conf \
46     python.d/ovpn_status_log.conf \
47     python.d/phpfpm.conf \
48     python.d/postfix.conf \
49     python.d/postgres.conf \
50     python.d/redis.conf \
51     python.d/retroshare.conf \
52     python.d/sensors.conf \
53     python.d/squid.conf \
54     python.d/tomcat.conf \
55     python.d/varnish.conf \
56     $(NULL)
57
58 healthconfigdir=$(configdir)/health.d
59 dist_healthconfig_DATA = \
60     health.d/apache.conf \
61     health.d/backend.conf \
62     health.d/bind_rndc.conf \
63     health.d/cpu.conf \
64     health.d/disks.conf \
65     health.d/elasticsearch.conf \
66     health.d/entropy.conf \
67     health.d/haproxy.conf \
68     health.d/ipc.conf \
69     health.d/ipfs.conf \
70     health.d/isc_dhcpd.conf \
71     health.d/mdstat.conf \
72     health.d/memcached.conf \
73     health.d/memory.conf \
74     health.d/mysql.conf \
75     health.d/named.conf \
76     health.d/net.conf \
77     health.d/netfilter.conf \
78     health.d/nginx.conf \
79     health.d/postgres.conf \
80     health.d/qos.conf \
81     health.d/ram.conf \
82     health.d/redis.conf \
83     health.d/retroshare.conf \
84     health.d/softnet.conf \
85     health.d/squid.conf \
86     health.d/swap.conf \
87     health.d/tcp_resets.conf \
88     health.d/udp_errors.conf \
89     health.d/varnish.conf \
90     $(NULL)
91
92 chartsconfigdir=$(configdir)/charts.d
93 dist_chartsconfig_DATA = \
94     charts.d/apache.conf \
95     charts.d/apcupsd.conf \
96     charts.d/cpufreq.conf \
97     charts.d/exim.conf \
98     charts.d/load_average.conf \
99     charts.d/mysql.conf \
100     charts.d/nut.conf \
101     charts.d/phpfpm.conf \
102     charts.d/sensors.conf \
103     charts.d/tomcat.conf \
104     charts.d/ap.conf \
105     charts.d/cpu_apps.conf \
106     charts.d/example.conf \
107     charts.d/hddtemp.conf \
108     charts.d/mem_apps.conf \
109     charts.d/nginx.conf \
110     charts.d/opensips.conf \
111     charts.d/postfix.conf \
112     charts.d/squid.conf \
113     $(NULL)