Files

14 lines
316 B
Plaintext

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