tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
netdata: 1.29.3 -> 1.30.1
Izorkin
4 years ago
b9809f76
9aad9155
+26
-36
2 changed files
expand all
collapse all
unified
split
pkgs
tools
system
netdata
default.nix
no-files-in-etc-and-var.patch
+2
-2
pkgs/tools/system/netdata/default.nix
···
15
15
let
16
16
go-d-plugin = callPackage ./go.d.plugin.nix {};
17
17
in stdenv.mkDerivation rec {
18
18
-
version = "1.29.3";
18
18
+
version = "1.30.1";
19
19
pname = "netdata";
20
20
21
21
src = fetchFromGitHub {
22
22
owner = "netdata";
23
23
repo = "netdata";
24
24
rev = "v${version}";
25
25
-
sha256 = "sha256-GWIQZEC5agJ+Zw7l58IIAJhXP6dxirCmWVBJulzBO5Q=";
25
25
+
sha256 = "0cp6gbn38f1cr0jkr64vvwz005cvnwj3hgfxs147wap9w228k46r";
26
26
};
27
27
28
28
nativeBuildInputs = [ autoreconfHook pkg-config ];
+24
-34
pkgs/tools/system/netdata/no-files-in-etc-and-var.patch
···
1
1
-
From 4ecc1475be94a384c122594b5f7d455beb64a2f0 Mon Sep 17 00:00:00 2001
2
2
-
From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= <joerg@thalheim.io>
3
3
-
Date: Sat, 22 Feb 2020 06:42:14 +0000
4
4
-
Subject: [PATCH] no files in etc and var
5
5
-
MIME-Version: 1.0
6
6
-
Content-Type: text/plain; charset=UTF-8
7
7
-
Content-Transfer-Encoding: 8bit
8
8
-
9
9
-
Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
10
10
-
---
11
11
-
collectors/Makefile.am | 2 +-
12
12
-
collectors/charts.d.plugin/Makefile.am | 2 +-
13
13
-
collectors/node.d.plugin/Makefile.am | 2 +-
14
14
-
collectors/python.d.plugin/Makefile.am | 2 +-
15
15
-
collectors/statsd.plugin/Makefile.am | 2 +-
16
16
-
health/Makefile.am | 2 +-
17
17
-
system/Makefile.am | 3 +--
18
18
-
web/Makefile.am | 2 +-
19
19
-
8 files changed, 8 insertions(+), 9 deletions(-)
20
20
-
21
1
diff --git a/collectors/Makefile.am b/collectors/Makefile.am
22
22
-
index 9bb52958..c9799165 100644
2
2
+
index 021e2ff23..115b88277 100644
23
3
--- a/collectors/Makefile.am
24
4
+++ b/collectors/Makefile.am
25
25
-
@@ -32,7 +32,7 @@ usercustompluginsconfigdir=$(configdir)/custom-plugins.d
5
5
+
@@ -33,7 +33,7 @@ usercustompluginsconfigdir=$(configdir)/custom-plugins.d
26
6
usergoconfigdir=$(configdir)/go.d
27
7
28
8
# Explicitly install directories to avoid permission issues due to umask
···
32
12
$(INSTALL) -d $(DESTDIR)$(usergoconfigdir)
33
13
34
14
diff --git a/collectors/charts.d.plugin/Makefile.am b/collectors/charts.d.plugin/Makefile.am
35
35
-
index 03c7f0a9..01985db0 100644
15
15
+
index 03c7f0a94..01985db01 100644
36
16
--- a/collectors/charts.d.plugin/Makefile.am
37
17
+++ b/collectors/charts.d.plugin/Makefile.am
38
18
@@ -34,7 +34,7 @@ dist_userchartsconfig_DATA = \
···
44
24
$(INSTALL) -d $(DESTDIR)$(userchartsconfigdir)
45
25
46
26
chartsconfigdir=$(libconfigdir)/charts.d
27
27
+
diff --git a/collectors/ebpf.plugin/Makefile.am b/collectors/ebpf.plugin/Makefile.am
28
28
+
index 18b1fc6c8..b4b0c7852 100644
29
29
+
--- a/collectors/ebpf.plugin/Makefile.am
30
30
+
+++ b/collectors/ebpf.plugin/Makefile.am
31
31
+
@@ -13,7 +13,7 @@ SUFFIXES = .in
32
32
+
userebpfconfigdir=$(configdir)/ebpf.d
33
33
+
34
34
+
# Explicitly install directories to avoid permission issues due to umask
35
35
+
-install-exec-local:
36
36
+
+no-install-exec-local:
37
37
+
$(INSTALL) -d $(DESTDIR)$(userebpfconfigdir)
38
38
+
39
39
+
dist_plugins_SCRIPTS = \
47
40
diff --git a/collectors/node.d.plugin/Makefile.am b/collectors/node.d.plugin/Makefile.am
48
48
-
index c3142d43..95e32445 100644
41
41
+
index c3142d433..95e324455 100644
49
42
--- a/collectors/node.d.plugin/Makefile.am
50
43
+++ b/collectors/node.d.plugin/Makefile.am
51
44
@@ -26,7 +26,7 @@ dist_usernodeconfig_DATA = \
···
58
51
59
52
nodeconfigdir=$(libconfigdir)/node.d
60
53
diff --git a/collectors/python.d.plugin/Makefile.am b/collectors/python.d.plugin/Makefile.am
61
61
-
index e678f86a..29a319da 100644
54
54
+
index 38eb90f79..ce7079441 100644
62
55
--- a/collectors/python.d.plugin/Makefile.am
63
56
+++ b/collectors/python.d.plugin/Makefile.am
64
57
@@ -32,7 +32,7 @@ dist_userpythonconfig_DATA = \
···
71
64
72
65
pythonconfigdir=$(libconfigdir)/python.d
73
66
diff --git a/collectors/statsd.plugin/Makefile.am b/collectors/statsd.plugin/Makefile.am
74
74
-
index b01302d1..f5b77da4 100644
67
67
+
index 71f2d468d..2c9ced2bf 100644
75
68
--- a/collectors/statsd.plugin/Makefile.am
76
69
+++ b/collectors/statsd.plugin/Makefile.am
77
77
-
@@ -17,5 +17,5 @@ dist_userstatsdconfig_DATA = \
70
70
+
@@ -18,5 +18,5 @@ dist_userstatsdconfig_DATA = \
78
71
$(NULL)
79
72
80
73
# Explicitly install directories to avoid permission issues due to umask
···
82
75
+no-install-exec-local:
83
76
$(INSTALL) -d $(DESTDIR)$(userstatsdconfigdir)
84
77
diff --git a/health/Makefile.am b/health/Makefile.am
85
85
-
index 853ed0d7..210330a6 100644
78
78
+
index b963ea0cd..6979e69bf 100644
86
79
--- a/health/Makefile.am
87
80
+++ b/health/Makefile.am
88
81
@@ -19,7 +19,7 @@ dist_userhealthconfig_DATA = \
···
95
88
96
89
healthconfigdir=$(libconfigdir)/health.d
97
90
diff --git a/system/Makefile.am b/system/Makefile.am
98
98
-
index ad68c655..74f032f9 100644
91
91
+
index 5323738c9..06e1b6a73 100644
99
92
--- a/system/Makefile.am
100
93
+++ b/system/Makefile.am
101
101
-
@@ -17,11 +17,10 @@ include $(top_srcdir)/build/subst.inc
94
94
+
@@ -20,11 +20,10 @@ include $(top_srcdir)/build/subst.inc
102
95
SUFFIXES = .in
103
96
104
97
dist_config_SCRIPTS = \
···
112
105
113
106
nodist_noinst_DATA = \
114
107
diff --git a/web/Makefile.am b/web/Makefile.am
115
115
-
index ccaccd76..16a2977e 100644
108
108
+
index ccaccd764..16a2977e5 100644
116
109
--- a/web/Makefile.am
117
110
+++ b/web/Makefile.am
118
111
@@ -12,7 +12,7 @@ SUBDIRS = \
···
124
117
$(INSTALL) -d $(DESTDIR)$(usersslconfigdir)
125
118
126
119
dist_noinst_DATA = \
127
127
-
--
128
128
-
2.25.0
129
129
-