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