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.

21 lines
464 B
JSON

{
"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"
}
]
}
}