summaryrefslogtreecommitdiffstats
path: root/BREAKING_CHANGES.md
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2020-02-12 12:30:39 +0300
committerGitHub <noreply@github.com>2020-02-12 12:30:39 +0300
commit162b78443a0a48bf0c012da094760375b755173e (patch)
treef90590ae32042ca4ba893eea98a7ecd36e8d9213 /BREAKING_CHANGES.md
parentf0ee98c1b6877cfa709a06784383dfc5f905d901 (diff)
/collectors/charts.d.plugin: remove deprecated modules (#7962)
* /collectors/charts.d.plugin: skip obsolete modules during loading * /collectors/charts.d.plugin: remove apache * /collectors/charts.d.plugin: remove cpu_apps * /collectors/charts.d.plugin: remove cpufreq * /collectors/charts.d.plugin: remove exim * /collectors/charts.d.plugin: remove hddtemp * /collectors/charts.d.plugin: remove load_average * /collectors/charts.d.plugin: remove mem_apps * /collectors/charts.d.plugin: remove mysql * /collectors/charts.d.plugin: remove nginx * /collectors/charts.d.plugin: remove phpfpm * /collectors/charts.d.plugin: remove postfix * /collectors/charts.d.plugin: remove sensors * /collectors/charts.d.plugin: remove squid * /collectors/charts.d.plugin: remove tomcat * /collectors/charts.d.plugin: update charts.d.conf * Revert "/collectors/charts.d.plugin: remove sensors" This reverts commit e3388853 * /collectors/charts.d.plugin: add sensors to Makefile.am * /docs: remove obsolete modules from Add-more-charts-to-netdata.md * /docs/generator: remove obsolete modules from buildyaml.sh * /collectors/charts.d.plugin: remove sensors from obsolete_charts * /collectors/charts.d.plugin: better debug msg for obsolete modules * /collectors/charts.d.plugin: better debug msg for obsolete modules * /collectors/charts.d.plugin: use `replaced by` instead of `obsolete by` * add BREAKING_CHANGES.md and mention removing deprecated bash modules there
Diffstat (limited to 'BREAKING_CHANGES.md')
-rw-r--r--BREAKING_CHANGES.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/BREAKING_CHANGES.md b/BREAKING_CHANGES.md
new file mode 100644
index 0000000000..5b741ad54b
--- /dev/null
+++ b/BREAKING_CHANGES.md
@@ -0,0 +1,3 @@
+# Breaking Changes
+
+- remove deprecated bash modules (`apache`, `cpu_apps`, `cpufreq`, `exim`, `hddtemp`, `load_average`, `mem_apps`, `mysql`, `nginx`, `phpfpm`, `postfix`, `squid`, `tomcat`) [[#7962](https://github.com/netdata/netdata/pull/7962)]