summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-08-03Fix Travis CI and remove deprecated/removed builds that have no upstream LXC ↵James Mills
image (#9630)
2020-08-03Fetch libbpf from netdata fork (#9637)Vladimir Kobal
2020-08-03Require cloud build to succeed in make dist checks. (#9218)Austin S. Hemmelgarn
* Require cloud build to succeed in make dist checks. * perform dist check the same way we normally do builds. The default behavior in `kickstart.sh` is to run `install-required-packages.sh` with just the `netdata` package set, and we don't even document how to make it run with `netdata-all`, so a vast majority of users will only be running using the `netdata` package set. * More accurately recreate the environment a user would be building in. We should be testing our distfiles against our current version of `install-required-packages.sh`, not some pre-generated test image that we have to manage ina separaterepo. Also, disable telemetry for the test build so we don't accidentally pollute the stats.
2020-08-03[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-08-03[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-08-03[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-08-03[ci skip] create nightly packages and update changelognetdatabot
2020-08-02[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-08-02[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-08-02[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-08-02[ci skip] create nightly packages and update changelognetdatabot
2020-08-01[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-08-01[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-08-01[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-08-01[ci skip] create nightly packages and update changelognetdatabot
2020-07-31Adjust check-kernel-config.sh to run in bash (#9633)Steve8291
Fix reference to bash on ebpf documentation.
2020-07-31Add 1.23.1 and 1.23.0 to news section (#9518)Joel Hans
* Add 1.23.1 and 1.23.0 to news section * Add link * Add 1.23.2
2020-07-31[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-07-31[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-07-31[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-07-31[ci skip] create nightly packages and update changelognetdatabot
2020-07-30Add documentation to provide a comprehensive guide for package maintainers ↵Austin S. Hemmelgarn
(#9467) * Initial commit of manual build guide. * Clean up header per suggestion from @joelhans Co-authored-by: Joel Hans <joel.g.hans@gmail.com> * Add GA tag per request from @joelhans Co-authored-by: Joel Hans <joel.g.hans@gmail.com> * Add simple description to metadata tags. * Elaborate on why we need a custom libmosquitto. * Update wording WRT manual install. * Add more info about LWS requirements. * Formatting fixes. * Fix typo. Co-authored-by: Joel Hans <joel.g.hans@gmail.com>
2020-07-30Fix netdata.spec.in default permissions for /usr/libexec/netdata (#9621)Adrien Mahieux
2020-07-30Added eBPF collector support to DEB and RPM packages. (#9628)Austin S. Hemmelgarn
* Add DEB/RPM package build tests to Travis. * Add working support for bundling eBPF in binary packages. * Show stdout and stderr from commands run in LXC. * Add proper bundling code for libbpf. * Use AC_CHECK_FILE for libbpf.a external dep. This way it gets properly logged in both configure output and the configure log.
2020-07-30[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-07-30[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-07-30[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-07-30[ci skip] create nightly packages and update changelognetdatabot
2020-07-29Read socket information from kernel ring (#9549)thiagoftsm
Read socket information from kernel ring.
2020-07-29[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-07-29[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-07-29[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-07-29[ci skip] create nightly packages and update changelognetdatabot
2020-07-28Implemented multihost database (#9556)Stelios Fragkakis
* Hard code a node for non-legacy multidb test Skip dbengine initialization for new incoming children Add code to switch to multidb ctx when accessing the dbengine * When a non-legacy streaming connection is detected, use the multidb metadata log context * Clear the superblock memory to avoid random data written in the metadata log * Activate the host detection during compaction Activate the host detection during metadata log chart updates Keep the host in the user object during replay of the HOST command * Add defaults for health / rrdpush on HOST metadata replay Check for legacy status on host creation by checking is_archived and if not conclusive, call is_legacy_child() Use defaults from the stream.conf * Count hosts only if not archived When host switches from archived to active update rrd_hosts_available Remove archived hosts from charts and info * Change parameter from "multidb disk space" to "dbengine multihost disk space" Remove unused variables Fix compilation error when dbengine is disabled Fix condition for machine_guid directory creation under cache_dir * Enable multidb disk space file creation. * Stop deleting dimensions when rotating archived metrics if the dimension is active in a different database engine. * Fix old bug in the code that confused obsolete hosts with orphan hosts. * Do not delete multi-host DB host files. * Discard dbengine state when a legacy memory mode instantiates to avoid inconsistencies. * Identify metadata that collide with non-dbengine memory mode hosts and ignore them. * Handle non-dbengine localhost with dbengine archived charts in localhost and streaming. * Ignore archived hosts in streaming. * Add documentation before merging to master. Co-authored-by: Markos Fountoulakis <markos.fountoulakis.senior@gmail.com>
2020-07-28[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-07-28[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-07-28[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-07-28[ci skip] create nightly packages and update changelognetdatabot
2020-07-27Addd sandboxing exception for `/run/netdata`. (#9613)Austin S. Hemmelgarn
This marks `/run/netdata` as writable in our systemd unit files so that users who are listening on a UNIX socket in the 'standard' location can do so witout the sandboxing getting in their way.
2020-07-27python.d/gearmand: handle func prefixes in `status\n` response (#9610)Ilya Mashchenko
2020-07-27Stop mdstat collector from looking up archived charts. (#9583)Markos Fountoulakis
2020-07-27[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-07-27[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-07-27[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-07-27[ci skip] create nightly packages and update changelognetdatabot
2020-07-26Add alarms for FreeBSD interface errors (#8340)Lasse Bang Mikkelsen
Based on net.drops alarms.
2020-07-26[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-07-26[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-07-26[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-07-26[ci skip] create nightly packages and update changelognetdatabot