forked from pool/monitoring-plugins-bonding
13 lines
225 B
Plaintext
13 lines
225 B
Plaintext
|
#include <tunables/global>
|
||
|
|
||
|
/usr/lib/nagios/plugins/check_bonding {
|
||
|
#include <abstractions/base>
|
||
|
#include <abstractions/perl>
|
||
|
|
||
|
/proc/*/net/ r,
|
||
|
/proc/*/net/bonding/ r,
|
||
|
/proc/*/net/bonding/* r,
|
||
|
/usr/bin/perl ix,
|
||
|
}
|
||
|
|