This commit is contained in:
Unitech 2015-09-23 13:40:07 +02:00
parent 3a7a41e853
commit a50fbf15ba
4 changed files with 21 additions and 3 deletions

View File

@ -2,5 +2,4 @@ test
apps
doc
examples
pres
*.pyc

View File

@ -63,7 +63,7 @@ var csts = {
FORK_MODE_ID : 'fork_mode',
KEYMETRICS_ROOT_URL : process.env.KEYMETRICS_NODE || 'root.keymetrics.io',
KEYMETRICS_BANNER : './pres/keymetrics',
KEYMETRICS_BANNER : './lib/keymetrics',
DEFAULT_MODULE_JSON : 'package.json',
REMOTE_PORT_TCP : isNaN(parseInt(process.env.KEYMETRICS_PUSH_PORT)) ? 80 : parseInt(process.env.KEYMETRICS_PUSH_PORT),

19
lib/keymetrics Normal file
View File

@ -0,0 +1,19 @@
-------------
Looking for a complete monitoring and management tool for PM2?
Check out:
_ _ _ _
| | _____ _ _ _ __ ___ ___| |_ _ __(_) ___ ___ (_) ___
| |/ / _ \ | | | '_ ` _ \ / _ \ __| '__| |/ __/ __| | |/ _ \
| < __/ |_| | | | | | | __/ |_| | | | (__\__ \_| | (_) |
|_|\_\___|\__, |_| |_| |_|\___|\__|_| |_|\___|___(_)_|\___/
|___/
Register here:
https://app.keymetrics.io/
-------------

View File

@ -1,7 +1,7 @@
{
"name": "pm2",
"preferGlobal": "true",
"version": "0.15.0",
"version": "0.15.2",
"engines": {
"node": ">=0.10"
},