Skip to content

Commit

Permalink
Remove ssl check module (#5626)
Browse files Browse the repository at this point in the history
##### 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
  • Loading branch information
ilyam8 committed Mar 13, 2019
1 parent e73ab18 commit 6bc05c4
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 225 deletions.
1 change: 0 additions & 1 deletion collectors/python.d.plugin/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions collectors/python.d.plugin/python.d.plugin.in
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,13 @@ MODULE_SUFFIX = '.chart.py'

OBSOLETED_MODULES = (
'apache_cache', # replaced by web_log
'cpuidle', # rewritten in C
'cpufreq', # rewritten in C
'gunicorn_log', # replaced by web_log
'linux_power_supply', # rewritten in C
'nginx_log', # replaced by web_log
'cpufreq', # rewritten in C
'cpuidle', # rewritten in C
'mdstat', # rewritten in C
'linux_power_supply', # rewritten in C
'sslcheck', # memory leak bug https://github.com/netdata/netdata/issues/5624
)


Expand Down
12 changes: 0 additions & 12 deletions collectors/python.d.plugin/sslcheck/Makefile.inc

This file was deleted.

21 changes: 0 additions & 21 deletions collectors/python.d.plugin/sslcheck/README.md

This file was deleted.

112 changes: 0 additions & 112 deletions collectors/python.d.plugin/sslcheck/sslcheck.chart.py

This file was deleted.

76 changes: 0 additions & 76 deletions collectors/python.d.plugin/sslcheck/sslcheck.conf

This file was deleted.

0 comments on commit 6bc05c4

Please sign in to comment.