add data source for check_memory

master
Mr. Robot 3 years ago committed by GitHub
parent 397e3bf1e7
commit ed6e606b72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,15 @@
{
"description": "This is the 'check_memory' 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_memory --extra-opts=@[file]\n"
}
],
"sudo": [
{
"code": "sudo check_memory --extra-opts=@[file]\n"
}
]
}
}
Loading…
Cancel
Save