diff --git a/data/check_log.json b/data/check_log.json new file mode 100644 index 0000000..a06bb6f --- /dev/null +++ b/data/check_log.json @@ -0,0 +1,20 @@ +{ + "description": "This is the 'check_log' Nagios plugin, available e.g. in '/usr/lib/nagios/plugins/'.\n", + "functions": { + "file-read": [ + { + "code": "check_log -F [file] -O [output]\ncat [output]\n" + } + ], + "file-write": [ + { + "code": "check_log -F [input] -O [file]\n" + } + ], + "sudo": [ + { + "code": "sudo check_log -F [input] -O [file]\n" + } + ] + } + }