summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-10-21telegram: fix broken links, add setup instructions (#7033)mal
* Fix broken telegram bot link, tidy comments The web documentation refers to `@myidbot`, which works. `@get_id` is currently a useless channel. * Add telegram notification setup instructions
2019-10-21mysql: add cluster_status alarm (#6989)Ilya Mashchenko
2019-10-21Netdata not returning correct value for unknow variables (#6984)thiagoftsm
* health_nan: fix result The expression evaluate was keeping the value zero when there was a wrong variable, but according our documentation the correct result would be NAN, this commit fixes this * health_nan: mapping * health_nan: Set variable After few tests, I am setting the NAN value to the variable in the correct place
2019-10-21[collector/proc.plugin] Add /proc/pagetypeinfo parser (#6843)Adrien Mahieux
* [proc.plugin/proc_pagetypeinfo] Initial commit * [Fix] Generate graphs for pagetypeinfo * [Fix] Create node/zone/type graphs * [Fix] Use directly size and order * [Add] Configuration handling * [Imp] Changed SetId to identify NodeNumber * [Fix] Standard name for chart priority and value * [Fix] use dynamic pagesize * [Enh] allow prefix for containerized netdata * [Fix] global system graph always on, but for explicit no * [Fix] Add more checks for pageorders_cnt and really use it * [Enh] Special config value of netdata_zero_metrics_enabled * [Fix] Check we parsed at least a valid line
2019-10-20[ci skip] create nightly packages and update changelognetdatabot
2019-10-19[Package i386 RPM][Build latest] Package build process triggernetdatabot
2019-10-19[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2019-10-19[Package i386 DEB][Build latest] Package build process triggernetdatabot
2019-10-19[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2019-10-19[ci skip] create nightly packages and update changelognetdatabot
2019-10-18Update news with v1.18.1Chris Akritidis
2019-10-18[Package i386 RPM] Package build process triggernetdatabot
2019-10-18[Package amd64 RPM] Package build process triggernetdatabot
2019-10-18[Package i386 DEB] Package build process triggernetdatabot
2019-10-18[Package amd64 DEB] Package build process triggernetdatabot
2019-10-18[ci skip] release v1.18.1v1.18.1netdatabot
2019-10-18[netdata patch release] v1.18.1Konstantinos Natsakis
2019-10-187040 enable stable channel option (#7082)Konstantinos Natsakis
* Partial fix for #7040 install-or-update.sh now accepts the --stable-channel option * Add missing quotes to sed command
2019-10-18Fix upgrade path from v1.17.1 to v1.18.x for deb packages (#7118)Konstantinos Natsakis
2019-10-18Fix build when CMocka isn't installed (#7129)Vladimir Kobal
2019-10-17Implement hangouts chat notifications (#7013)Hendrik Hofstadt
* Implement hangouts chat notifications * Fix null check in bash script * Apply suggestions from code review Co-Authored-By: Joel Hans <joel.g.hans@gmail.com>
2019-10-17Fixing broken links (#7123)Joel Hans
2019-10-17Convert recursion timings to miliseconds. (#7121)Austin S. Hemmelgarn
* Convert recusion timings to miliseconds. Ths avoids them being mangled to the point of being useless when the locale settings are configured to convert seconds to times. These were originally implemented as seconds because that's how Unound itself reports them. Fixes: #7120 * Fix misspelling of milliseconds.
2019-10-17feat(reaper): Add process reaper support (#7059)Steven Hartland
##### Summary Add a child process reaper to the main netdata app if running as init (pid = 1). This prevents zombie processes when a child is re-parented to netdata when its running in a container. Also: * Few style cleanups to match surrounding code. Fixes: #6033 ##### Component Name netdata binary ##### Additional Information This re-purposes old commented out code in `popen.c`, which already implemented part of the required process tracking. Without this on a standard netdata docker install we saw at least one zombie `timeout` process straight after the container was started.
2019-10-17Partial fix for #7039 (#7060)Konstantinos Natsakis
* Partial fix for #7039 Moved updater installation code from netdata-installer.sh to packaging/installer/functions.sh packaging/makeself/install-or-update.sh uses above code to install netdata updater - Moved updater installation code to packaging/installer/functions.sh - packaging/makeself/install-or-update.sh uses above code to install netdata updater * Split install_or_remove_netdata_updater() function * Improved netdata-updater related message output * Improved variable declaration location in install-or-update.sh
2019-10-17Fix CPU charts in apps plugin on FreeBSD (#7115)Vladimir Kobal
2019-10-17unbound: fix init (#7112)Ilya Mashchenko
* SocketService: fix error handling in connect and more debug output * SocketService: use ssl.PROTOCOL_SSLv23 instead of ssl.PROTOCOL_TLS for py2 * unbound: conf parse fix
2019-10-17[Package i386 RPM][Build latest] Package build process triggernetdatabot
2019-10-17[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2019-10-17[Package i386 DEB][Build latest] Package build process triggernetdatabot
2019-10-17[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2019-10-17[ci skip] create nightly packages and update changelognetdatabot
2019-10-17Documenting the structure of the data responses. (#7012)Andrew Moss
Documenting the structure of the /web/api/data responses (Fixes #7005) Swagger2.0 semi-supports this - they understand the sub-typing but do not show the sub-types in the model of the response directly. There are comments in each of the cases to guide the user towards the correct part of the model. For each kind of format request we have a data model of the response. Miscellaneous style improvements and typo fixes.
2019-10-16[Package i386 RPM][Build latest] Package build process triggernetdatabot
2019-10-16[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2019-10-16[Package i386 DEB][Build latest] Package build process triggernetdatabot
2019-10-16[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2019-10-16[ci skip] create nightly packages and update changelognetdatabot
2019-10-16Don't write an HTTP response 204 to logs (#7035)Vladimir Kobal
2019-10-16Fix segmentation fault in FreeBSD (#7102)Vladimir Kobal
2019-10-16Add VMware VMXNET3 driver to the default interafaces list (#7109)Alex Samorukov
See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237611
2019-10-16megacli: search binary and sudo check fix (#7108)Ilya Mashchenko
* search for MegaCli binary too * use `sudo -n -l` instead of `sudo -n -v` for sudo check
2019-10-16Run the trigger for deb and rpm package build in separate stage (#7105)Konstantinos Natsakis
2019-10-15Clang warnings (#7090)thiagoftsm
* clang_warnings: Fix unecessary comparison Netdata was verifying whether a pointer that will never be NULL could be NULL. This commit removes this * clang_warnings: Fix unecessary comparison Netdata was doing another unecessary comparison in other file * clang_warnings: Unecessary parenthesis This commit removes the excess of parenthesis in a file * clang_warnings: Remove unecessary initialization Remove from json file a initial set that is overwritten few lines late * clang_warnings: Comments Fix comments on top of the function * clang_warnings: Missing Cast Volatile variable generates warnings with Clang sometimes, so it was necessary to cast variables * clang_warnings: Return from previous Considering the possible problems given by the solution, I am returning for the previous stage
2019-10-15Add CMocka unit tests (#6985)Vladimir Kobal
* Add str2ld test * Build test with Autotools * Add storage_number test * Configure tests in CMake
2019-10-15[Package i386 RPM][Build latest] Package build process triggernetdatabot
2019-10-15[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2019-10-15[Package i386 DEB][Build latest] Package build process triggernetdatabot
2019-10-15[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2019-10-15[ci skip] create nightly packages and update changelognetdatabot