Changes: - corrected License - removed one row, which was removed in version 1.11.0 - replace netdata.conf with the better one (more details in https://github.com/openwrt/packages/pull/7540) - refreshed patches Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
22 lines
615 B
Diff
22 lines
615 B
Diff
--- a/collectors/charts.d.plugin/charts.d.conf
|
|
+++ b/collectors/charts.d.plugin/charts.d.conf
|
|
@@ -30,7 +30,7 @@
|
|
|
|
# the default enable/disable for all charts.d collectors
|
|
# the default is "yes"
|
|
-# enable_all_charts="yes"
|
|
+enable_all_charts="no"
|
|
|
|
# BY DEFAULT ENABLED MODULES
|
|
# ap=yes
|
|
--- a/collectors/python.d.plugin/python.d.conf
|
|
+++ b/collectors/python.d.plugin/python.d.conf
|
|
@@ -7,7 +7,7 @@
|
|
#
|
|
|
|
# Enable / disable the whole python.d.plugin (all its modules)
|
|
-enabled: yes
|
|
+enabled: no
|
|
|
|
# ----------------------------------------------------------------------
|
|
# Enable / Disable python.d.plugin modules
|