check_pm2
Version:
Check PM2 processes with nagios
31 lines (30 loc) • 613 B
JSON
{
"name": "check_pm2",
"version": "0.0.4",
"description": "Check PM2 processes with nagios",
"main": "index.js",
"bin": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nagios",
"icinga",
"check",
"process",
"PM2"
],
"author": "Sebastian Raff <hq@ccu.io>",
"license": "MIT",
"dependencies": {
"pm2": "*",
"yargs": "^4.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/hobbyquaker/check_pm2.git"
},
"bugs": {
"url": "https://github.com/hobbyquaker/check_pm2/issues"
}
}