Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ssl check module #5626

Merged
merged 3 commits into from
Mar 13, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.