Bug 275792 - net-mgmt/netdata: Update to v1.45.3
Summary: net-mgmt/netdata: Update to v1.45.3
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Daniel Engberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-16 19:04 UTC by Namkhai B.
Modified: 2024-05-11 09:09 UTC (History)
3 users (show)

See Also:
diizzy: maintainer-feedback+


Attachments
net-mgmt/netdata: Update to v1.44.1 (16.99 KB, patch)
2023-12-16 19:04 UTC, Namkhai B.
no flags Details | Diff
net-mgmt/netdata: Update to v1.44.2 (19.61 KB, patch)
2024-02-07 17:08 UTC, Namkhai B.
no flags Details | Diff
net-mgmt/netdata: Update to v1.44.3 (19.61 KB, patch)
2024-02-12 19:40 UTC, Namkhai B.
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Namkhai B. 2024-02-07 17:08:20 UTC
Created attachment 248237 [details]
net-mgmt/netdata: Update to v1.44.2
Comment 2 Namkhai B. 2024-02-12 19:40:18 UTC
Created attachment 248402 [details]
net-mgmt/netdata: Update to v1.44.3
Comment 3 Namkhai B. 2024-03-27 17:44:35 UTC
Working on the CMake switch right now
Comment 4 Daniel Engberg freebsd_committer freebsd_triage 2024-03-29 13:59:44 UTC
Sounds great, thanks!
Comment 6 Mohamed Akram 2024-05-10 10:19:01 UTC
Any update on this?
Comment 7 Namkhai B. 2024-05-11 01:10:18 UTC
(In reply to Mohamed Akram from comment #6)

We are still working on final details, see also https://github.com/netdata/netdata/issues/17632
Comment 8 Mohamed Akram 2024-05-11 09:09:33 UTC
Per that issue looks like it's using c-rbuf and c_rhash through mqtt_websockets. I imagine passing -DENABLE_MQTTWEBSOCKETS=ON fixes it - https://github.com/netdata/netdata/blob/v1.45.4/CMakeLists.txt#L1625 (that's what happens when H2O or ACLK are enabled). Or maybe the rbuf/rhash files can be moved from `MQTT_WEBSOCKETS_FILES` to `ACLK_ALWAYS_BUILD` as a patch in CMakeLists.txt since that's why they're needed if enabling MQTT websockets is not an option.