Commit graph

83 commits

Author SHA1 Message Date
Izorkin 095ed30363
netdata: 1.34.1 -> 1.35.1 2022-06-18 23:22:01 +03:00
Sergei Trofimovich 275f9025ca netdata: use disallowedReferences to guard against closure regressions
Suggested by Mindavi in https://github.com/NixOS/nixpkgs/pull/175719#issuecomment-1143586412.
2022-06-01 16:08:01 +01:00
Sergei Trofimovich 3773e35a21 netdata: do not persist ./configure flags to decrease closure size
Before:

    $ nix path-info -r ./result | wc -l
    76
    $ nix path-info -Sh ./result
    ...-netdata-1.34.1       366.8M

After:

    $ nix path-info -r ./result | wc -l
    30
    $ nix path-info -Sh ./result
    ...-netdata-1.34.1       205.7M
2022-06-01 10:28:06 +01:00
Rick van Schijndel cd3c25616d treewide: pkgs/tools: mark broken for darwin
All packages that were failing on x86_64-darwin are marked broken.
I'm assuming here that these are also broken on aarch64-darwin.
2022-05-29 10:56:04 +02:00
Izorkin 2ab4d2f39e
netdata: 1.33.1 -> 1.34.1 2022-05-24 20:05:35 +03:00
Izorkin a77280ef85
netdata: go.d.plugin: 0.31.0 -> 0.32.3 2022-05-24 20:05:30 +03:00
squalus e6df811980 netdata: support cross compile
- libbpf support was disabled as a result of a configure-time file existence
check. This check errored during cross compilation. Prevent the check from
running during cross compilation by explicitly disabling libbpf support.

- add protobuf to nativeBuildInputs to provide a protoc for
  buildPlatform

- enable strictDeps
2022-05-05 07:57:08 -07:00
Wout Mertens f8c560e285 netdata: fix protobuf support 2022-02-28 04:59:55 +01:00
Wout Mertens d76955da68 netdata: add protobuf support 2022-02-22 12:35:57 +01:00
R. RyanTM 969b67bdae
netdata: 1.33.0 -> 1.33.1
(#160199)
2022-02-16 22:18:02 +01:00
R. Ryantm 3448966456 netdata: 1.32.1 -> 1.33.0 2022-02-12 18:16:32 +00:00
Izorkin 4b4022db06
netdata: 1.31.0 -> 1.32.1 2022-01-08 00:38:17 +03:00
Izorkin 156393e104
netdata: go.d.plugin: 0.28.1 -> 0.31.0 2022-01-08 00:38:10 +03:00
Izorkin 1e54f84012
nixos/netdata: fix working with disabled ipmi plugin 2021-09-19 19:15:49 +03:00
zowoq 13ea123c74 treewide: buildFlagsArray -> ldflags 2021-08-26 21:35:06 +10:00
Leo Gaskin 8bc3e5aaea
nixos/netdata: Disable PrivateTmp setting for Netdata service (#127382)
* Add patch to put IPC socket into /run/netdata

Co-authored-by: Jörg Thalheim <joerg@thalheim.io>

* Update pkgs/tools/system/netdata/default.nix

Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2021-07-01 06:24:30 +01:00
Leo Gaskin 0a35c838b5
netdata: Fix netdata-claim.sh (#127381)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-20 17:59:34 +02:00
Leo Gaskin 4272dc1cfd netdata: make cloud support optional and disable on darwin 2021-05-21 19:20:17 +02:00
Leo Gaskin ae0c269386 netdata: Enable ACLK-NG by default 2021-05-19 20:51:21 +02:00
Leo Gaskin d2e042866e netdata: Remove patch which is already present in new release 2021-05-19 20:50:13 +02:00
Leo Gaskin 4035ff22b2 netdata: 1.30.1 -> 1.31.0 2021-05-19 19:44:05 +02:00
Izorkin 58497175be
nixos/netdata: cgroup-network: don't use AmbientCapabilities 2021-05-10 10:19:57 +03:00
Vladimír Čunát 73e17a3594
treewide: remove lethalman from meta.maintainers
He hasn't been heard of for years.
2021-05-07 15:36:40 +02:00
Izorkin 6b2462aec9
netdata: fix network interfaces detection when using virsh 2021-05-05 20:48:58 +03:00
Izorkin 360ed28868
netdata: go.d.plugin: 0.26.2 -> 0.28.1 2021-05-04 21:02:24 +03:00
Izorkin b9809f76cc
netdata: 1.29.3 -> 1.30.1 2021-05-04 21:02:23 +03:00
R. RyanTM b386735e76 netdata: 1.29.2 -> 1.29.3 2021-02-25 13:22:59 +00:00
Raghav Sood df790a9626
netdata: remove unused imports, fix suggestions 2021-02-20 10:32:52 +00:00
R. RyanTM 7c6298ab88 netdata: 1.29.1 -> 1.29.2 2021-02-20 00:10:50 +00:00
R. RyanTM 67a9957094 netdata: 1.29.0 -> 1.29.1 2021-02-10 19:40:18 +00:00
R. RyanTM c3ecdf3e64 netdata: 1.28.0 -> 1.29.0 2021-02-05 07:05:37 +00:00
Ben Siraphob d6aeae8f90 pkgs/tools: pkgconfig -> pkg-config (2) 2021-01-17 23:27:27 +07:00
Ben Siraphob 8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Marc 'risson' Schmitt 6e9d407ba9
netdata: 1.26.0 -> 1.28.0
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2020-12-21 04:18:36 +01:00
Marc 'risson' Schmitt def31099fe
netdata: go.d.plugin: 0.25.0 -> 0.26.2
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2020-12-21 04:18:19 +01:00
Marc 'risson' Schmitt 3e35be8e94
netdata: go.d.plugin: 0.20.0 -> 0.25.0
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2020-11-19 09:24:14 +01:00
R. RyanTM 2633358ec7 netdata: 1.25.0 -> 1.26.0 2020-10-25 23:03:46 +00:00
K900 a839779e0a netdata: 1.24.0 -> 1.25.0
Also update homepage URL to point to the new domain
2020-09-15 12:08:37 +03:00
Jörg Thalheim 67d6ea03c9
netdata: reference nixos tests 2020-08-28 09:50:16 +01:00
Izorkin af8e526347
netdata: 1.23.2 -> 1.24.0 2020-08-28 09:11:28 +03:00
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Raghav Sood 2ec6f070aa
netdata: 1.23.0 -> 1.23.2 2020-07-16 14:39:08 +00:00
Raghav Sood 9a5e9d475f
netdata: 1.22.1 -> 1.23.0 2020-06-26 15:49:45 +00:00
R. RyanTM f23c95b93c netdata: 1.21.1 -> 1.22.1 2020-05-19 19:57:53 +00:00
Colin L Rice d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Mario Rodas 95e007d69f netdata-go.d.plugin: 0.15.0 -> 0.18.0 2020-04-15 21:15:52 -07:00
Mario Rodas 7ff456d2de netdata: 1.21.0 -> 1.21.1
Changelog: https://github.com/netdata/netdata/releases/tag/v1.21.1
2020-04-15 21:15:52 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Mario Rodas ab589e42af
netdata: 1.20.0 -> 1.21.0
Changelog: https://github.com/netdata/netdata/releases/tag/v1.21.0
2020-04-06 04:20:00 -05:00
Izorkin d508a2f366 nixos/netdata: fix permissions for perf.plugin 2020-03-23 12:24:49 +03:00