diff --git a/CHANGELOG.md b/CHANGELOG.md index 756c881d..be066a67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ The **patch** part is incremented if multiple releases happen the same month * autosysadmin-agent: upstream release 24.03.2 * evolinux-base: Add new variable to disable global customisation of bash config * roundcube: Use /var/log/roundcube directly +* evolinux-users: Add sudo mvcli for nagios user ### Fixed diff --git a/evolinux-users/templates/sudoers.j2 b/evolinux-users/templates/sudoers.j2 index 0e8471bf..b6510ed9 100644 --- a/evolinux-users/templates/sudoers.j2 +++ b/evolinux-users/templates/sudoers.j2 @@ -24,6 +24,8 @@ nagios ALL = NOPASSWD: /sbin/megacli -LdInfo -Lall -aALL -NoLog nagios ALL = NOPASSWD: /sbin/megacli -AdpBbuCmd -GetBbuStatus -aALL -NoLog nagios ALL = NOPASSWD: /sbin/ssacli controller all show status nagios ALL = NOPASSWD: /sbin/ssacli controller slot=0 logicaldrive all show +nagios ALL = NOPASSWD: /usr/local/bin/mvcli info -o blk +nagios ALL = NOPASSWD: /usr/local/bin/mvcli info -o vd nagios ALL = NOPASSWD: /usr/local/lib/nagios/plugins/check_gluster.rb nagios ALL = (clamav) NOPASSWD: /usr/bin/clamscan /tmp/safe.txt