0aadf20c17
- 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
16 lines
360 B
Plaintext
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,
|
|
}
|
|
|