aboutsummaryrefslogtreecommitdiff
path: root/admin/netdata/patches
Commit message (Collapse)AuthorAge
* netdata: update to version 1.33.1Michal Vasilek2022-03-10
| | | | | | | | | | | | | | | | | | | | | | - Switch to upstream's release tarball Requires to add PKG_BUILD_DIR since netdata is extracted to the folder netdata-v1.33.1 instead of the previous solution where there was missing v - Disable anomaly detection by default This avoids adding a new dependencies to netdata Fixes: Package netdata is missing dependencies for the following libraries: libatomic.so.1 libstdc++.so.6 - Add FreeBSD patch to have smaller package and to avoid clutter in WebUI Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz> [add commit message, add FreeBSD patch] Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* netdata: update to version 1.28.0Josef Schlehofer2020-12-26
| | | | | | Refreshed patches and removed one backported patch Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* netdata: update to version 1.26.0Josef Schlehofer2020-10-16
| | | | | | | | | | | Disable ebpf plugin as in OpenWrt there is no package libbpf. - With that, I need to introduce patch, which is not merged into netdata, yet. Without it, I still got during cross-compilation this error: checking for externaldeps/libbpf/libbpf.a... configure: error: cannot check for file existence when cross compiling - And yes, the flag was there. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* admin/netdata: Update to 1.22.1Daniel Engberg2020-05-14
| | | | | | | | | | Update netdata to 1.22.1 Disable cloud functionality Shoehorn patches from FreeBSD's ports repo Remove cloud notifications and netdata's self-update feature json-c is no longer optional Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* netdata: Update to version 1.17.1Josef Schlehofer2019-09-26
| | | | | | | | | | Patch 002 - Force Python3 is no longer applying, let's try to throw it away to see if it is still necessary Patch 003 - Was backported from the master branch and it was included in Netdata version 1.17.0 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* netdata: Add patch to disable optional librariesDaniel Engberg2019-08-23
| | | | | | Netdata adds optional libraries if found, add patch (PR#6658) to avoid pulling in unnecessary libraries. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* netdata: update to version 1.16.0Josef Schlehofer2019-07-21
| | | | | | | | - Add dependencies: libopenssl, liblz4 - Correct SPDX License Identifier - Change URL of the website Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* netdata: update to version 1.14.0Josef Schlehofer2019-04-27
| | | | | | | | - Add @BKPepe and @diizzyy as maintainers - Add PKG_CPE_ID - Modify 2nd patch Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* netdata: update to version 1.11.1Josef Schlehofer2018-12-04
| | | | | | | | | | | 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>
* netdata: Update to 1.11.0Daniel Engberg2018-11-08
| | | | | | Update netdata to 1.11.0 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* admin/netdata: Update to 1.5.0Daniel Engberg2017-02-04
| | | | | | | | | * Update to 1.5.0 * Refresh patches * Make config file more usable out of the box * Adjust a few default settings Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* netdata: Streamline packageDaniel Engberg2016-10-20
* Change maintainer to myself, asked by current maintainer * Remove atomic workaround, it's been fixed upstream in 1.4.0 * Install all plugins, disable those that depends on external applications * Remove bundled pyYAML library, use package if you want to use python plugins * Remove "unused" files in webdata directory, saves about 900k Downside is that some _very_ old browsers might break however since netdata is very heavy on javscript you still need a somewhat recent one anyway to get a decent experience. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>