Ilya Mashchenko
Ilya Mashchenko
##### Summary Should be merged after v1.36.0 is out. --- This PR removes the following modules ([v1.36.0 deprecation notice](https://github.com/netdata/netdata/releases/tag/v1.36.0#v1360-deprecation-notice)): - [python.d/postgres](https://github.com/netdata/netdata/tree/v1.36.0/collectors/python.d.plugin/postgres) ##### Test Plan - check errors during installation. -...
Which messes things up on the netdata dashboard. We need to disable/filter stuff and provide only the summary by default. As an test data input we need to use data...
### Problem The current application's detection logic is non-existent in fact. We rely on a list of predefined jobs for every data collection module (e.g [apache.conf](https://github.com/netdata/go.d.plugin/blob/cdc567315a86ffe55faffc324e98daf8691f912c/config/go.d/apache.conf#L156-L161), [mysql.conf](https://github.com/netdata/go.d.plugin/blob/cdc567315a86ffe55faffc324e98daf8691f912c/config/go.d/mysql.conf#L89-L136)). pros: - very...
### Problem Running apps as containers is pretty common these days. Configuring data collection jobs using configuration files is far from user-friendly due to the container's dynamic nature. ### Description...
`http://my-netdata.io/` technically works, but it redirects to `https://netdata.cloud/`. I think it is better to update the website link.
This fix is part of netdata/netdata#12641
For syntax error `yamllint` uses `yaml.parse` https://github.com/adrienverge/yamllint/blob/542ae758f5de70a37c6c322c16b83b92fdc008bc/yamllint/linter.py#L177-L179 It doesnt catch errors like: ```yaml key: !!bool value ``` I agree that it is not syntax error, but i think it would...
An attempt to keep the list up to date
This PR bumps the sd image to [v0.2.6](https://github.com/netdata/agent-service-discovery/releases/tag/v0.2.6).
I am not sure we need a specific section for Slack. Since it hasn't been working - should we just remove it instead? If yes, this PR should be closed...