summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-11-30[ci skip] release v1.32.0v1.32.0netdatabot
2021-11-30[netdata minor release] v1.32.0Austin S. Hemmelgarn
2021-11-30proto optional fix (#11840)Timotej S
2021-11-30fix alarms info (#11844)Ilya Mashchenko
2021-11-29[ci skip] create nightly packages and update changelognetdatabot
2021-11-30feat(apps.plugin): add consul to apps_groups.conf (#11839)Ilya Mashchenko
2021-11-29Updating ansible steps for clarity (#11823)Tiny
2021-11-29Remove pihole_blocked_queries alert (#11829)Fotis Voutsas
2021-11-26[ci skip] create nightly packages and update changelognetdatabot
2021-11-26Add commands to check and fix database corruption (#11828)Stelios Fragkakis
* Set a flag to do aclk sync thread shutdown Attempt to dequeue a cmd in case the queue is full and someone is blocked * Drop tables and recreate instead of deleting * Add commands to check the database -W check-database, fix-database, compact-database * Split the database setup to config and cleanup part * Add checks during database setup and cleanup to detect corruption to the dimension and chart tables * Add full database check and refactor code * Change commands to better indicate that the operations refer to the sqlite metadata database (not the metrics dbengine database) * Add check for table being null (request for entire database check) * Rename command for better clarity
2021-11-26Add a note about pkg-config file location for freeipmi (#11831)Vladimir Kobal
2021-11-25[ci skip] create nightly packages and update changelognetdatabot
2021-11-25feat(apps.plugin): add aws to apps_groups.conf (#11826)Ilya Mashchenko
2021-11-25Set NETDATA_CONTAINER_OS_DETECTION to system_info->container_os_detection ↵Emmanuel Vasilakis
(#11827)
2021-11-24[ci skip] create nightly packages and update changelognetdatabot
2021-11-24add kickoke to docs codeowners (#11824)Ilya Mashchenko
2021-11-22[ci skip] create nightly packages and update changelognetdatabot
2021-11-22Δont use wc στρθψτ if it may not exist (#11820)Emmanuel Vasilakis
2021-11-22Simple fix for the data API query (#11787)Vladimir Kobal
2021-11-22Use two digits after the decimal point for the anomaly rate. (#11804)vkalintiris
2021-11-22specify pip3 when installing git-semver package (#11817)maneamarius
Co-authored-by: Marius Manea <marius@netdata.com>
2021-11-19Cleanup compilation warnings (#11810)Stelios Fragkakis
* Fix compilation warnings (variables used when debugging is enabled using NETDATA_INTERNAL_CHECKS) * Fix compilation warning (casting)
2021-11-19Fix coverity issues (#11809)Stelios Fragkakis
* Add check for NULL wc->host * Use sqlite3_exec, if it fails it will be retried on the next health log entries rotation
2021-11-19Update interact-charts.mdx (#11808)DShreve2
2021-11-18[ci skip] create nightly packages and update changelognetdatabot
2021-11-18Always queue alerts to aclk_alert (#11806)Emmanuel Vasilakis
* always queue to aclk_alert * proper function name
2021-11-18Add POWER8+ static builds. (#11802)Austin S. Hemmelgarn
2021-11-18Add some logging for cloud new architecture to access.log (#11788)Emmanuel Vasilakis
* add some logging for ng arch to access.log * change arrows to IN, OG, AC * log also the params for aclk requests * check for wc->host before using wc->host->hostname * turn two messages to info * reduce alert event logs * used thread local variables
2021-11-17[ci skip] create nightly packages and update changelognetdatabot
2021-11-17Update libbpf (#11800)thiagoftsm
2021-11-17Assorted cleanups to static builds. (#11798)Austin S. Hemmelgarn
2021-11-17Use the proper format specifier when logging configuration options. (#11795)vkalintiris
2021-11-17Add Oracle Linux 8 to CI and package builds. (#11776)Austin S. Hemmelgarn
* Add OracleLinux 8 to CI and package builds. * Fix OracleLinux dependency handling. * Fix package test code for Oracle Linux.
2021-11-17Use correct hop count if host is already in memory (#11785)Stelios Fragkakis
* Use correct hop count if host in memory * Add locking to be safe when using host lookup * Update the live state correctly
2021-11-17Delete from aclk alerts table if ack'ed from cloud one day ago (#11779)Emmanuel Vasilakis
2021-11-16[ci skip] create nightly packages and update changelognetdatabot
2021-11-16Fix the new static archive verification job. (#11792)Austin S. Hemmelgarn
* Fix the new static archive verification job. We should be running the script non-interactively. * Fix install type handling ins static installer.
2021-11-16Verify checksums of makeself deps. (#11791)vkalintiris
2021-11-16Create directory structure for splitting out install-required-packages.sh ↵Austin S. Hemmelgarn
(#11790) Based on discussion within the SRE team, we will be splitting this script into per-platform and per-distor scripts and pushing the detection logic into the kickstart script.
2021-11-16Fix typos (#11782)Dimitris Apostolou
Co-authored-by: ilyam8 <ilya@netdata.cloud>
2021-11-15[ci skip] create nightly packages and update changelognetdatabot
2021-11-15Overhaul build CI. (#11699)Austin S. Hemmelgarn
* Overhaul build CI. This makes a number of changes that make our build CI easier to maintain and much safer with respect to the possibility of accidentally pushing broken nightlies. * The release-build.yml workflow has been renamed to just build.yml * The updater.yml and build-and-install.yml workflows have been consolidated into the build.yml workflow. * The updater checks now use the dist tarball produced by the dist tarball build instead of building one for each matrix job. * The updater and build checks now use a set of jobs for generating their test environments. * The updater and build checks and their shared test environment builds now use a unified build matrix, handled in an external data file (.github/data/build-matrix.json). * Nightly artifact uploads and release creation are now dependent on the updater checks passing. * Properly handle generated build matrix. * Minor fixes. * Fix shellcheck complaints. * Fixed stub script handling. * Mangle the build matrix JSON properly. * Properly handle stub scripts. * Fix distro name handling. * Fix typos. * Fix test environment image handling. * Fix updater checks. * Skip CentOS 7 JSON-C bundling check. * Fix handling of artifacts for updater check. * Fix yamllint errors. * Fix dist tarball handling. * Fix updater check script permissions. * Restructure build test Dockerfile for better caching. * Remove parallelization limits for test environment builds. These complete fast enough that it is perfectly reasonable to run them all in parallel simultaneously. In the best case scenario, this will save roughly 5-10 minutes of time during CI runs. * Add more in-line documentation and tidy up a few unneeded parameters. * Add checks to verify consolidated artifacts are good. * Fix distfile name handling. * Fix artifact checking. * Better delineate phases of updater check in logs. * Simplify updater checks. * Print checksums of artifacts. To simplify debugging. * Fix handling of updater checks.
2021-11-15Adding parenthesis (#11766)Shimon
* removing line from packaging/installer/README.md, adding parenthesis * revert import deletion * Implements cloud initiated disconnect command (#11723) * Show stats for protected mount points in diskspace plugin (#11767) Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> * Store and submit dimension delete messages for new cloud architecture (#11765) * Enhance the dimension delete table and adjust the trigger to include chart_id and host_id * Add the aclk_process_dimension_deletion function * Change variable chart_name in aclk_upd_dimension_event (it is st->id from st.type dot st.id) * Process dimension deletion when retention updates are sent * Do not send charts if we don't have dimensions * Add check for uuid_parse return code * [ci skip] create nightly packages and update changelog * update checksum in readme Co-authored-by: Timotej S <6674623+underhood@users.noreply.github.com> Co-authored-by: Vladimir Kobal <vlad@prokk.net> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Stelios Fragkakis <52996999+stelfrag@users.noreply.github.com> Co-authored-by: netdatabot <bot@netdata.cloud>
2021-11-15Removing dated contact suggestion. (#11732)DShreve2
2021-11-15packaging: update go.d.plugin version to v0.31.0 (#11789)Ilya Mashchenko
* update go.d.plugin v0.31.0 checksums * update go.d.plugin version to v0.31.0
2021-11-15Fix proc/interrupts parser (#11783)maximethebault
2021-11-15add nightly release version to readme (#11780)Andrew Maguire
2021-11-12[ci skip] create nightly packages and update changelognetdatabot
2021-11-12Add command for new health entity file. (#11733)DShreve2
2021-11-11[ci skip] create nightly packages and update changelognetdatabot