summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-09-14facets: data-only queries (#15961)Costa Tsaousis
2023-09-14Skip trying to preserve file owners when bundling external code. (#15966)Austin S. Hemmelgarn
This fixes an issue that shows up when building packages for some distros (most notably CentOS 7) with a rootless container runtime (such as using Podman for the build as a regular user).
2023-09-14fix using undefined var when loading job statuses in python.d (#15965)Ilya Mashchenko
2023-09-14Integrations: Add a note to install charts.d plugin (#15943)Emmanuel Vasilakis
* add a note to install charts.d plugin * change instructions to enable the sensors collector * split install and enable the collector * change install description
2023-09-14[ci skip] Update changelog and version for nightly build: v1.42.0-144-nightly.netdatabot
2023-09-13RPM: build go.d.plugin native for CentOS-Stream (#14551)Konstantin Shalygin
* enable build_ids for c8s & c9s * possibility to build netdata in closed environments (without Internet)
2023-09-13enable `ml_1min_node_ar` as a default alert (#14687)Andrew Maguire
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2023-09-13Clarifying the possible installation types (#15958)Tasos Katsoulas
Signed-off-by: Tasos Katsoulas <tasos@netdata.cloud> Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2023-09-13fix journal direction parsing (#15957)Costa Tsaousis
2023-09-13facets and journal improvements (#15956)Costa Tsaousis
2023-09-13Update slabinfo metadata (#15951)thiagoftsm
update_slabinfo: add missing package for slabino
2023-09-13Update descriptions. (#15952)thiagoftsm
fix_freeimpi: Update descriptions.
2023-09-13Fix CID 400366 (#15953)Stelios Fragkakis
2023-09-13[ci skip] Update changelog and version for nightly build: v1.42.0-135-nightly.netdatabot
2023-09-13Disk Labels (#15949)Costa Tsaousis
2023-09-13streaming logs (#15948)Costa Tsaousis
2023-09-12Add description about packages (#15941)thiagoftsm
cups_plugin_installation: Add description about packages
2023-09-12facets optimizations (#15940)Costa Tsaousis
2023-09-12Skip copying environment/install-type files when checking existing installs. ↵Austin S. Hemmelgarn
(#15876)
2023-09-12feat: Adds access control configuration for ntfy (#15932)Mike Iversen
Co-authored-by: ilyam8 <ilya@netdata.cloud>
2023-09-12Integrations: Add a note to enable the collectors (#15945)Emmanuel Vasilakis
note to enable the collectors
2023-09-12[ci skip] Update changelog and version for nightly build: v1.42.0-127-nightly.netdatabot
2023-09-11add specific info on how to access the dashboards (#15925)Hugo Valente
* add specific info on how to access the dashboards * also added to README * add specific info on how to access the dashboards * also added to README * added suggestion from PR review * also reflected change on legacy doc * Update docs/category-overview-pages/accessing-netdata-dashboards.md Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> --------- Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2023-09-11Bump actions/checkout from 3 to 4 (#15935)dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11improved facets info (#15936)Costa Tsaousis
2023-09-11systemd-journal and facets: info and sources (#15928)Costa Tsaousis
2023-09-09[ci skip] Update changelog and version for nightly build: v1.42.0-122-nightly.netdatabot
2023-09-08fix memory leak on prometheus exporter and code cleanup (#15929)Costa Tsaousis
2023-09-08systemd-journal and facets improvements (#15926)Costa Tsaousis
2023-09-08don't return `-1` if the socket was closed (#15771)moonbreon
2023-09-07[ci skip] Update changelog and version for nightly build: v1.42.0-118-nightly.netdatabot
2023-09-06Replace _ with spaces for name variable for ntfy (#15909)МАН69К
2023-09-06Reset the obsolete flag on service thread (#15892)Emmanuel Vasilakis
* reset the RRDHOST_FLAG_PENDING_OBSOLETE_CHARTS flag * do rrdset_free even when in dbengine mode * remove RRDSET_FLAG_ARCHIVED * remove commented line * use is_available_for_viewers
2023-09-06[ci skip] Update changelog and version for nightly build: v1.42.0-115-nightly.netdatabot
2023-09-05Reduce workload during cleanup (#15919)Stelios Fragkakis
* Add index to improve health cleanup * Re arrange query to use index * Check less entries during cleanup to prevent CPU spike
2023-09-05python.d/sensors: Increase voltage limits 127 -> 400 (#15905)Kyle Manna
* Fix a limit that caused my properly functioning PMBus power supply sensor to be skipped as it reported 208VAC. * The 400V limit was pulled from the Open Compute Project M-CRPS specification v1.0 Section 5.1.3.2[0] which defines a power supply input voltage as 380VDC and specifies a Vmax of 400VDC. * Also decrease the lower limit to -400VDC as some telecom power supplies may report negative voltage, most notable is -48VDC and expect more could as well.
2023-09-05Properly document issues with installing on hosts without IPv4. (#15882)Austin S. Hemmelgarn
* Properly document issues with installing on hosts without IPv4. * Update packaging/installer/README.md Co-authored-by: Dimitris P. <Dim-P@users.noreply.github.com>
2023-09-05Assorted Dockerfile cleanup. (#15902)Austin S. Hemmelgarn
- Drop old, pointless comments. - Reorganize so that invariant layers are first, making build caching more efficient.
2023-09-05[ci skip] Update changelog and version for nightly build: v1.42.0-110-nightly.netdatabot
2023-09-05Update pfsense.md (#15894)Fotis Voutsas
2023-09-04Update change-metrics-storage.md (#15896)Fotis Voutsas
* Update change-metrics-storage.md * Update docs/store/change-metrics-storage.md Co-authored-by: Emmanuel Vasilakis <mrzammler@mm.st> --------- Co-authored-by: Emmanuel Vasilakis <mrzammler@mm.st>
2023-09-02[ci skip] Update changelog and version for nightly build: v1.42.0-107-nightly.netdatabot
2023-09-01Improve shutdown of the metadata thread (#15901)Stelios Fragkakis
Improve shutdown when submitting a final "metadata host scan"
2023-09-01Add better recovery for corrupted metadata (#15891)Stelios Fragkakis
* Add sqlite-meta-recover command line option Remove the old recovery that would attempt to fix only chart and dimension Mark recovery for metadata (for now) Simplify the database init function * Reduce variable scope, formatting
2023-09-01Limit atomic operations for statistics (#15887)Costa Tsaousis
Co-authored-by: Stelios Fragkakis <52996999+stelfrag@users.noreply.github.com>
2023-09-01Reduce label memory (#15255)Stelios Fragkakis
2023-09-01Update README.mdCosta Tsaousis
2023-09-01[ci skip] Update changelog and version for nightly build: v1.42.0-101-nightly.netdatabot
2023-08-31bump ui to v6.32.0 (#15897)Andrew Maguire
2023-08-31make `anomaly_detection.type_anomaly_rate` stacked (#15895)Andrew Maguire