diff --git a/data/check_statusfile.json b/data/check_statusfile.json new file mode 100644 index 0000000..43459b9 --- /dev/null +++ b/data/check_statusfile.json @@ -0,0 +1,15 @@ +{ + "description": "This is the 'check_statusfile' Nagios plugi 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_statusfile [file]\n" + } + ], + "sudo": [ + { + "code": "sudo check_statusfile [file]\n" + } + ] + } +}