UNPKG

pm2-webhook-monitor

Version:

A pm2 monitor which sends log messages to webhook url.

40 lines (39 loc) 785 B
{ "name": "pm2-webhook-monitor", "version": "1.0.7", "description": "A pm2 monitor which sends log messages to webhook url.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "PM2", "monitor", "webhook" ], "author": "ZhangPuXi", "license": "ISC", "dependencies": { "bent": "^7.3.12", "pm2": "^4.5.4", "pmx": "^1.6.7" }, "config": { "webhookUrl": null, "log": false, "error": true, "kill": true, "exception": true, "restart": true, "reload": true, "delete": true, "stop": true, "restart overlimit": true, "exit": false, "start": false, "online": false, "phone": null, "bufferMaxSecond" : 5, "buffer" : true } }