1
0
monitoring-plugins/usr.lib.nagios.plugins.check_dhcp
Lars Vogdt f1a27a1d58 - allow plugins to open files in /etc/monitoring-plugins/
(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
2014-07-22 14:20:27 +00:00

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,
}