summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-02-12Adding testing section to the PR template. (#8068)Andrew Moss
2020-02-12Make temporary directories relative to $TEMPDIR. (#8066)Austin S. Hemmelgarn
* Make temporary directories relative to $TEMPDIR. * Add externaldeps to .gitignore.
2020-02-12Added collector config to relevant READMEs (#8052)Joel Hans
2020-02-12/collectors/charts.d.plugin: remove deprecated modules (#7962)Ilya Mashchenko
* /collectors/charts.d.plugin: skip obsolete modules during loading * /collectors/charts.d.plugin: remove apache * /collectors/charts.d.plugin: remove cpu_apps * /collectors/charts.d.plugin: remove cpufreq * /collectors/charts.d.plugin: remove exim * /collectors/charts.d.plugin: remove hddtemp * /collectors/charts.d.plugin: remove load_average * /collectors/charts.d.plugin: remove mem_apps * /collectors/charts.d.plugin: remove mysql * /collectors/charts.d.plugin: remove nginx * /collectors/charts.d.plugin: remove phpfpm * /collectors/charts.d.plugin: remove postfix * /collectors/charts.d.plugin: remove sensors * /collectors/charts.d.plugin: remove squid * /collectors/charts.d.plugin: remove tomcat * /collectors/charts.d.plugin: update charts.d.conf * Revert "/collectors/charts.d.plugin: remove sensors" This reverts commit e3388853 * /collectors/charts.d.plugin: add sensors to Makefile.am * /docs: remove obsolete modules from Add-more-charts-to-netdata.md * /docs/generator: remove obsolete modules from buildyaml.sh * /collectors/charts.d.plugin: remove sensors from obsolete_charts * /collectors/charts.d.plugin: better debug msg for obsolete modules * /collectors/charts.d.plugin: better debug msg for obsolete modules * /collectors/charts.d.plugin: use `replaced by` instead of `obsolete by` * add BREAKING_CHANGES.md and mention removing deprecated bash modules there
2020-02-12collectors: apps.plugin: apps_groups: create 'dns' group. (#8058)Konstantin Shalygin
2020-02-12[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-02-12[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-02-12[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-02-12[ci skip] create nightly packages and update changelognetdatabot
2020-02-12Fixes conditional for NetData Updater when checking for new updates (#8028)Gabor Meszaros
* Fix proposal for #8027 This commit changes the check for updated releases when running in manual mode * Default (current|latest)_version to 0 and invert the logic Co-authored-by: James Mills <prologic@shortcircuit.net.au>
2020-02-11Add support for libmosquitto to netdata-installer.sh for ACLK support. (#8025)Austin S. Hemmelgarn
* Add initial libmosquitto install support. THis adds initial support for pulling in our custom version of libmosquitto during the install process and using it with Netdata. This can be manually disabled by specifying `--disable-libmosquitto` on the install command-line. * Extract the libmosquitto sources in the right place. * Fix error message to be more generic. * Fix handling of temporary directory. * Only pull in required headers. * Correct new help text. * Change option naming to disable ACLK. * Use correct name for configure option. * Adjust target directory for libs. * Properly include OpenSSL on macOS. * Change references to ACLK to Netdata Cloud. * Update version of libmosquitto being used.
2020-02-11Check if ACLK can be built (#8030)Timo
* if ACLK enabled require libwebsockets.a
2020-02-11fix_exclusive_notification: (#7769)thiagoftsm
This commit removes the returns that were creating the bug
2020-02-11github/workflow: change labeler (#8032)Ilya Mashchenko
* .github/workflow: switch from paulfantom/periodic-labeler to ilyam8/periodic-pr-labeler * .github/labeler: backends pattern fix
2020-02-11Docs: Promote DB engine/long-term metrics storage more heavily (#8031)Joel Hans
* Fixes to DOCS home and README * Edit conf-guide and getting-started * Add dbengine settings to map * Fix tutorial and step-by-step * Fix artifacts of old memory mode types * A few tweaks * Push a little harder on README * Fix for Markos
2020-02-11[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-02-11[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-02-11[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-02-11[ci skip] create nightly packages and update changelognetdatabot
2020-02-10update wrong default stated in docu (#8017)Timo
2020-02-10Fix missing variables on stream (#8011)thiagoftsm
* stream_container: Bring the missing container variables to stream * stream_container: Missing variables This commit brings 4 new variables that were missed to stream
2020-02-10/collectors/charts.d.plugin: fix `os_id` detection in `run` (#8002)Ilya Mashchenko
2020-02-10invalid literal for float(): NN.NNt (#8013)Blaine Schanfeldt
* invalid literal for float(): NN.NNt
2020-02-10[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-02-10[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-02-10[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-02-10[ci skip] create nightly packages and update changelognetdatabot
2020-02-09[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-02-09[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-02-09[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-02-09[ci skip] create nightly packages and update changelognetdatabot
2020-02-08/docs/generator: use h1 heading as page title for collectors pages (#8009)Ilya Mashchenko
2020-02-08/docs/generator: build docs only for go.d itself and its modules (#8005)Ilya Mashchenko
2020-02-08/docs/generator: add an option to use last dir name for page name (#7997)Ilya Mashchenko
* /docs/generator/buildyaml.sh: add `useLastDirAsPageName` option to the navpart and use it for go.d.plugin and python.d.plugin modules * /docs/generator/buildyaml.sh: do not use negative array indexes
2020-02-08Fix variety of linter errors across docs (#7944)Joel Hans
* Fixes for database/readme.md * Fixes for registry/readme.md * Fixes for daemon/readme.md * Fixes for database/engine/readme.md * Fixes for registry/readme.md * Fix for cli/readme.md * Fixes on docs/a-github-star-is-important.md * A few more documents
2020-02-08health_doc_name: Clarify the rules to create an alarm name (#7911)thiagoftsm
* health_doc_name: Clarify the rules to create an alarm name * health_doc_name: Fixes typo and gramma * health_doc_name: Fixes typo
2020-02-08[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-02-08[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-02-08[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-02-08[ci skip] create nightly packages and update changelognetdatabot
2020-02-07Update `api/v1/info ` (#7862)thiagoftsm
* update_info: New variables This commit creates inside script and it reads them to Netdata * update_info: API This commit changes the web api response * update_info: Disk space This commit brings the disk space to info and renames the environment variables inside Netdata * update_info: Rename variable This commit renames the environment variable * update_info: Rename response variable This commit renames a response variable * update_info: Labels This commit creates the missing labels * update_info: test before free * update_info: Doc function This commit brings docummentation to the functions to give instructions to developer * update_info: Fix info message This commit removes some info messages from the error.log * update_info: Remove unecessary ifs, considering free manual
2020-02-07alarms_values: New endpoint (#7836)thiagoftsm
* alarms_values: New endpoint This commit brings the new endpoint to Netdata * alarms_values: Documentation This commit brings the missing documentation for the PR * alarms_values: New function This commit brings a new code that removes dupplication * alarms_values: Fix typo * alarms_values: Fix missing word This commit fixes the missing word inside the documentation * alarms_values: Fix order This commit fixes the order of the alarm answer * alarms_values: Fixes typo and remmove unecessary variable * alarms_values: Fixes doc Describe all paramenters present in the endpoint * alarms_values: Same options This commit brings the same input pattern for alams and alams_values * alarms_values: Update swagger This commit brings the missing information to swagger json * alarms_values: Update swagger This commit brings the missing information to swagger yaml
2020-02-07Update database servers group in apps_groups.conf (#8004)Default
- added group for column oriented databases - `columndb` - added `clickhouse-server` to group `columndb` - added influxd to `timedb` group
2020-02-07Don't push a commit for i386 RPM builds. (#7989)Austin S. Hemmelgarn
We're not actually building any i386 RPM packages, and it maes essentially no sense to do so as the various major RPM-based distros don't even really support 32-bit x86 installs anymore. This will actually speed up the builds for the other package types because they won't be competing for CI resources. It will also make the commit history tidier in the repo.
2020-02-07[Package i386 RPM][Build latest] Package build process triggernetdatabot
2020-02-07[Package amd64 RPM][Build latest] Package build process triggernetdatabot
2020-02-07[Package i386 DEB][Build latest] Package build process triggernetdatabot
2020-02-07[Package amd64 DEB][Build latest] Package build process triggernetdatabot
2020-02-07[ci skip] create nightly packages and update changelognetdatabot
2020-02-06Change sed to include parentheses (#7995)Joel Hans