monitoring-plugins-sar-perf/usr.lib.nagios.plugins.check_iostat
Lars Vogdt 0aadf20c17 - add apparmor profile for check_iostat
- recommend apparmor-profiles (needed for apparmor profile, but as 
  the check itself runs without apparmor, we use a week dependency)

OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins-sar-perf?expand=0&rev=3
2015-08-01 19:17:32 +00:00

16 lines
360 B
Plaintext

#include <tunables/global>
/usr/lib/nagios/plugins/check_iostat {
#include <abstractions/base>
#include <abstractions/consoles>
#include <abstractions/perl>
/usr/bin/iostat rix,
/bin/bash rix,
/usr/bin/which rix,
/sys/devices/system/cpu/ r,
/proc/meminfo r,
/proc/diskstats r,
/proc/uptime r,
/etc/sysstat/sysstat.ioconf r,
}