summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/Makefile.am
diff options
context:
space:
mode:
authorIlya Mashchenko <ilyamaschenko@gmail.com>2019-03-13 20:39:50 +0300
committerGitHub <noreply@github.com>2019-03-13 20:39:50 +0300
commit6bc05c42b12b03ee570e4ada4a5e898e07f8dd2c (patch)
tree65aa4023bcd000b3499031a08814cff9d7f57320 /collectors/python.d.plugin/Makefile.am
parente73ab183a77356746f301e52819bb145292c5b0f (diff)
Remove ssl check module (#5626)
##### Summary Fixes: #5624 > memory leak in SSLSocket.getpeercert() https://bugs.python.org/issue29738 ##### Component Name [collectors/python.d.plugin/sslcheck](https://github.com/netdata/netdata/tree/master/collectors/python.d.plugin/sslcheck) ##### Additional Information
Diffstat (limited to 'collectors/python.d.plugin/Makefile.am')
-rw-r--r--collectors/python.d.plugin/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/collectors/python.d.plugin/Makefile.am b/collectors/python.d.plugin/Makefile.am
index 78240095fc..b6bdbcc4f8 100644
--- a/collectors/python.d.plugin/Makefile.am
+++ b/collectors/python.d.plugin/Makefile.am
@@ -96,7 +96,6 @@ include smartd_log/Makefile.inc
include spigotmc/Makefile.inc
include springboot/Makefile.inc
include squid/Makefile.inc
-include sslcheck/Makefile.inc
include tomcat/Makefile.inc
include tor/Makefile.inc
include traefik/Makefile.inc