summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-03-17New thread for ebpf.plugin thiagoftsm
Add monitoring to `sync` syscall
2021-03-17Rename abs to ABS to avoid clash with standard definitions. Fixes #10353. ↵Tomáš Kopal
(#10354)
2021-03-17Adds _aclk_impl label (#10778)Timotej S
* add _aclk_impl label for cloud * aclk_otp removes unneeded include
2021-03-17Add processes and move clamav (#9313)Steve8291
2021-03-17add a dump_methods parameter to alarm-notify.sh.in (#10772)Emmanuel Vasilakis
2021-03-17[ci skip] create nightly packages and update changelognetdatabot
2021-03-16health: add `wmi_` prefix to the wmi collector network alarms (#10782)Ilya Mashchenko
2021-03-16add k6.conf (#10733)Odysseas Lamtzidis
* add k6.conf * Update collectors/statsd.plugin/k6.conf Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> * fixes for Ilya Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2021-03-16web/gui: add max value to the nvidia_smi.fan_speed gauge (#10780)Ilya Mashchenko
2021-03-16Fix typo in dashboard_info.js (#10775)Ikko Ashimine
occured -> occurred
2021-03-16health/: fix various alarms critical and warning thresholds hysteresis (#10779)Ilya Mashchenko
2021-03-16health: make vernemq alarms less sensitive (#10770)Ilya Mashchenko
2021-03-16Add guide: Unsupervised anomaly detection for Raspberry Pi monitoring (#10713)Joel Hans
* Init guide * Tweaks * Finalize draft
2021-03-16Fixed Travis config issues related to new packaging workflows. (#10774)Austin S. Hemmelgarn
2021-03-16Adds ACLK-NG as fallback(#10315)Timotej S
* adds a new implementation of ACLK written almost from scratch * external dependencies only OpenSSL and JSON-C * fallback for systems where ACLK Legacy can't build (for technical or philosophical reasons) * can be forced to build by giving "--aclk-ng" to the installer
2021-03-16[ci skip] create nightly packages and update changelognetdatabot
2021-03-15Enable metadata persistence in all memory modes (#10742)Stelios Fragkakis
2021-03-15Fixed handling of perf.plugin capabilities. (#10766)Austin S. Hemmelgarn
CAP_PERFMON is only available with Linux kernel 5.8 or newer, and needs a sufficiently up-to-date userspace to be able to set it. With this change, we fall back to CAP_SYS_ADMIN (which CAP_PERFMON is a proper subset of) if we cannot set CAP_PERFMON for the perf plugin.
2021-03-15Docker-based packaging workflow in GitHub Actions. (#9964)Austin S. Hemmelgarn
* Add a new GHA workflow for building and publishing binary packages. This greatly simplifies the package handling code, significantly reduces the amount of things we are running in Travis, adds better CI for package builds for PRs, finally eliminates LXC from any of our CI, and enables us to make further major improvements much easier. * Migrate repo cleanup to GHA and remove dead code. * Fix RPM package builds. * Fix DEB installation.
2021-03-15[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2021-03-15[Package i386 DEB][Build latest] Package build process triggernetdatabot
2021-03-15[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2021-03-15[ci skip] create nightly packages and update changelognetdatabot
2021-03-14[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2021-03-14[Package i386 DEB][Build latest] Package build process triggernetdatabot
2021-03-14[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2021-03-14[ci skip] create nightly packages and update changelognetdatabot
2021-03-13[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2021-03-13[Package i386 DEB][Build latest] Package build process triggernetdatabot
2021-03-13[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2021-03-13[ci skip] create nightly packages and update changelognetdatabot
2021-03-12dashboard@v2.13.28 (#10761)Jacek Kolasa
2021-03-12Support VS Code container devenv (#10723)Odysseas Lamtzidis
* add devcontainer.json for devenv * add devenv file
2021-03-12Fixed handling of permissions for some plugins. (#10490)Austin S. Hemmelgarn
* Removed pointless capabilities in our RPM spec file. * Shifted slabinfo and perf plugins to use proper capabilties instead of being SUID root.
2021-03-12 Fix wrong count of paramteres (#10564)thiagoftsm
2021-03-12collectors/cgroups: fix cpuset.cpus count (#10757)Ilya Mashchenko
2021-03-12comment out memory mode mention in example (#10751)Odysseas Lamtzidis
2021-03-12Add Working Set charts to the cgroups plugin (#10712)Vladimir Kobal
2021-03-12[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2021-03-12[Package i386 DEB][Build latest] Package build process triggernetdatabot
2021-03-12[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2021-03-12[ci skip] create nightly packages and update changelognetdatabot
2021-03-11web/gui: add supervisord to the dashboard_info.js (#10754)Ilya Mashchenko
2021-03-11Add state map to duplex and operstate charts (#10752)Vladimir Kobal
2021-03-11[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2021-03-11[Package i386 DEB][Build latest] Package build process triggernetdatabot
2021-03-11[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2021-03-11[ci skip] create nightly packages and update changelognetdatabot
2021-03-11Fixed detection of already claimed node in Docker images. (#10720)Austin S. Hemmelgarn
The name of the path we are checking was incorrect. Credit to @ilyam8 for noticing this.
2021-03-10Skip C++ incompatible header in main libnetdata header (#10737)vkalintiris