Commit Graph

14 Commits

Author SHA1 Message Date
Daniel Engberg ee64c4f405 admin/netdata: Update to 1.10.0
Update netdata to 1.10.0
Refresh config

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-01 21:35:50 +02:00
Daniel Engberg fdb5f9a081 admin/netdata: Update to 1.9.0
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>
2018-01-10 01:43:39 +01:00
Daniel Engberg 080664867a admin/netdata: Update to 1.8.0
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>
2017-09-19 00:12:15 +02:00
Daniel Engberg 4cf17672d4 admin/netdata: Update to 1.7.0
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>
2017-07-19 10:35:40 +02:00
Daniel Engberg 6c6e6428f6 admin/netdata: Update to 1.6.0
Update netdata to 1.6.0

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-03-21 13:41:39 +01:00
Daniel Engberg 86f4540478 admin/netdata: Update to 1.5.0
* 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>
2017-02-04 09:27:52 +01:00
Daniel Engberg 2deac43fdf netdata: Make netdata less noisy during startup
Disables proc entries that aren't available/enabled by default in LEDE/OpenWRT

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-11-10 04:53:36 -06:00
Daniel Engberg 8b12ee4152 netdata: Streamline package
* 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>
2016-10-20 02:59:48 -05:00
nitroshift 77e9cba6f1 Netdata: update to v. 1.4.0
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
2016-10-10 12:46:03 +03:00
diizzyy 4b122db843 netdata: disable atomic instructions
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>
2016-09-29 08:43:46 +02:00
diizzyy 28e38075b0 netdata: update to 1.3.0 and use procd init
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>
2016-09-28 00:41:26 +02:00
nitroshift 0c5ec0ac92 Netdata: update to 1.2.0
Also added required dependency: libuuid

Signed-off-by: Sebastian Careba <nitroshift@yahoo.com>
2016-08-11 15:05:35 +03:00
Stephen Walker a53bf7192b packages: cleanup Makefile variables
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>
2016-07-09 14:50:58 -04:00
Sebastian Careba dad2cd4f4b netdata: add new package
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>
2016-07-02 10:01:15 +00:00