summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2024-04-12 18:59:21 +0300
committerGitHub <noreply@github.com>2024-04-12 18:59:21 +0300
commit0ab7e8794c955363825df216bae33aa897fb8939 (patch)
treecae500a83bb4ca2de97325f88fa36d0f2b02a42c
parent8db14ae42920fce0854f751db92103b650c0f5c6 (diff)
go.d nvme meta: remove sudoers prereq (#17395)
-rw-r--r--src/go/collectors/go.d.plugin/modules/nvme/metadata.yaml7
1 files changed, 0 insertions, 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