]> arthur.barton.de Git - netdata.git/commitdiff
add bind_rndc plugin, conf and alarm to Makefiles
authorIlya <ilyamaschenko@gmail.com>
Tue, 3 Jan 2017 09:02:45 +0000 (18:02 +0900)
committerIlya <ilyamaschenko@gmail.com>
Tue, 3 Jan 2017 09:02:45 +0000 (18:02 +0900)
conf.d/Makefile.am
python.d/Makefile.am

index 9404124e99b369da3909f002b72b5872d2ef7976..926285dba370c7e9923d5c93b37d10ff8dc7beeb 100644 (file)
@@ -25,6 +25,7 @@ pythonconfigdir=$(configdir)/python.d
 dist_pythonconfig_DATA = \
     python.d/apache.conf \
     python.d/apache_cache.conf \
+    python.d/bind_rndc.conf \
     python.d/cpufreq.conf \
     python.d/dovecot.conf \
     python.d/example.conf \
@@ -54,6 +55,7 @@ healthconfigdir=$(configdir)/health.d
 dist_healthconfig_DATA = \
     health.d/apache.conf \
     health.d/backend.conf \
+    health.d/bind_rndc.conf \
     health.d/cpu.conf \
     health.d/disks.conf \
     health.d/entropy.conf \
index 2cf7d2ef01d2eb0919aa40dc3fa2b565f6e6ff96..6a4262b30520b416a9f0d4c0cabc2706460b0ede 100644 (file)
@@ -10,6 +10,7 @@ SUFFIXES = .in
 dist_python_SCRIPTS = \
     apache.chart.py \
     apache_cache.chart.py \
+    bind_rndc.chart.py \
     cpufreq.chart.py \
     dovecot.chart.py \
     example.chart.py \