summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-01-04Remove Ubuntu 21.04 from CI and packaging. (#11851)Austin S. Hemmelgarn
It officially goes EOL on 2022-01-01.
2022-01-04Optimize rx msg name resolution (#11811)Timotej S
* optimize rx msg name resolution
2022-01-04Removes ACLK Legacy (#11841)Timotej S
* remove legacy from makefiles * remove ACLK Legacy from installer * remove ACLK Legacy from configure.ac * remove legacy from cmake * aclk api cleanup * remove legacy files from packaging * changes for CI from Austin
2021-12-31[ci skip] create nightly packages and update changelognetdatabot
2021-12-31Update dashboard to version v2.20.15. (#11934)Netdata bot
Co-authored-by: netdatabot <netdatabot@users.noreply.github.com>
2021-12-23[ci skip] create nightly packages and update changelognetdatabot
2021-12-24nvidia_smi_chart.py : fixed username for not-local users (#11858)Guido
2021-12-23feat(python.d/fail2ban): add "Failed attempts" chart, cleanup (#11825)Ilya Mashchenko
Co-authored-by: Vladimir Kobal <vlad@prokk.net>
2021-12-23fix(claim): set URL_BASE only if `-url` parameter value is not null (#11919)Ilya Mashchenko
2021-12-23Include libatomic twice to allow protobuf to resolve (#11917)Emmanuel Vasilakis
2021-12-23chore: update community link of alert notifications (#11860)Marilena Ioannou
2021-12-22[ci skip] create nightly packages and update changelognetdatabot
2021-12-22fix(ci): install ESLint before running reviewdog/action-eslint (#11922)Ilya Mashchenko
2021-12-22chore(ci): add area/claim to PR labeler (#11926)Ilya Mashchenko
2021-12-22Improve PagerDuty notification doc (#11147)Joel Hans
Co-authored-by: ilyam8 <ilya@netdata.cloud>
2021-12-22Spelling (#10976)Josh Soref
Co-authored-by: Tina Luedtke <kickoke@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2021-12-22Provide runtime ml info from a new endpoint. (#11886)vkalintiris
* Provide runtime ml info from a new endpoint. * Add hosts & charts to skip from ML in the /info endpoint. This information belongs in /info, and not in /ml-info, because the value of these variables can not change at the agent's runtime. * Use strdupz instead of strdup.
2021-12-22Send ML feature information with UpdateNodeInfo. (#11913)vkalintiris
* Send ML feature information with UpdateNodeInfo. We achieve this by adding the `ml_{capable,enabled}` fields in `system_info`. When streaming, these fields allow a parent to understand if the child has ML and if it runs ML for itself. The UpdateNodeInfo includes this information about a child, plus a boolean that is set to true when the parent runs ML for the child. * Fix unit test and building with --disable-ml. * Refactoring to use the new MachineLearningInfo message * Update aclk-schemas repository to include latest ML info message.
2021-12-21[ci skip] create nightly packages and update changelognetdatabot
2021-12-21chore(docs): fix tables side borders (#11923)Ilya Mashchenko
2021-12-21Indicate availability on Gentoo (#7675)Craig Andrews
2021-12-21Fix claim node examples in kickstart(-64) documentation (#11242)Félix-Antoine Fortin
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2021-12-20[ci skip] create nightly packages and update changelognetdatabot
2021-12-20Fix title of exporting reference doc (#11252)Joel Hans
* Fix title of exporting reference doc * Align titles
2021-12-20add note with link to guide for using on Pi (#11605)Andrew Maguire
* add note with link to guide for using on Pi * Update collectors/python.d.plugin/anomalies/README.md Co-authored-by: DShreve2 <david@netdata.cloud> Co-authored-by: DShreve2 <david@netdata.cloud>
2021-12-20Added "==" to the list of expression operators (#11905)David Lane
2021-12-20Fix slight errors (#11902)AR Dabbour
2021-12-20fix(docs): unresolved file references (#11903)Ilya Mashchenko
2021-12-17[ci skip] create nightly packages and update changelognetdatabot
2021-12-17Fi handling of agent restart on update. (#11887)Austin S. Hemmelgarn
2021-12-17Fix the code that checks for available updates. (#11870)Austin S. Hemmelgarn
* Make update availability check it0s own function. And use it to check for updates for static builds too. * Update existing version detection logic to be far more robust. This brings it into consistency with the existing install detection code in the new kickstart script, which correctly handles almost all cases of existing installs. * Fix typo. * Assorted fixes. * Apply suggestions from code review Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2021-12-15[ci skip] create nightly packages and update changelognetdatabot
2021-12-15Don’t verify optional dependencies in build test environments in CI. (#11910)Austin S. Hemmelgarn
This makes the CI jobs less sensitive to external packaging stupidity (like openSUSE making systemd a mandatory dependency of the `sensors` package).
2021-12-15fix getting latest release tag (#11908)maneamarius
Co-authored-by: Marius Manea <marius@netdata.com>
2021-12-14[ci skip] create nightly packages and update changelognetdatabot
2021-12-14[ci skip] release v1.32.1v1.32.11.32.1netdatabot
2021-12-14[netdata patch release] v1.32.1Austin S. Hemmelgarn
2021-12-14Adds Swagger docs for new `/api/v1/aclk` endpoint (#11881)Timotej S
2021-12-13[ci skip] create nightly packages and update changelognetdatabot
2021-12-13Clean up anomaly-detection guide docs (#11901)Andrew Maguire
Update links to the anomaly detection guide.
2021-12-13Bump google-github-actions/upload-cloud-storage from 0.4.0 to 0.5.0 (#11894)dependabot[bot]
Bumps [google-github-actions/upload-cloud-storage](https://github.com/google-github-actions/upload-cloud-storage) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/google-github-actions/upload-cloud-storage/releases) - [Changelog](https://github.com/google-github-actions/upload-cloud-storage/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/upload-cloud-storage/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: google-github-actions/upload-cloud-storage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-13Bump google-github-actions/setup-gcloud from 0.2.1 to 0.3 (#11893)dependabot[bot]
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 0.2.1 to 0.3. - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/master/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v0.2.1...v0.3) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-13Use the chart id instead of chart name in response to incoming cloud context ↵Stelios Fragkakis
queries (#11898)
2021-12-13Moved data privacy section into a separate topic (#11889)Tina Luedtke
To increase visibility of how Netdata Cloud uses data, I moved the data privacy topic into a separate location.
2021-12-13Fixed formatting issues. (#11888)Tina Luedtke
Fixed the indentation of the nested list in the security topic.
2021-12-10[ci skip] create nightly packages and update changelognetdatabot
2021-12-10Minor ACLK docu updates (#11882)Timotej S
* update docs * update netdatacli list * remove implied * Update aclk/README.md Co-authored-by: Tiny <kickoke@users.noreply.github.com> Co-authored-by: Tiny <kickoke@users.noreply.github.com>
2021-12-10Fix postdrop handling for systemd systems. (#11885)Austin S. Hemmelgarn
2021-12-09[ci skip] create nightly packages and update changelognetdatabot
2021-12-09add z score alarm example (#11871)Andrew Maguire
* add z score alarm examples * give examples header titles