add data source for check_log

master
Mr. Robot 3 years ago committed by GitHub
parent 1e41ec20da
commit 88be1780ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"
}
]
}
}
Loading…
Cancel
Save