summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2020-01-14Control introduction of new languages in docs translation (#7722)Chris Akritidis
Explicitly specify which translations to include in the docs localization options. We need that in order to run a proper test of a new language, before we show the option for it. Previously, we automatically added any new languages present in the netdata/localization project, without ensuring that: - An option for the language appears on the language selection menu - The links in the new language are valid (`checklinks.sh` script)
2020-01-13Fixes for pfSense Installation (#7665)James Mills
* Fix URL to Python36 package * Fix URL to netdata package
2020-01-13[Package i386 RPM][Build latest] Package build process triggernetdatabot
2020-01-13[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-01-13[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-01-13[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-01-13[ci skip] create nightly packages and update changelognetdatabot
2020-01-12[Package i386 RPM][Build latest] Package build process triggernetdatabot
2020-01-12[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-01-12[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-01-12[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-01-12[ci skip] create nightly packages and update changelognetdatabot
2020-01-11[Package i386 RPM][Build latest] Package build process triggernetdatabot
2020-01-11[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-01-11[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-01-11[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-01-11[ci skip] create nightly packages and update changelognetdatabot
2020-01-10Add support for different .rtreport format (#7705)Lucas Rolff
2020-01-10[Package i386 RPM][Build latest] Package build process triggernetdatabot
2020-01-10[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-01-10[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-01-10[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-01-10[ci skip] create nightly packages and update changelognetdatabot
2020-01-09fix remote write value with average data source (#7694)Dylan Wang
2020-01-09error exit when rrdhost localhost init fails #7504 (#7663)Timo
* error exit when rrdhost localhost init fails #7504
2020-01-09Fix unclosed brackets in softnet alarm (#7693)Dylan Wang
2020-01-09General fixes to the installer. (#7698)Austin S. Hemmelgarn
* Don't assume `netdata` is in ${PATH} when restarting. * Actually capture the output of where `nologin` is.
2020-01-09Update PR labeling to not depend on fork owner access. (#7699)Austin S. Hemmelgarn
This updates the PR labeling via GHA to not depend on the access level of the owner of the PR relative to the repository, which should finally make it work correctly.
2020-01-09Send host labels via exporting connectors (#7554)Vladimir Kobal
* Add labels to the JSON exporting connector * Add labels to the Graphite exporting connector * Add labels to the OpenTSDB telnet exporting connector * Add labels to the OpenTSDB HTTP exporting connector * Replace control characters in JSON strings * Add unit tests
2020-01-09Switch to using the netdatabot access token for actions. (#7697)Austin S. Hemmelgarn
This updates the access token in the labeler action to use permissions of the netdatabot account instead of using the generic access token provided by GitHub. This allows the labeling to work correctly even for forks owned by people who do not have write access to the repo.