Fix log spam:
daemon.err netdata[2090]: PROCFILE: Cannot open file '/proc/sysvipc/shm'
This is caused by a non existant /proc/sysvipc/shm because of the
CONFIG_PROC_STRIPPED option that is enabled by default in the kernel
generic target config
Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
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>
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>
- Add libuv dependency which is now required. Otherwise during
compiling, I have received this error:
configure: error: libuv required but not found. Try installing 'libuv1-dev' or 'libuv-devel'.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
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 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>
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>
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>
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>
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>
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>
* 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>
* 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>
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>
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 (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>