项目作者: hobbyquaker

项目描述 :
Nagios/Icinga Plugin to check PM2 Processes
高级语言: JavaScript
项目地址: git://github.com/hobbyquaker/check_pm2.git
创建时间: 2016-06-15T19:06:49Z
项目社区:https://github.com/hobbyquaker/check_pm2

开源协议:MIT License

下载


check_pm2

npm version
License

Nagios/Icinga Plugin to check PM2 Processes

Installation

npm install check_pm2 -g

Usage

  1. check_pm2 [options]
  2. Options:
  3. -A, --all check all processes
  4. -I, --ignore Ignore process (may be repeated)
  5. -P, --process Process to check (may be repeated)
  6. -w, --warn Warn if restart count exceeds given value
  7. -c, --crit Critical if restart count exceeds given value
  8. -s, --stop-error Report an error if process is stopped
  9. --version Show version number [boolean]
  10. --help Show help [boolean]

Mind that check_pm2 has to be run under the same user that started the PM2 daemon.

License

MIT (c) Sebastian Raff