Files

14 lines
320 B
Plaintext

---
comment: |-
This is the `check_memory` Nagios plugin, available e.g. in `/usr/lib/nagios/plugins/`.
functions:
file-read:
- code: |-
check_memory --extra-opts=@/path/to/input-file
comment: |-
The read file content is limited to the first line.
contexts:
sudo:
unprivileged:
...