explicitly disable removed collectors in python.d.conf (#17840)
Ilya Mashchenko committed
Jun 6, 2024 at 23:16 UTC
be03a20c4c8da6960f6157a96a4618be3d8969b9
1 file changed
+37
-27
src/collectors/python.d.plugin/python.d.conf
+37
-27
@@ -1,28 +1,28 @@
1
-# netdata python.d.plugin configuration
2
-#
3
-# This file is in YaML format.
4
-# Generally the format is:
5
-#
6
-# name: value
7
-#
1
+## netdata python.d.plugin configuration
2
+##
3
+## This file is in YaML format.
4
+## Generally the format is:
5
+##
6
+## name: value
7
+##
8
9
-# Enable / disable the whole python.d.plugin (all its modules)
9
+## Enable / disable the whole python.d.plugin (all its modules)
10
enabled: yes
11
12
-# ----------------------------------------------------------------------
13
-# Enable / Disable python.d.plugin modules
12
+## ----------------------------------------------------------------------
13
+## Enable / Disable python.d.plugin modules
14
#default_run: yes
15
-#
16
-# If "default_run" = "yes" the default for all modules is enabled (yes).
17
-# Setting any of these to "no" will disable it.
18
-#
19
-# If "default_run" = "no" the default for all modules is disabled (no).
20
-# Setting any of these to "yes" will enable it.
15
+##
16
+## If "default_run" = "yes" the default for all modules is enabled (yes).
17
+## Setting any of these to "no" will disable it.
18
+##
19
+## If "default_run" = "no" the default for all modules is disabled (no).
20
+## Setting any of these to "yes" will enable it.
21
22
-# Enable / Disable explicit garbage collection (full collection run). Default is enabled.
22
+## Enable / Disable explicit garbage collection (full collection run). Default is enabled.
23
gc_run: yes
24
25
-# Garbage collection interval in seconds. Default is 300.
25
+## Garbage collection interval in seconds. Default is 300.
26
gc_interval: 300
27
28
# alarms: yes
@@ -34,23 +34,15 @@ gc_interval: 300
34
# ceph: yes
35
# changefinder: no
36
# dovecot: yes
37
-
37
# this is just an example
38
example: no
40
-
39
# exim: yes
42
-fail2ban: no # Removed (replaced with go.d/fail2ban). Disabled for existing installations.
40
# gearman: yes
41
go_expvar: no
45
-
42
# haproxy: yes
47
-hddtemp: no # Removed (replaced with go.d/hddtemp). Disabled for existing installations.
48
-hpssa: no
43
# icecast: yes
44
# ipfs: yes
51
-litespeed: no # Removed (replaced with go.d/litespeed). Disabled for existing installations.
45
# memcached: yes
53
-# mongodb: yes
46
# monit: yes
47
# nvidia_smi: yes
48
# nsd: yes
@@ -63,7 +55,6 @@ litespeed: no # Removed (replaced with go.d/litespeed). Disabled for existing i
55
# retroshare: yes
56
# riakkv: yes
57
# samba: yes
66
-sensors: no # Removed (replaced with go.d/sensors). Disabled for existing installations.
58
# smartd_log: yes
59
# spigotmc: yes
60
# squid: yes
@@ -74,3 +65,22 @@ sensors: no # Removed (replaced with go.d/sensors). Disabled for existing insta
65
# varnish: yes
66
# w1sensor: yes
67
# zscores: no
68
+
69
+
70
+## Disabled for existing installations.
71
+adaptec_raid: no # Removed (replaced with go.d/adaptercraid).
72
+apache: no # Removed (replaced with go.d/apache).
73
+elasticsearch: no # Removed (replaced with go.d/elasticsearch).
74
+fail2ban: no # Removed (replaced with go.d/fail2ban).
75
+freeradius: no # Removed (replaced with go.d/freeradius).
76
+hddtemp: no # Removed (replaced with go.d/hddtemp).
77
+hpssa: no # Removed (replaced with go.d/hpssa).
78
+litespeed: no # Removed (replaced with go.d/litespeed).
79
+megacli: no # Removed (replaced with go.d/megacli).
80
+mongodb: no # Removed (replaced with go.d/mongodb).
81
+mysql: no # Removed (replaced with go.d/mysql).
82
+nginx: no # Removed (replaced with go.d/nginx).
83
+postgres: no # Removed (replaced with go.d/postgres).
84
+proxysql: no # Removed (replaced with go.d/proxysql).
85
+redis: no # Removed (replaced with go.d/redis).
86
+sensors: no # Removed (replaced with go.d/sensors).