2015-08-01 21:17:32 +02:00
|
|
|
#include <tunables/global>
|
|
|
|
/usr/lib/nagios/plugins/check_iostat {
|
|
|
|
#include <abstractions/base>
|
|
|
|
#include <abstractions/consoles>
|
|
|
|
#include <abstractions/perl>
|
|
|
|
/usr/bin/iostat rix,
|
2019-04-15 15:53:55 +02:00
|
|
|
/{usr/,}bin/bash rix,
|
2019-12-05 16:35:07 +01:00
|
|
|
/{usr/,}bin/stat rix,
|
2015-08-01 21:17:32 +02:00
|
|
|
/usr/bin/which rix,
|
|
|
|
/sys/devices/system/cpu/ r,
|
|
|
|
/proc/meminfo r,
|
2019-12-05 14:41:57 +01:00
|
|
|
@{PROC}/[0-9]*/mounts r,
|
2015-08-01 21:17:32 +02:00
|
|
|
/proc/diskstats r,
|
|
|
|
/proc/uptime r,
|
|
|
|
/etc/sysstat/sysstat.ioconf r,
|
|
|
|
}
|
|
|
|
|