From 0ab7e8794c955363825df216bae33aa897fb8939 Mon Sep 17 00:00:00 2001 From: Ilya Mashchenko Date: Fri, 12 Apr 2024 18:59:21 +0300 Subject: go.d nvme meta: remove sudoers prereq (#17395) --- src/go/collectors/go.d.plugin/modules/nvme/metadata.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/go/collectors/go.d.plugin/modules/nvme/metadata.yaml b/src/go/collectors/go.d.plugin/modules/nvme/metadata.yaml index 546f9c6c85..d787dbc22f 100644 --- a/src/go/collectors/go.d.plugin/modules/nvme/metadata.yaml +++ b/src/go/collectors/go.d.plugin/modules/nvme/metadata.yaml @@ -45,13 +45,6 @@ modules: - title: Install nvme-cli description: | See [Distro Support](https://github.com/linux-nvme/nvme-cli#distro-support). Install `nvme-cli` using your distribution's package manager. - - title: Allow netdata to execute nvme - description: | - Add the netdata user to `/etc/sudoers` (use `which nvme` to find the full path to the binary): - - ```bash - netdata ALL=(root) NOPASSWD: /usr/sbin/nvme - ``` configuration: file: name: go.d/nvme.conf -- cgit v1.2.3