You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
372 B
JSON

{
"description": "This is the 'check_raid' 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_raid --extra-opts=@[file]\n"
}
],
"sudo": [
{
"code": "sudo check_raid --extra-opts=@[file]\n"
}
]
}
}