summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/Makefile.am
diff options
context:
space:
mode:
authorAndrew Maguire <andrewm4894@gmail.com>2021-04-28 14:47:23 +0100
committerGitHub <noreply@github.com>2021-04-28 14:47:23 +0100
commit6ec39d20ccb48f90b8e801dd91f51ab9141b941a (patch)
tree9844d98325b9320a6029a06eb2a2e3ecc8e07ae2 /collectors/python.d.plugin/Makefile.am
parentfae4477e414aaeb1f6a7a537718cf770f0d1056b (diff)
add python changefinder collector (#10672)
* add python changefinder collector - adds python 'changefinder' based collector for online changepoint detection.
Diffstat (limited to 'collectors/python.d.plugin/Makefile.am')
-rw-r--r--collectors/python.d.plugin/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/collectors/python.d.plugin/Makefile.am b/collectors/python.d.plugin/Makefile.am
index e79d39a0a7..38eb90f79d 100644
--- a/collectors/python.d.plugin/Makefile.am
+++ b/collectors/python.d.plugin/Makefile.am
@@ -48,6 +48,7 @@ include beanstalk/Makefile.inc
include bind_rndc/Makefile.inc
include boinc/Makefile.inc
include ceph/Makefile.inc
+include changefinder/Makefile.inc
include chrony/Makefile.inc
include couchdb/Makefile.inc
include dnsdist/Makefile.inc