diff --git a/data/check_cups.json b/data/check_cups.json new file mode 100644 index 0000000..f1464c5 --- /dev/null +++ b/data/check_cups.json @@ -0,0 +1,15 @@ +{ + "description": "This is the 'check_cups' Nagios plugin, available e.g. in '/usr/lib/nagios/plugins/'. The read file content is limited to the first line.\n", + "functions": { + "file-read": [ + { + "code": "check_cups --extra-opts=@[file]\n" + } + ], + "sudo": [ + { + "code": "sudo check_cups --extra-opts=@[file]\n" + } + ] + } +}