summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-01-18Use libnetdata/required_dummies.h in collectors. (#11971)vkalintiris
2022-01-18remove "component" from PR template (#11988)Ilya Mashchenko
2022-01-18[ci skip] create nightly packages and update changelognetdatabot
2022-01-17fix(updater): checksum validation for static build (#11986)Ilya Mashchenko
2022-01-17Add localhost hostname to the edit_command (#11793)Emmanuel Vasilakis
* include localhost hostname in edit_command * since the edit_command now contains the localhost name, dont pass it again to the script
2022-01-17Bump lodash from 4.17.19 to 4.17.21 (#11976)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-17fix(python.d): ignore decoding errors in ExecutableService (#11979)Ilya Mashchenko
2022-01-15[ci skip] create nightly packages and update changelognetdatabot
2022-01-14Better handle creation of UUID for claiming. (#11974)Austin S. Hemmelgarn
* Properly check for the availability of `uuidgen` before blindly using it. * Fall back on Linux to the kernel-provided interface for generating UUIDs if `uuidgen` is not present. * Provide a more useful error message if we can’t use either option.
2022-01-14Bump follow-redirects from 1.13.2 to 1.14.7 (#11972)dependabot[bot]
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.2 to 1.14.7. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.13.2...v1.14.7) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-14Bump engine.io from 4.1.0 to 4.1.2 (#11968)dependabot[bot]
Bumps [engine.io](https://github.com/socketio/engine.io) from 4.1.0 to 4.1.2. - [Release notes](https://github.com/socketio/engine.io/releases) - [Changelog](https://github.com/socketio/engine.io/blob/4.1.2/CHANGELOG.md) - [Commits](https://github.com/socketio/engine.io/compare/4.1.0...4.1.2) --- updated-dependencies: - dependency-name: engine.io dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-14Free claim_id (#11973)Emmanuel Vasilakis
2022-01-14Perform a host metadata update on reconnection (#11965)Stelios Fragkakis
2022-01-14fix aclk chart description (#11970)Timotej S
2022-01-14[ci skip] create nightly packages and update changelognetdatabot
2022-01-13Fixed formatting (#11943)Tina Luedtke
* Fixed formatting * Revert to <!-- --> frontmatter syntax
2022-01-13Ignore clangd cache directory. (#11803)vkalintiris
2022-01-13Use absolute features when doing training/prediction. (#11876)vkalintiris
Use absolute features when doing training/prediction.
2022-01-13Remove bitfields from rrdhost. (#11964)vkalintiris
The order of the fields makes the bitfields irrelevant in this case.
2022-01-13Find host and pass health_enabled to cloud health log message (#11960)Emmanuel Vasilakis
2022-01-13Improved the code example in SNMP v3 documentation (#11959)Tina Luedtke
* Updated SNMP v3 documentation * Updated the example code to match @ilyam8's suggestion
2022-01-13Send the cloud protocol used to posthog (#11842)Emmanuel Vasilakis
* send analytics for cloud protocol used * add aclk-available-protocol to api/v1/info * fix build with --disable-cloud * remove aclk_legacy and aclk_ng define checks
2022-01-13[ci skip] create nightly packages and update changelognetdatabot
2022-01-12Add a missing capability for the perf plugin (#11958)Vladimir Kobal
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2022-01-12fix(nfacct.plugin): Netfilter accounting data collection (#11951)Ilya Mashchenko
2022-01-12fix(nfacct.plugin): Netfilter accounting charts priority (#11952)Ilya Mashchenko
2022-01-12python.d/nvidia_smi: add bar1 chart (#11956)Pierre Bouchez
2022-01-12[ci skip] create nightly packages and update changelognetdatabot
2022-01-11fix: add a note that netfilter's `new` and `ignore` counters are removed in ↵Ilya Mashchenko
the latest kernel (#11950)
2022-01-11Try to find worker thread from parked ones (#11928)Emmanuel Vasilakis
2022-01-11ACLK-NG remove 'cmd' switch by message type (#11866)Timotej S
* remove legacy protocl rx msg switch
2022-01-11Fix time_t format (#11897)Vladimir Kobal
2022-01-11Allow PushBullet notifications to be sent to PushBullet channels (#11850)sourcecodes2
Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2022-01-11Fix cmake build (#11862)Vladimir Kobal
2022-01-11Fix a broken link in dashboard_info.js (#11948)Fotis Voutsas
2022-01-11[ci skip] create nightly packages and update changelognetdatabot
2022-01-10fix retrieving service commands without failure (#11947)maneamarius
Co-authored-by: Marius Manea <marius@netdata.com>
2022-01-10Add support to updater for updating native DEB/RPM installs with our ↵Austin S. Hemmelgarn
official packages. (#11753) * Restructure update type detection. * Add proper handling for binary package installs. * Add proper support for per-arch static installs. * Address review feedback. * Improved error messages for unsupported install types. * Fixed install type detection for static builds. * Improve handling around custom installs.
2022-01-10update_libbpf: Add new libbpf version (#11865)thiagoftsm
2022-01-10Don't check for symbols in libaws-cpp-sdk-core (#11867)Vladimir Kobal
2022-01-10Update dependencies for the pubsub exporting connector (#11872)Vladimir Kobal
2022-01-10Fix unit tests for Prometheus remote write exporting connector (#11883)Vladimir Kobal
2022-01-10Fix compilation warnings (#11846)Vladimir Kobal
2022-01-10Fix cachestat on kernel 5.15.x (eBPF) (#11833)thiagoftsm
2022-01-10Postgres: mat. views considered as tables in table size/count chart (#11816)Nikolay Samokhvalov
2022-01-10Postgres: use block_size instead of 8*1024 (#11815)Nikolay Samokhvalov
2022-01-10fix tps decode, add memory usage chart (#11797)neotf
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2022-01-10add bug report form (#11891)Ilya Mashchenko
2022-01-05[ci skip] create nightly packages and update changelognetdatabot
2022-01-04fix configure syntax error (#11937)Timotej S