001-disable_external_plugins_by_default.patch (517B)
1 --- a/conf.d/charts.d.conf 2 +++ b/conf.d/charts.d.conf 3 @@ -30,7 +30,7 @@ 4 5 # the default enable/disable for all charts.d collectors 6 # the default is "yes" 7 -# enable_all_charts="yes" 8 +enable_all_charts="no" 9 10 # BY DEFAULT ENABLED MODULES 11 # ap=yes 12 --- a/conf.d/python.d.conf 13 +++ b/conf.d/python.d.conf 14 @@ -7,7 +7,7 @@ 15 # 16 17 # Enable / disable the whole python.d.plugin (all its modules) 18 -enabled: yes 19 +enabled: no 20 21 # Prevent log flood 22 # Define how many log messages can be written to log file in one log_interval