X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=dsa-nagios-nrpe-config%2Fdebian%2Fpostinst;h=5529e941c34ea8eb102522af72a2332c6b70e32e;hb=d4d9c9081e4c51620f3b05775bb8e7105005fb95;hp=a90e03e6dcc23d4dcf9a75bbd42eb69b1a3436fe;hpb=f28cc10fc01e20d69218b0a374b5e435684d606f;p=mirror%2Fdsa-nagios.git diff --git a/dsa-nagios-nrpe-config/debian/postinst b/dsa-nagios-nrpe-config/debian/postinst index a90e03e..5529e94 100644 --- a/dsa-nagios-nrpe-config/debian/postinst +++ b/dsa-nagios-nrpe-config/debian/postinst @@ -38,7 +38,14 @@ if [ -e /etc/default/nagios-nrpe-server ] ; then fi fi - +if [ -e /etc/sudoers ] ; then + if ! grep '^nagios.*/usr/lib/nagios/plugins/dsa-check-dabackup' /etc/sudoers > /dev/null; then + echo + echo 'WARNIG: Add this line to sudoers:' + echo 'nagios ALL=(ALL) NOPASSWD: /usr/lib/nagios/plugins/dsa-check-dabackup ""' + echo + fi +fi if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then invoke-rc.d nagios-nrpe-server restart || exit $?