netdata: add new package
authorSebastian Careba <[email protected]>
Thu, 12 May 2016 08:43:49 +0000 (11:43 +0300)
committerEtienne CHAMPETIER <[email protected]>
Sat, 2 Jul 2016 10:01:15 +0000 (10:01 +0000)
commitdad2cd4f4bbbb6a3c2a35ecb5787fe8b2166580f
tree8d4957bce93a41c6e0486a27ccf7b5eda0bd5d58
parent2bdc3323fe2ada09e16ebc3b712d7278f328be73
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 <[email protected]>
Signed-off-by: Sebastian Careba <[email protected]>
[squash commits, change PKG_VERSION]
Signed-off-by: Etienne CHAMPETIER <[email protected]>
admin/netdata/Makefile [new file with mode: 0644]
admin/netdata/files/netdata.conf [new file with mode: 0644]
admin/netdata/files/netdata.init [new file with mode: 0644]