@cryptotaxi247 / netdata-1 / commits / 0ab7e8794

go.d nvme meta: remove sudoers prereq (#17395)

Ilya Mashchenko committed Apr 12, 2024 at 18:59 UTC 0ab7e8794c955363825df216bae33aa897fb8939
1 file changed -7
src/go/collectors/go.d.plugin/modules/nvme/metadata.yaml
-7
@@ -45,13 +45,6 @@ modules:
45 - title: Install nvme-cli
46 description: |
47 See [Distro Support](https://github.com/linux-nvme/nvme-cli#distro-support). Install `nvme-cli` using your distribution's package manager.
48 - - title: Allow netdata to execute nvme
49 - description: |
50 - Add the netdata user to `/etc/sudoers` (use `which nvme` to find the full path to the binary):
51 -
52 - ```bash
53 - netdata ALL=(root) NOPASSWD: /usr/sbin/nvme
54 - ```
48 configuration:
49 file:
50 name: go.d/nvme.conf