aboutsummaryrefslogtreecommitdiff
path: root/admin/netdata
Commit message (Collapse)AuthorAge
* 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 1.16.1, disable https and dbengineDaniel Engberg2019-08-12
| | | | | | | | | | Disable https and dbengine to get rid of openssl and liblz4 Add (lib)json-c as dependency Disable anonymous statistics sent to Google Analytics Source: https://github.com/netdata/netdata/blob/master/docs/anonymous-statistics.md 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: netdata.init: fix indentationYousong Zhou2019-06-21
|
* 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 1.13.0Daniel Engberg2019-03-21
| | | | | Update netdata to 1.13.0 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* netdata: update to version v1.12.2Josef Schlehofer2019-03-02
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* netdata: update to version 1.12.1Josef Schlehofer2019-02-25
| | | | 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>
* netdata: create missing folder /etc/netdata/customs-plugins.dJosef Schlehofer2018-08-06
| | | | | | | | Changes: - added folder /etc/netdata/customs-plugins.d which is set in netdata.conf as 2nd plugin directory Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* admin/netdata: Update to 1.10.0Daniel Engberg2018-04-01
| | | | | | | Update netdata to 1.10.0 Refresh config Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* admin/netdata: Update to 1.9.0Daniel Engberg2018-01-10
| | | | | | | | Update netdata to 1.9.0 O3 optimization which is set as default by upstream Remove myself as maintainer Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* admin/netdata: Update to 1.8.0Daniel Engberg2017-09-19
| | | | | | | Update netdata to 1.8.0 Add back python modules, these are tweaked (modified) for netdata Add additional flags to slim down the binary size Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* admin/netdata: Update to 1.7.0Daniel Engberg2017-07-19
| | | | | | | | Update netdata to 1.7.0 Update URL Clean up some more stray image files (smaller package) Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* admin/netdata: Update to 1.6.0Daniel Engberg2017-03-21
| | | | | Update netdata to 1.6.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: Make netdata less noisy during startupDaniel Engberg2016-11-10
| | | | | | Disables proc entries that aren't available/enabled by default in LEDE/OpenWRT 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>
* Netdata: update to v. 1.4.0nitroshift2016-10-10
| | | | | | | | | | | Maintainer: Sebastian Careba nitroshift@yahoo.com Compile tested: mvebu, WRT1900AC v1 (Mamba), OpenWRT r49953 Run tested: mvebu, WRT1900AC v1 (Mamba), OpenWRT r49953 Description: Updated package to latest release. Signed-off-by: Sebastian Careba nitroshift@yahoo.com
* netdata: disable atomic instructionsdiizzyy2016-09-29
| | | | | | | The auto detection is a bit dodgy and sometimes fails to identify support, disable atomic instruction for now. Fixes #3251 and bumps PKG_RELEASE Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* netdata: update to 1.3.0 and use procd initdiizzyy2016-09-28
| | | | | | | | Update to 1.3.0 Change init.d script to use procd Use release binary instead of git Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* Netdata: update to 1.2.0nitroshift2016-08-11
| | | | | Also added required dependency: libuuid Signed-off-by: Sebastian Careba <nitroshift@yahoo.com>
* packages: cleanup Makefile variablesStephen Walker2016-07-09
| | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* netdata: add new packageSebastian Careba2016-07-02
Netdata (https://github.com/firehol/netdata) is a real-time performance monitoring tool. This submission uses the current Git prerelease, as the latest stable (1.1.0)doesn't build cleanly. The default configuration makes a few changes for OpenWrt: - access log is disabled by default; too verbose for the circular syslog buffer, and logging to /tmp is risky memory-wise. Some sort of external device would be ideal for this. - error and debug logs are sent to OpenWrt's syslog - history and frequency times are halved to reduce memory usage, as recommended in the netdata wiki - external plugins are disabled to eliminate the dependency on bash and node.js. Those could be installed from OpenWrt packages if you wish to enable that functionality. All of those files are still present in the package. The installed size could be reduced by eliminating those files first. Signed-off-by: Claudio Leite <leitec@staticky.com> Signed-off-by: Sebastian Careba <nitroshift@yahoo.com> [squash commits, change PKG_VERSION] Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>