Netdata v2.5.3 is a patch release to address issues discovered since v2.5.2. This patch release provides the following bug fixes and updates: Fixed context update handling by adjusting conditions for hub queue management (#20416, @stelfrag) Added ability to debug individual jobs in go.d.plugin instead of all jobs within a module (#20394, @ilyam8) Added debug logging for HTTP response validation in go.d.plugin HTTP check collector (#20392, @ilyam8) Fixed duplicate name handling in go.d.plugin dynamic configuration userconfig action (#20346, @ilyam8) Fixed Oracle database collector to correctly calculate tablespace usage percentages and prevent negative values (#20373, #20378, @ilyam8) Fixed database engine performance by optimizing file rotation and indexing operations with better job scheduling and concurrency handling (#20354, @stelfrag)
There's no need to create "empty" PRs, we have services that'll notify maintainers when new releases are out.
Clear, Iām sorry! This was my only way to follow temporary development, before official port update.
Trivial patch work for me (tested build, not run): --- net-mgmt/netdata.orig/Makefile +++ net-mgmt/netdata/Makefile @@ -1,6 +1,6 @@ PORTNAME= netdata DISTVERSIONPREFIX= v -DISTVERSION= 2.5.3 +DISTVERSION= 2.5.2 CATEGORIES= net-mgmt MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/:netdata \ https://raw.githubusercontent.com/netdata/netdata/refs/tags/v${DISTVERSION}/src/go/:goplugin \ --- net-mgmt/netdata.orig/distinfo +++ net-mgmt/netdata/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1749229242 -SHA256 (netdata/netdata-v2.5.3.tar.gz) = d0d17d5e6c64b520241371bcf60b5859ad482463327fcfbe5a6e0069415c58c6 -SIZE (netdata/netdata-v2.5.3.tar.gz) = 31858932 +TIMESTAMP = 1748399715 +SHA256 (netdata/netdata-v2.5.2.tar.gz) = c4b969ea4fb6bc97828915ffd714a8898475640fe864ef624aae577fc1ae6de1 +SIZE (netdata/netdata-v2.5.2.tar.gz) = 31856534 SHA256 (netdata/agent_20250527.tar.gz) = dfbd8ea4c2a0cefb363be83b3d5ac0c503ad0d04a3e5ab95084e1a1310010a9a SIZE (netdata/agent_20250527.tar.gz) = 8804957 SHA256 (netdata/go.mod) = f7fcb763f06ac74d297862a7853d88c0f8f3248f30832cb7c28e11ba8dc9dc1b
Will work on this ASAP.
(In reply to Vladimir Druzenko from comment #3) Actually I have also make the same to build it. It runs fine, and collects the data from 15 machines to be on one place. I don't know is there any change into web interface.
(In reply to Namkhai B. from comment #4) Friendly ping. :-)