文件名称:server-autopsy:服务器验尸是您日常的服务器监视中间件
文件大小:5KB
文件格式:ZIP
更新时间:2024-05-20 05:17:32
JavaScript
服务器验尸 serverautopsy是您日常的服务器监视中间件。 很难监视您喜欢的应用程序在其中部署的当前服务器的方式。 如果您像我一样懒惰,那么这就是您所需要的。 它检查服务器的使用情况,内存和磁盘空间,并通过向管理员发送邮件,以通知服务器内存或磁盘不足或CPU使用率很高。 。 安装 $ npm install serverautopsy 原料药 var serverAutopsy = require ( "serverautopsy" ) ; app . use ( serverAutopsy ( { "apiKey" : SENDGRID_API_KEY , from : "test1@example.com" , to : "test2@example.com" , } ) ) ; serverAutopsy.json({object}) 服
【文件预览】:
server-autopsy-master
----index.js(3KB)
----package.json(860B)
----LICENSE(1KB)
----package-lock.json(2KB)
----.gitignore(20B)
----README.md(1KB)