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".

+47 -34
+3 -3
pkgs/tools/system/netdata/default.nix
··· 19 19 20 20 stdenv.mkDerivation rec { 21 21 # Don't forget to update go.d.plugin.nix as well 22 - version = "1.43.2"; 22 + version = "1.44.0"; 23 23 pname = "netdata"; 24 24 25 25 src = fetchFromGitHub { ··· 27 27 repo = "netdata"; 28 28 rev = "v${version}"; 29 29 hash = if withCloudUi 30 - then "sha256-ZhSuU2VTJPFJ3ja5eHx5uTuR19LleoID8Efr9FTyg74=" 31 - else "sha256-t2awo118mYbuoNiKiAxM5xpRmQSha+/NR5G+shsotek="; 30 + then "sha256-8kkOpMfcYPcHI3GuevZ2NYjJjlZvrvBgIs883Zsztgw=" 31 + else "sha256-Kui3sV8OzBri4h47qD10snQgdvdi6yi/2z4cXWREcxE="; 32 32 fetchSubmodules = true; 33 33 34 34 # Remove v2 dashboard distributed under NCUL1. Make sure an empty
+44 -31
pkgs/tools/system/netdata/no-files-in-etc-and-var.patch
··· 1 - diff --git a/collectors/Makefile.am b/collectors/Makefile.am 2 - index 2aec3dd3e..27385ec28 100644 3 - --- a/collectors/Makefile.am 4 - +++ b/collectors/Makefile.am 5 - @@ -31,7 +31,7 @@ usercustompluginsconfigdir=$(configdir)/custom-plugins.d 1 + diff --git c/collectors/Makefile.am i/collectors/Makefile.am 2 + index 1bbb2e0ef..96c400d33 100644 3 + --- c/collectors/Makefile.am 4 + +++ i/collectors/Makefile.am 5 + @@ -33,7 +33,7 @@ usercustompluginsconfigdir=$(configdir)/custom-plugins.d 6 6 usergoconfigdir=$(configdir)/go.d 7 7 8 8 # Explicitly install directories to avoid permission issues due to umask ··· 11 11 $(INSTALL) -d $(DESTDIR)$(usercustompluginsconfigdir) 12 12 $(INSTALL) -d $(DESTDIR)$(usergoconfigdir) 13 13 14 - diff --git a/collectors/charts.d.plugin/Makefile.am b/collectors/charts.d.plugin/Makefile.am 15 - index 03c7f0a94..01985db01 100644 16 - --- a/collectors/charts.d.plugin/Makefile.am 17 - +++ b/collectors/charts.d.plugin/Makefile.am 14 + diff --git c/collectors/charts.d.plugin/Makefile.am i/collectors/charts.d.plugin/Makefile.am 15 + index f82992fd4..4cac1ae4f 100644 16 + --- c/collectors/charts.d.plugin/Makefile.am 17 + +++ i/collectors/charts.d.plugin/Makefile.am 18 18 @@ -34,7 +34,7 @@ dist_userchartsconfig_DATA = \ 19 19 $(NULL) 20 20 ··· 24 24 $(INSTALL) -d $(DESTDIR)$(userchartsconfigdir) 25 25 26 26 chartsconfigdir=$(libconfigdir)/charts.d 27 - diff --git a/collectors/ebpf.plugin/Makefile.am b/collectors/ebpf.plugin/Makefile.am 27 + diff --git c/collectors/ebpf.plugin/Makefile.am i/collectors/ebpf.plugin/Makefile.am 28 28 index 2d5f92a6b..8b11c7502 100644 29 - --- a/collectors/ebpf.plugin/Makefile.am 30 - +++ b/collectors/ebpf.plugin/Makefile.am 29 + --- c/collectors/ebpf.plugin/Makefile.am 30 + +++ i/collectors/ebpf.plugin/Makefile.am 31 31 @@ -9,7 +9,7 @@ SUFFIXES = .in 32 32 userebpfconfigdir=$(configdir)/ebpf.d 33 33 ··· 37 37 $(INSTALL) -d $(DESTDIR)$(userebpfconfigdir) 38 38 39 39 dist_noinst_DATA = \ 40 - diff --git a/collectors/python.d.plugin/Makefile.am b/collectors/python.d.plugin/Makefile.am 40 + diff --git c/collectors/python.d.plugin/Makefile.am i/collectors/python.d.plugin/Makefile.am 41 41 index ca49c1c02..1b9bcc446 100644 42 - --- a/collectors/python.d.plugin/Makefile.am 43 - +++ b/collectors/python.d.plugin/Makefile.am 42 + --- c/collectors/python.d.plugin/Makefile.am 43 + +++ i/collectors/python.d.plugin/Makefile.am 44 44 @@ -32,7 +32,7 @@ dist_userpythonconfig_DATA = \ 45 45 $(NULL) 46 46 ··· 50 50 $(INSTALL) -d $(DESTDIR)$(userpythonconfigdir) 51 51 52 52 pythonconfigdir=$(libconfigdir)/python.d 53 - diff --git a/collectors/statsd.plugin/Makefile.am b/collectors/statsd.plugin/Makefile.am 53 + diff --git c/collectors/statsd.plugin/Makefile.am i/collectors/statsd.plugin/Makefile.am 54 54 index c8144c137..f8aaa89b6 100644 55 - --- a/collectors/statsd.plugin/Makefile.am 56 - +++ b/collectors/statsd.plugin/Makefile.am 55 + --- c/collectors/statsd.plugin/Makefile.am 56 + +++ i/collectors/statsd.plugin/Makefile.am 57 57 @@ -19,5 +19,5 @@ dist_userstatsdconfig_DATA = \ 58 58 $(NULL) 59 59 ··· 61 61 -install-exec-local: 62 62 +no-install-exec-local: 63 63 $(INSTALL) -d $(DESTDIR)$(userstatsdconfigdir) 64 - diff --git a/health/Makefile.am b/health/Makefile.am 65 - index 20e000860..add0137b3 100644 66 - --- a/health/Makefile.am 67 - +++ b/health/Makefile.am 64 + diff --git c/health/Makefile.am i/health/Makefile.am 65 + index 7d7bca4cc..3086876dd 100644 66 + --- c/health/Makefile.am 67 + +++ i/health/Makefile.am 68 68 @@ -19,7 +19,7 @@ dist_userhealthconfig_DATA = \ 69 69 $(NULL) 70 70 ··· 74 74 $(INSTALL) -d $(DESTDIR)$(userhealthconfigdir) 75 75 76 76 healthconfigdir=$(libconfigdir)/health.d 77 - diff --git a/system/Makefile.am b/system/Makefile.am 78 - index 54e9278c8..e7cc7acea 100644 79 - --- a/system/Makefile.am 80 - +++ b/system/Makefile.am 81 - @@ -21,12 +21,9 @@ include $(top_srcdir)/build/subst.inc 77 + diff --git c/logsmanagement/Makefile.am i/logsmanagement/Makefile.am 78 + index 33f08d556..1f08cbae9 100644 79 + --- c/logsmanagement/Makefile.am 80 + +++ i/logsmanagement/Makefile.am 81 + @@ -6,7 +6,7 @@ MAINTAINERCLEANFILES = $(srcdir)/Makefile.in 82 + userlogsmanagconfigdir=$(configdir)/logsmanagement.d 83 + 84 + # Explicitly install directories to avoid permission issues due to umask 85 + -install-exec-local: 86 + +no-install-exec-local: 87 + $(INSTALL) -d $(DESTDIR)$(userlogsmanagconfigdir) 88 + 89 + dist_libconfig_DATA = \ 90 + diff --git c/system/Makefile.am i/system/Makefile.am 91 + index 1e96f6f4f..98122ecdc 100644 92 + --- c/system/Makefile.am 93 + +++ i/system/Makefile.am 94 + @@ -22,12 +22,9 @@ include $(top_srcdir)/build/subst.inc 82 95 SUFFIXES = .in 83 96 84 97 dist_config_SCRIPTS = \ ··· 91 104 $(NULL) 92 105 93 106 libconfigvnodesdir=$(libconfigdir)/vnodes 94 - @@ -46,7 +43,7 @@ libsysrunitdir=$(libsysdir)/runit 107 + @@ -47,7 +44,7 @@ libsysrunitdir=$(libsysdir)/runit 95 108 libsyssystemddir=$(libsysdir)/systemd 96 109 97 110 # Explicitly install directories to avoid permission issues due to umask ··· 100 113 $(INSTALL) -d $(DESTDIR)$(configdir) 101 114 $(INSTALL) -d $(DESTDIR)$(libsysdir) 102 115 $(INSTALL) -d $(DESTDIR)$(libsyscrondir) 103 - diff --git a/web/Makefile.am b/web/Makefile.am 116 + diff --git c/web/Makefile.am i/web/Makefile.am 104 117 index be2c545c3..55f373114 100644 105 - --- a/web/Makefile.am 106 - +++ b/web/Makefile.am 118 + --- c/web/Makefile.am 119 + +++ i/web/Makefile.am 107 120 @@ -13,7 +13,7 @@ SUBDIRS = \ 108 121 usersslconfigdir=$(configdir)/ssl 109 122