From a36446eaaf45be1bc55a57defdb242f64126ac30 Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Fri, 24 Apr 2026 21:33:12 +0200 Subject: [PATCH] fix - update sudo priv for ceph pg --- templates/nrpe.sudoers.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/nrpe.sudoers.j2 b/templates/nrpe.sudoers.j2 index 6de5c22..b879a9f 100644 --- a/templates/nrpe.sudoers.j2 +++ b/templates/nrpe.sudoers.j2 @@ -42,5 +42,5 @@ nagios ALL=(ALL) NOPASSWD: /usr/bin/ceph health nagios ALL=(ALL) NOPASSWD: /usr/bin/ceph osd stat --format json nagios ALL=(ALL) NOPASSWD: /usr/bin/ceph mon stat --format json nagios ALL=(ALL) NOPASSWD: /usr/bin/ceph df --format json -nagios ALL=(ALL) NOPASSWD: /usr/bin/ceph pg stat --format json +nagios ALL=(ALL) NOPASSWD: /usr/bin/ceph pg stat {% endif %} \ No newline at end of file