source: dasscm/trunk/etc/sudoers.d/nagios_dasscm_check@ 927

Last change on this file since 927 was 927, checked in by joergs, on Aug 24, 2010 at 1:20:31 PM

bugfix: sudo rule (permission and filename)

File size: 351 bytes
Line 
1#
2# allow nagios users to perform a "dasscm check" as root
3#
4# User_Alias NRPE is used, because on different systems different users are used
5# Common users are nrpe, nagios or nobody
6# (see "grep nrpe_user /etc/nagios/nrpe.cfg")
7#
8User_Alias NRPE = nrpe, nagios, nobody
9NRPE ALL=(ALL) NOPASSWD:/usr/bin/dasscm check
10
Note: See TracBrowser for help on using the repository browser.