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
9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
#include <tunables/global>
|
|
/usr/lib/nagios/plugins/check_dhcp {
|
|
#include <abstractions/base>
|
|
#include <abstractions/nameservice>
|
|
capability net_raw,
|
|
|
|
/etc/monitoring-plugins/* r,
|
|
}
|