summary refs log tree commit diff
path: root/pkgs/tools/system/netdata
diff options
context:
space:
mode:
authorIzorkin <izorkin@elven.pw>2020-03-19 19:13:01 +0300
committerIzorkin <izorkin@elven.pw>2020-03-19 19:13:01 +0300
commit5440025016c786bee8d9f369c97be6a43dd2f7eb (patch)
treebabdea817bf836a5c3b764063584a47ab00dd9f5 /pkgs/tools/system/netdata
parent4726a8f2d4d6db0565c634551e59d4510af8ef6e (diff)
downloadnixpkgs-5440025016c786bee8d9f369c97be6a43dd2f7eb.tar
nixpkgs-5440025016c786bee8d9f369c97be6a43dd2f7eb.tar.gz
nixpkgs-5440025016c786bee8d9f369c97be6a43dd2f7eb.tar.bz2
nixpkgs-5440025016c786bee8d9f369c97be6a43dd2f7eb.tar.lz
nixpkgs-5440025016c786bee8d9f369c97be6a43dd2f7eb.tar.xz
nixpkgs-5440025016c786bee8d9f369c97be6a43dd2f7eb.tar.zst
nixpkgs-5440025016c786bee8d9f369c97be6a43dd2f7eb.zip
netdata: fix load go.d.plugin
Diffstat (limited to 'pkgs/tools/system/netdata')
-rw-r--r--pkgs/tools/system/netdata/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/netdata/default.nix b/pkgs/tools/system/netdata/default.nix
index 482e6253a52..9abadd38356 100644
--- a/pkgs/tools/system/netdata/default.nix
+++ b/pkgs/tools/system/netdata/default.nix
@@ -47,7 +47,7 @@ in stdenv.mkDerivation rec {
 
   postInstall = ''
     ln -s ${go-d-plugin.bin}/lib/netdata/conf.d/* $out/lib/netdata/conf.d
-    ln -s ${go-d-plugin.bin}/bin/godplugind $out/libexec/netdata/plugins.d/go.d.plugin
+    ln -s ${go-d-plugin.bin}/bin/godplugin $out/libexec/netdata/plugins.d/go.d.plugin
   '' + optionalString (!stdenv.isDarwin) ''
     # rename this plugin so netdata will look for setuid wrapper
     mv $out/libexec/netdata/plugins.d/apps.plugin \