summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/Makefile.am
diff options
context:
space:
mode:
authorAndrew Maguire <andrewm4894@gmail.com>2020-12-02 20:45:29 +0000
committerGitHub <noreply@github.com>2020-12-02 20:45:29 +0000
commit9dda12cf92e847cb86527a1994a9fa5585e9fa8f (patch)
treef7f26434439c14a9818f239b48038743806c6c17 /collectors/python.d.plugin/Makefile.am
parent7ec4f48a0acbf1a7e5bdb8b0afb6b74ecd976d40 (diff)
Anomalies collector (#10060)
ML based anomaly detection python collector built on top of PyOD.
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 57247b1f61..1de2d1d546 100644
--- a/collectors/python.d.plugin/Makefile.am
+++ b/collectors/python.d.plugin/Makefile.am
@@ -42,6 +42,7 @@ dist_pythonconfig_DATA = \
include adaptec_raid/Makefile.inc
include alarms/Makefile.inc
include am2320/Makefile.inc
+include anomalies/Makefile.inc
include apache/Makefile.inc
include beanstalk/Makefile.inc
include bind_rndc/Makefile.inc