summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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.
2020-01-09[Package i386 RPM][Build latest] Package build process triggernetdatabot
2020-01-09[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-01-09[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-01-09[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-01-09[ci skip] create nightly packages and update changelognetdatabot
2020-01-08Switch PR labeling to use GitHub Actions. (#7630)Austin S. Hemmelgarn
This decouples the PR labeling process from the main CI process, allowing them to run completely independenly of each other. The new labeling configuration is based on copying, extending, and correcting the existing labeling rules in the `labeler.sh` script which the commit is removing. Labeling is configured through `.github/labeler.yml` file. Check there for info on the exact format. The exact configuration being used will update labels on PR's whenever one is opened, updated, reopened, or marked ready for review. It will not remove existing labels from the PR, only add new ones.
2020-01-08Fix a syntax error in the packaging functions. (#7686)Austin S. Hemmelgarn
Plain `[]` does not support pattern matching, only `[[]]`.
2020-01-08Add missing quoting in shell scripts. (#7685)Austin S. Hemmelgarn
This fixes an issue introduced by the merge of #7595 which snuck in due to us not using shellcheck on all scripts.
2020-01-08network interface speed, duplex, operstate #5989 (#7395)Stelios Fragkakis
* - Read and process /sys/class/net/XXXX/duplex and /sys/class/net/XXXX/operstate - Create custom variables duplex_state and operstate under the bandwidth chart - Map states to numeric values Duplex state (variable duplex_state) 0 = unknown 1 = half duplex 2 = full duplex Operstate status map (variable operstate) 0 = unknown 1 = notpresent 2 = down 3 = lowerlayerdown 4 = testing 5 = dormant 6 = up * - Fix array size element count! - Return int value - Fix casting warning * - Variable rename duplex_state to duplex * - Move the variable definition out of the loop
2020-01-08Docs: Improve documentation of opting out of anonymous statistics (#7597)Joel Hans
* Added anon stats to installer page * Added notes to other pages * Tweaks to main README and docs homepage * Path fix * Tweak and add to Docker page * Fixing issues from Mansour & Timo * Linter fixes
2020-01-08[Package i386 RPM][Build latest] Package build process triggernetdatabot
2020-01-08[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-01-08[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-01-08[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-01-08[ci skip] create nightly packages and update changelognetdatabot
2020-01-07Restore support for protobuf 3.0 (#7683)Vladimir Kobal
2020-01-07Update handling of shutdown of the Netdata agent on update and uninstall. ↵Austin S. Hemmelgarn
(#7595) * Make the agent killing logic more reliable. This adjusts how we handle terminating the agent during an upgrade so that it does a better job of actually ensuring it's dead. The new logic works as follows: * After each signal is sent, we wait 5 seconds before checking for the agent again. * If it's been 60 seconds (12 cycles) since we started trying to kill the PID, we switch from SIGTERM to sending SIGKILL. * If it's been 120 seconds (24 cycles) since we started trying to kill the PID, we just give up. * Attempt to use netdatacli to shutdown Netdata. This is far more reliable than any other approach we have if it works. * Update uninstaller to use same stop logic as installer. This improves it's reliability significantly and makes it work correctly on FreeBSD. * Fix codacy issues.
2020-01-07Fix buildyaml.sh script so that docs generation works correctly. (#7662)Austin S. Hemmelgarn
* Fix buildyaml.sh script so that docs generation works correctly. * Replace a few NUL's that were missed by the previous commit.
2020-01-07Fix spelling of Prometheus (#7673) (#7674)Craig Andrews
2020-01-07[ci skip] create nightly packages and update changelognetdatabot