summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2024-04-23 20:00:03 +0300
committerGitHub <noreply@github.com>2024-04-23 20:00:03 +0300
commit6fc65d05343398f07a5f36ba2061e3b512293821 (patch)
treedc960a49dd346decc3103c8c76107494016b4727 /CMakeLists.txt
parent355753638683af0036d4626c3a3a7ce68dcc531e (diff)
remove python.d/fail2ban (#17502)
* remove python.d/fail2ban * disable in python.d.conf
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5d09f0a1ac..5ef7e6945b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2551,7 +2551,6 @@ install(FILES
src/collectors/python.d.plugin/dovecot/dovecot.conf
src/collectors/python.d.plugin/example/example.conf
src/collectors/python.d.plugin/exim/exim.conf
- src/collectors/python.d.plugin/fail2ban/fail2ban.conf
src/collectors/python.d.plugin/gearman/gearman.conf
src/collectors/python.d.plugin/go_expvar/go_expvar.conf
src/collectors/python.d.plugin/haproxy/haproxy.conf
@@ -2598,7 +2597,6 @@ install(FILES
src/collectors/python.d.plugin/dovecot/dovecot.chart.py
src/collectors/python.d.plugin/example/example.chart.py
src/collectors/python.d.plugin/exim/exim.chart.py
- src/collectors/python.d.plugin/fail2ban/fail2ban.chart.py
src/collectors/python.d.plugin/gearman/gearman.chart.py
src/collectors/python.d.plugin/go_expvar/go_expvar.chart.py
src/collectors/python.d.plugin/haproxy/haproxy.chart.py