diff options
Diffstat (limited to 'sudoers.d')
-rw-r--r-- | sudoers.d/ceph-osd-smartctl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sudoers.d/ceph-osd-smartctl b/sudoers.d/ceph-osd-smartctl new file mode 100644 index 00000000..882e8b68 --- /dev/null +++ b/sudoers.d/ceph-osd-smartctl @@ -0,0 +1,4 @@ +## allow ceph-osd (which runs as user ceph) to collect device health metrics + +ceph ALL=NOPASSWD: /usr/sbin/smartctl -a --json=o /dev/* +ceph ALL=NOPASSWD: /usr/sbin/nvme * smart-log-add --json /dev/* |