forked from pool/monitoring-plugins
4be93d60bc
usr.lib.nagios.plugins.check_procs.sle15 and use that for sle15 and above. "ptrace" to enable ptrace globally is needed here. OBS-URL: https://build.opensuse.org/package/show/server:monitoring/monitoring-plugins?expand=0&rev=49
14 lines
266 B
Plaintext
14 lines
266 B
Plaintext
#include <tunables/global>
|
|
/usr/lib/nagios/plugins/check_procs {
|
|
#include <abstractions/nameservice>
|
|
#include <abstractions/base>
|
|
#include <abstractions/consoles>
|
|
|
|
ptrace,
|
|
|
|
/bin/ps rix,
|
|
/proc/ r,
|
|
/proc/** r,
|
|
/usr/lib/nagios/plugins/check_procs mr,
|
|
}
|