summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-01-21Issue 7488 docker labels (#7770)Andrew Moss
Improve the metadata detection for containers. The system_info structure has been updated to hold separate copies of OS_NAME, OS_ID, OS_ID_LIKE, OS_VERSION, OS_VERSION_ID and OS_DETECTION for both the container environment and the host. This new information is communicated through the /api/v1/info endpoint. For the streaming interface a partial copy of the info is carried until the stream protocol is upgraded. The anonymous_statistics script has been updated to carry the new data to Google Analytics. Some minor improvements have been made to OS-X / FreeBSD detection, and the detection of virtualization. The docs have been updated to explain how to pass the host environment to the docker container running Netdata.
2020-01-21[ci skip] create nightly packages and update changelognetdatabot
2020-01-21Added reviewdog/shellcheck to CI via Github Actions on changed shell scripts ↵James Mills
in PRs (#7795)
2020-01-21Fixed install on FreeBSD systems with non GNU sed (do't use -i) (#7796)James Mills
2020-01-20add swagger docu for `fixed_width_lbl` and `fixed_width_val` (#7764)Timo
* add swagger docu for `fixed_width_lbl` and `fxed_width_val`
2020-01-19[ci skip] create nightly packages and update changelognetdatabot
2020-01-18Remove unnessecary `echo` call in updater. (#7783)Austin S. Hemmelgarn
This was left over from testing, and I forgot to remove it before merging the changes needed to make the updater work for static installs.
2020-01-18[ci skip] create nightly packages and update changelognetdatabot
2020-01-18Cleanup packaging/makeself/build-x86_64-static.sh to use /bin/sh and remove ↵James Mills
use of sudo (#7725)
2020-01-18Do not alert the #automation channel on checksum failures that will fail a ↵James Mills
PR in CI anyway (#7733)
2020-01-17Improve styling of documentation site and use Algolia search (#7753)Joel Hans
* Improve styling and add Netdata logo * More CSS fixes, add Algolia search * Remove -v from cp to make output less messy * Cleanup and making more CSS improvements * Tweaks and fixed badges * Links and sidebar widths * Better search result styling * Additional CSS tweaks * Responsiveness improvements * Converting back to flexbox, a few other tweaks * Finish comment
2020-01-17Fix CSV -> SSV in docs (#7782)cosmix
2020-01-17Fix a Coverity issue (#7780)Vladimir Kobal
2020-01-17Fix libuv IPC pipe cleanup problem (#7778)Markos Fountoulakis
* Fix libuv IPC pipe cleanup problem
2020-01-17Add a missing parameter to the allmetrics endpoint in Swagger Editor (#7776)Vladimir Kobal
2020-01-17Alarm Log labels (#7548)thiagoftsm
* alarm_log_with_labels: Alarm Log Rebase of alarm log to commit against master * alarm_log_with_labels: Remove lock This commit removes unecessary locks from health_log * alarm_log_with_labels: Restore and Rebase Remove previous changes and rebase the PR * alarm_log_with_labels: Unique line This commit brings an unique line to alarm log * alarm_log_with_labels: Correct separator This log file uses tabulation instead comma * alarm_log_with_labels: Fix memory leak There was a missing call for buffer_free
2020-01-17[ci skip] create nightly packages and update changelognetdatabot
2020-01-17Fix the formatting of the trailer line in the Debian changelog template. (#7763)Austin S. Hemmelgarn
As per the Debian Policy Manual, section 4, sub-section 4, the trailer line containing the maintainer information and the date in the changelog file must have a single space preceding the two dashes that mark the start of the line. This fixes warnings in the package build process, as well as enabling the builds to work with older more pedantic versions of dpkg-buildpackage.
2020-01-17Fixes support for read-only /lib on SystemD systems like CoreOS in ↵James Mills
kickstart static64 (#7726) * Fix formatting of functions.sh and errors found by shellcheck * Added support for other SystemD systems where /lib is read-only (e.g: CoreOS) * Fix minor typo(s)/grammar with safe_256sum() function * Fix shellcheck warnings in safe_256sum() function * Update the md5sum of the kickstart-static64.sh script in our docs to match
2020-01-17Limit PR labeler runs to the main repo. (#7768)Austin S. Hemmelgarn
2020-01-16on cloud error, inform user to update their netdata. (#7750)Jacek Kolasa
* on cloud error, inform user to update their netdata. * capitalize Netdata in error message Co-Authored-By: Joel Hans <joel.g.hans@gmail.com> * main.js: change "netdata.cloud" to "Netdata Cloud" in error message Co-authored-by: Joel Hans <joel.g.hans@gmail.com>
2020-01-16Filter out lxc cgroups which are not useful (#7760)Vladimir Kobal
2020-01-16Restrict quotes in label values (#7594)thiagoftsm
* quotes_labels: Restrict quotes This commit brings the restriction for the values that will not be allowed to have quotes * quotes_labels: Documentation This commit brings update to the documentation * quotes_labels: Missing comma This commit brings a missing comma for the documentation * quotes_labels: Rename variable The variable was renamed to let code more readable * quotes_labels: call function There was a missing call in our utf-8 function, this commit fixes this * quotes_labels: Remove segmentation fault The previous code could result in a segmentation fault depending of the label size, this commit removes this possibility * quotes_labels: remove unecessary UTF-8 Considering that I am testing all addresses, I am removing the UTf-8 call * quotes_labels: Rename variable This commit renames variable according to documentation * quotes_labels: Comparison to function this commit converts the comparison to test labels to an unique function * quotes_labels: Restore name The new name was breaking compatibility with the structure value * quotes_labels: Rename function Rename the function to keep an unique pattern * quotes_labels: Restore previous utf-8 library * quotes_labels: Remove missing file * quotes_labels: Fix grammar Fix grammar documentation * quotes_labels: Missing comparison This commit brings the two missing characters that must be rejected from value * quotes_labels: Fix grammar again Fix grammar documentation
2020-01-16Move the script for installing required packages into the main repo. (#7563)Austin S. Hemmelgarn
* Move the script for installing required packages into the main repo. Based on discussion with Costa. Most of what this script is actually used for directly is in the main repo anyway, so it makes more sense to have it there so that any changes get reviewed properly. * Fix typo in RPM package build setup.
2020-01-16Adds a Dockerfile.docs for more easily and reproducibly building/rebuilding ↵James Mills
docs (#7688) * Added a Dockerfile.docs for more easily and reproducibly building/rebuilding docs. * Update the docs for contributing / rebuilding the docs locally * Add SRE Team as code owners of all Dockerfile(s)
2020-01-16[Package i386 RPM][Build latest] Package build process triggernetdatabot
2020-01-16[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-01-16[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-01-16[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-01-16[ci skip] create nightly packages and update changelognetdatabot
2020-01-15multiple files: fix typos (#7752)Lucas Gabriel Schneider
2020-01-15Update stop-notifications-alarms.md (#7737)Yashar Nesabian
fix a repetitive word
2020-01-15Fix a check for nfnetlink_conntrack.h (#7727)Vladimir Kobal
2020-01-15installer: include go.d.plugin version v0.14.1 (#7732)Ilya Mashchenko
* packaging: update go.d.plugin checksums * packaging: update go.d.plugin version to 0.14.1
2020-01-15[Package i386 RPM][Build latest] Package build process triggernetdatabot
2020-01-15[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-01-15[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-01-15[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-01-15[ci skip] create nightly packages and update changelognetdatabot
2020-01-14Reduce broken pipe errors (#7588)thiagoftsm
* tc_broken_pipe: Add exit to tc-qos-helper.sh.in When Netdata received a kill -9 the script started from tc plugin using pipe stayed alive writting broken pipe, this PR reduces the number of messages * tc_broken_pipe: Missing exit This commit brings exit for lines that were not reporting errors
2020-01-14Make auto-updates work on kickstart-static64 installs. (#7704)Austin S. Hemmelgarn
* Store only the options for reinstall, not the full command. This simplifies handling of updates with the static installer. * Properly utilize the updater for static installs. * Disable auto-updater when using local files. If using local files, we can probably assume a system without a network connection, so don't enable the auto-updater. * Document support for auto-updates from kickstart-static64 * Fix infinite loop in auto-update option. * Update kickstart-static64 checksum in docs. * Remove unnecessary `sed` argument. Co-Authored-By: Konstantinos Natsakis <5933427+knatsakis@users.noreply.github.com> Co-authored-by: Konstantinos Natsakis <5933427+knatsakis@users.noreply.github.com>
2020-01-14.travis.yml: Reduce notifications (#7714)Konstantinos Natsakis
2020-01-14Stream with labels (#7549)thiagoftsm
This commit enables streaming host labels
2020-01-14Tweaks and linter fixes (#7407)Joel Hans
2020-01-14Docs: Linter fixes for main README (#7526)Joel Hans
* Linter fix pass * Fixing last emphasis
2020-01-14[Package i386 RPM][Build latest] Package build process triggernetdatabot
2020-01-14[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-01-14[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-01-14[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-01-14[ci skip] create nightly packages and update changelognetdatabot