Commit graph

143 commits

Author SHA1 Message Date
Raito Bezarius e98cf3ea92 netdata-go-plugins: 0.56.4 -> 0.57.2
https://github.com/netdata/go.d.plugin/releases/tag/v0.57.2
https://github.com/netdata/go.d.plugin/releases/tag/v0.57.1
https://github.com/netdata/go.d.plugin/releases/tag/v0.57.0
2023-12-09 00:47:56 +01:00
Raito Bezarius 40f0dd978a netdata: 1.43.2 -> 1.44.0
https://github.com/netdata/netdata/releases/tag/v1.44.0

The patch was updated for the new subsystem called "logmanagement".
2023-12-09 00:47:56 +01:00
Guillaume D f872c3a648 netdata: update go.d.plugin 0.56.3 -> 0.56.4 2023-11-01 09:13:10 +01:00
Guillaume D 035ce8b122 netdata: 1.43.0 -> 1.43.2 2023-11-01 09:11:23 +01:00
Guillaume DELVIT 7d517bfb76 netdata: add systemd-journal plugin
https://learn.netdata.cloud/docs/logs/systemd-journal/
2023-10-30 18:37:50 +01:00
Joseph Stahl 78aa559913
netdata: don't use absolute path for echo
Upstream fix pending - https://github.com/netdata/netdata/pull/16300
2023-10-29 13:10:41 -04:00
nikstur da443e5366
Merge pull request #262517 from RaitoBezarius/netdata/update
netdata: 1.42.4 -> 1.43.0
2023-10-22 12:23:23 +02:00
Raito Bezarius f43cad2c26 netdata: 1.42.4 -> 1.43.0
https://github.com/netdata/netdata/releases/tag/v1.43.0
2023-10-22 01:40:08 +02:00
Raito Bezarius 6b8979f0b7 netdata-go-plugins: 0.56.1 -> 0.56.3
https://github.com/netdata/go.d.plugin/releases/tag/v0.56.3
https://github.com/netdata/go.d.plugin/releases/tag/v0.56.2
2023-10-22 01:40:08 +02:00
Ryan Lahfa 8fc9bb20e4
Merge pull request #258801 from Izorkin/fix-netdata 2023-10-21 13:34:31 +02:00
Izorkin 4b3012c59f
netdata: disable cloud support by default, add netdataCloud package 2023-10-07 20:55:59 +03:00
Izorkin 11e05fb515
netdata: fix build without cloud support 2023-10-07 11:12:59 +03:00
Raito Bezarius 63032da271 netdata-go-plugins: 0.55.0 -> 0.56.1
https://github.com/netdata/go.d.plugin/releases/tag/v0.56.1
https://github.com/netdata/go.d.plugin/releases/tag/v0.56.0
2023-10-06 18:47:23 +02:00
Raito Bezarius f0ecb859a3 netdata: 1.42.2 -> 1.42.4
https://github.com/netdata/netdata/releases/tag/v1.42.3
https://github.com/netdata/netdata/releases/tag/v1.42.4
2023-10-06 18:47:23 +02:00
Raito Bezarius b9bb2b9619 netdata-go-plugins: 0.54.1 -> 0.55.0
https://github.com/netdata/go.d.plugin/releases/tag/v0.55.0
2023-10-06 18:47:23 +02:00
Ratchanan Srirattanamet 20b83a46d6 netdata: disable installation of non-free v2 dashboard
The v2 dashboard (included since version 1.41.0) is licensed under
Netdata Cloud UI License v1.0, which is a non-free license.

Patch the source code so that the v2 is not included in the source
and the result derivation. Users that want the v2 dashboard can still
request it by overriding this derivation and pass `withCloudUi = true`.

Co-authored-by: Raito Bezarius <masterancpp@gmail.com>
Fixes: https://github.com/NixOS/nixpkgs/issues/256964
2023-09-24 21:51:09 +00:00
Raito Bezarius be45243fb4 netdata: 1.42.1 -> 1.42.2
https://github.com/netdata/netdata/releases/tag/v1.42.2
2023-09-02 00:07:38 +02:00
R. Ryantm 23d4032e75 netdata: 1.42.0 -> 1.42.1 2023-08-25 15:45:43 +00:00
Raito Bezarius ffba3f19b5 netdata-go-plugins: add raitobezarius as a maintainer
Because apparently no one is maintaining it and I am de-facto netdata maintainer.
2023-08-10 18:46:53 +02:00
Raito Bezarius 022ab8cd2d netdata-go-plugins: 0.54.0 -> 0.54.1
https://github.com/netdata/go.d.plugin/releases/tag/v0.54.1
2023-08-10 18:46:37 +02:00
Raito Bezarius a100282d2a netdata: 1.41.0 -> 1.42.0
https://github.com/netdata/netdata/releases/tag/v1.42.0
2023-08-10 18:46:32 +02:00
DDoSolitary 060a47e1e4
netdata: set NETDATA_PIPENAME to /run/netdata/ipc
Netdata creates its control socket at /tmp/netdata-ipc by default, which
is insecure and actually inaccessible with systemd's PrivateTmp enabled.

Originally we patched its source code to move the socket to
/run/netdata/ipc. However, it was removed due to incompatibility when
upgrading to v1.41.0: 1d2a2dc7d0

Fortunately, this new version of netdata adds support for setting the
location of the control socket via the environment variable
NETDATA_PIPENAME. So let's set it for the netdata service and the
command line utility so that they can communicate properly.
2023-08-05 18:19:08 +08:00
Raito Bezarius 1d2a2dc7d0 netdata: 1.40.1 -> 1.41.0
https://github.com/netdata/netdata/releases/tag/v1.41.0

Reflowed & updated 2 patches:

- etc/var one
- skip configure one
2023-07-20 00:58:18 +02:00
R. Ryantm dfd30dea6f netdata-go-plugins: 0.53.2 -> 0.54.0 2023-07-15 03:31:08 +00:00
Felix Buehler bec27fabee treewide: use lib.optional instead of 'then []' 2023-07-12 09:36:28 +01:00
R. Ryantm c49936a20a netdata: 1.40.0 -> 1.40.1 2023-07-02 05:07:04 +00:00
Raito Bezarius 701679e94e netdata: 1.39.1 -> 1.40.0
https://github.com/netdata/netdata/releases/tag/v1.40.0
2023-06-16 11:43:54 +02:00
Raito Bezarius aab788548a netdata/go.d.plugin: 0.53.0 -> 0.53.2
https://github.com/netdata/go.d.plugin/releases/tag/v0.53.2
https://github.com/netdata/go.d.plugin/releases/tag/v0.53.1
2023-06-16 11:40:49 +02:00
Mario Rodas 86c8d96f77 netdata: add changelog to meta 2023-05-28 10:48:00 +00:00
R. Ryantm b56c79d1cb netdata: 1.39.0 -> 1.39.1 2023-05-28 10:47:40 +00:00
R. Ryantm 1429ce227a netdata-go-plugins: 0.52.2 -> 0.53.0 2023-05-27 00:51:37 +00:00
Raito Bezarius 7e72f076d5 netdata: 1.38.1 -> 1.39.0
https://github.com/netdata/netdata/releases/tag/v1.39.0
2023-05-08 18:57:18 +02:00
Mario Rodas 1c994164ef netdata-go-plugins: 0.52.1 -> 0.52.2
https://github.com/netdata/go.d.plugin/releases/tag/v0.52.2
2023-04-20 11:51:00 +00:00
R. Ryantm 2579c89872 netdata-go-plugins: 0.51.4 -> 0.52.1 2023-04-20 11:50:41 +00:00
Ryan Lahfa 16e41c5199
Merge pull request #218749 from Izorkin/fix-netdata-cgroup
netdata: fix start cgroup-network-helper.sh
2023-03-19 19:09:43 +01:00
Fabian Affolter 5f9354962d
Merge pull request #221690 from RaitoBezarius/nerdsnipe-more
maintainer: Add raitobezarius as maintainer of zfs & netdata
2023-03-18 11:29:05 +01:00
Mario Rodas 53262cefb7 netdata-go-plugins: update meta 2023-03-18 04:20:00 +00:00
Mario Rodas a0753a8b4b netdata-go-plugins: add netdata test to passthru 2023-03-18 04:20:00 +00:00
Mario Rodas bd2b3ec62b netdata-go-plugins: 0.51.3 -> 0.51.4
https://github.com/netdata/go.d.plugin/releases/tag/v0.51.4
2023-03-18 04:20:00 +00:00
R. Ryantm a6a085c6dc netdata-go-plugins: 0.51.2 -> 0.51.3 2023-03-18 03:55:07 +00:00
Raito Bezarius 6da5fddeb5 netdata: add raitobezarius as a maintainer 2023-03-17 17:27:01 +01:00
Izorkin 7fb6f1208a
netdata: fix start cgroup-network-helper.sh 2023-03-13 23:38:53 +03:00
Mario Rodas e692221d56 netdata-go-plugins: use default buildGoModule
netdata-go-plugins >=0.51.1 supports Go 1.20
be7abea20e
2023-03-05 15:15:00 -05:00
Mario Rodas 09116a2377 netdata: fix netdata-go-plugins package name 2023-03-05 15:15:00 -05:00
Wout Mertens ea0ab0b07c netdata: fix withDebug build 2023-03-04 23:38:19 +01:00
Wout Mertens 7687b4e3e1 netdata: fix libexec shebangs 2023-03-04 23:38:19 +01:00
Wout Mertens 5b232943b6 netdata-go-d-plugin: 0.50.0 -> 0.51.2 + expose 2023-03-04 23:38:18 +01:00
Artturin f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Wout Mertens 47ccc24b0a netdata: 1.37.1 -> 1.38.1 2023-02-14 19:20:50 +01:00
Łukasz Niemier ff167d8172
netdata-go.d.plugin: from 0.32.3 to 0.50.0
Netdata package has been updated several times in the meantime, but this
(somewhat crucial) dependency was left forgotten and unloved. So this is
quite huge jump in versions, but it is needed as many of the collectors
were added there (the one I have noticed that is missing is PostgreSQL
collector, but I bet that there is more).

It also adds missing Bash `buildInput` as I noticed that it is needed by
some shell collectors (cgroups I believe).
2023-02-07 12:53:37 +01:00