forked from pool/monitoring-plugins
f1a27a1d58
(Apparmor profiles in /etc/apparmor.d/) - add README files for check_ping and check_ntp_time - enhance all README files with Apparmor information - whitespace and some spelling fixes on check_cups - added debug option to check_cups OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins?expand=0&rev=7
13 lines
251 B
Plaintext
13 lines
251 B
Plaintext
# Last Modified: Wed May 16 10:38:11 2012
|
|
#include <tunables/global>
|
|
|
|
/usr/lib/nagios/plugins/check_ide_smart {
|
|
#include <abstractions/base>
|
|
capability sys_admin,
|
|
capability sys_rawio,
|
|
/dev/s* r,
|
|
/dev/h* r,
|
|
|
|
/etc/monitoring-plugins/* r,
|
|
}
|