summaryrefslogtreecommitdiffstats
path: root/conf.d/Makefile.in
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2017-12-19 23:39:27 +0000
committerFederico Ceratto <federico.ceratto@gmail.com>2017-12-19 23:39:27 +0000
commit6abdfdead1326ccca98dc4cf415c216f1bf25400 (patch)
tree70b803bd499fd45e89627c1b45b90ddf20e8e959 /conf.d/Makefile.in
parentRelease v. 1.8.0+dfsg-1 to Unstable (diff)
parentNew upstream version 1.9.0+dfsg (diff)
downloadnetdata-6abdfdead1326ccca98dc4cf415c216f1bf25400.tar.xz
netdata-6abdfdead1326ccca98dc4cf415c216f1bf25400.zip
Update upstream source from tag 'upstream/1.9.0+dfsg'
Update to upstream version '1.9.0+dfsg' with Debian dir 28b8242a05f9ad26cd1cdbcf078be754fc7d6251
Diffstat (limited to 'conf.d/Makefile.in')
-rw-r--r--conf.d/Makefile.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/conf.d/Makefile.in b/conf.d/Makefile.in
index 3d7084ed1..c1c291bcc 100644
--- a/conf.d/Makefile.in
+++ b/conf.d/Makefile.in
@@ -326,11 +326,13 @@ dist_nodeconfig_DATA = \
pythonconfigdir = $(configdir)/python.d
dist_pythonconfig_DATA = \
python.d/apache.conf \
- python.d/apache_cache.conf \
+ python.d/beanstalk.conf \
python.d/bind_rndc.conf \
python.d/chrony.conf \
+ python.d/couchdb.conf \
python.d/cpufreq.conf \
python.d/dns_query_time.conf \
+ python.d/dnsdist.conf \
python.d/dovecot.conf \
python.d/elasticsearch.conf \
python.d/example.conf \
@@ -352,6 +354,7 @@ dist_pythonconfig_DATA = \
python.d/phpfpm.conf \
python.d/postfix.conf \
python.d/postgres.conf \
+ python.d/powerdns.conf \
python.d/rabbitmq.conf \
python.d/redis.conf \
python.d/retroshare.conf \
@@ -368,8 +371,10 @@ healthconfigdir = $(configdir)/health.d
dist_healthconfig_DATA = \
health.d/apache.conf \
health.d/backend.conf \
+ health.d/beanstalkd.conf \
health.d/bind_rndc.conf \
health.d/cpu.conf \
+ health.d/couchdb.conf \
health.d/disks.conf \
health.d/elasticsearch.conf \
health.d/entropy.conf \
@@ -397,6 +402,10 @@ dist_healthconfig_DATA = \
health.d/softnet.conf \
health.d/squid.conf \
health.d/swap.conf \
+ health.d/tcp_conn.conf \
+ health.d/tcp_listen.conf \
+ health.d/tcp_mem.conf \
+ health.d/tcp_orphans.conf \
health.d/tcp_resets.conf \
health.d/udp_errors.conf \
health.d/varnish.conf \