Files

15 lines
334 B
Plaintext

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