check_node_pm2
Version:
Nagios plugin to monitor apllications in pm2
36 lines (35 loc) • 779 B
JSON
{
"name": "check_node_pm2",
"version": "0.0.17",
"description": "Nagios plugin to monitor apllications in pm2",
"main": "index.js",
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amalrajt/check_node_pm2.git"
},
"keywords": [
"icinga",
"nagios",
"pm2",
"node"
],
"author": "Amal Raj T <amalrajt95@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/amalrajt/check_node_pm2/issues"
},
"homepage": "https://github.com/amalrajt/check_node_pm2#readme",
"devDependencies": {
"mocha": "^4.0.1"
},
"dependencies": {
"pm2": "*",
"yargs": "^4.7.1"
},
"bin": {
"check_node_pm2": "index.js"
}
}