Unitech
68335cfd2c
(profiler) enable profiler via pm2 install <profiler|v8-profiler>
2017-03-23 20:26:06 +01:00
vmarchaud
e5f26e17cd
(aggregator) change percentiles metadata
2017-03-22 15:00:37 +01:00
vmarchaud
46fcd9a8ee
(aggregator) fix stats + notifier packet
2017-03-22 14:39:01 +01:00
vmarchaud
fdcf25bb23
(aggregator) inquisitor trace
2017-03-20 01:51:24 +01:00
vmarchaud
c7655ea220
(aggregator) refactor to use Histogram for stats
2017-03-20 01:41:25 +01:00
vmarchaud
a93b662c3f
(interactor) add two reverse method to reset caches
2017-03-19 18:32:45 +01:00
vmarchaud
cd4e201215
(startup) drop start timeout #2765
2017-03-16 00:44:52 +01:00
Unitech
79ab6c0b51
(client) #2757 check that 'node' interpreter exists in PATH else fallback to process.execPath
2017-03-15 23:58:00 +01:00
vmarchaud
f0ecc7d2c3
Merge pull request #2761 from rikkert/patch-1
...
Make JSON log stream timestamp consistent
2017-03-15 20:52:04 +01:00
Yaroslav Korotaev
b191ee782c
fix trigger API never calling callback
2017-03-15 16:31:49 +03:00
Ramiro Rikkert
89bcfb4c57
Make JSON timestamp consistent
...
The timestamp when logging in JSON uses two (not influenceable) different formats.
This change makes sure all logs in JSON use the same formatting for timestamps. (ISO8601)
2017-03-10 13:54:28 +01:00
vmarchaud
af3648d8d0
Merge pull request #2757 from LinusU/patch-1
...
Always start the deamon using node
2017-03-09 17:05:58 +01:00
Linus Unnebäck
f68f4448d8
Always start the deamon using node
2017-03-08 16:38:18 +01:00
Unitech
24ada4ba19
(km) disable auto pm2-server-monit install
2017-03-01 11:51:01 +01:00
Unitech
fa06f5e97a
(trace) refactor + handle exit/restarts
2017-02-27 01:03:59 +01:00
Unitech
cc02854b28
(interactor) drop transitional state processes
2017-02-26 16:11:17 +01:00
vmarchaud
a75e06a1af
(aggregator) add server name to process meta
2017-02-24 12:25:17 +01:00
Unitech
b795c9f15a
(km) auto install pm2-server-monit on km linking
2017-02-23 23:34:39 +01:00
Unitech
ddbbe7e31b
(km) auto install pm2-server-monit on km linking
2017-02-23 23:33:35 +01:00
Unitech
1733f7b5a0
Agent Online | Dashboard Access: https://app.keymetrics.io/#/r/PUBLIC_ID | Server name: delta
2017-02-23 22:03:55 +01:00
Unitech
422c16d7e8
(ecosystem tpl) fix path
2017-02-23 21:28:51 +01:00
Unitech
e5aa61ddfa
CHANGELOG + do not systemctl status on unstartup
2017-02-21 14:39:21 +01:00
Alexandre Strzelewicz
2a9c347619
Merge pull request #2720 from porsager/multi-user-startup
...
Multi user startup - fixes #2662
2017-02-21 14:31:37 +01:00
Unitech
4e4b49841d
(expose) drop () on app name
2017-02-21 10:36:57 +01:00
vmarchaud
b30651b0d8
Merge pull request #2681 from zhendongguan/master
...
fix log folder create
2017-02-20 17:00:18 +01:00
vmarchaud
9e658e0861
Merge pull request #2724 from ngtmuzi/master
...
fix the bug: "process still restart after it has be stop or delete"
2017-02-20 16:59:16 +01:00
vmarchaud
624129ba11
(logs) disable timestamp for --attach option
2017-02-20 16:57:40 +01:00
vmarchaud
7abad52da1
(monit) add old monit interface #2699
2017-02-20 16:56:43 +01:00
vmarchaud
2173c2fe34
(logs) options to start stream logs after any operation #2266
2017-02-20 16:49:44 +01:00
Unitech
1f855da544
#2707 avoid Restart=always with systemd (pid refresh problem)
2017-02-19 15:07:11 +01:00
vmarchaud
69f600cac4
(fix) refactor to use a var
2017-02-16 11:36:24 +01:00
vmarchaud
2a4913a82a
Merge pull request #2707 from max-mathieu/journalctl-log-fix
...
Make sure pm2 does not fill up systemd logs
2017-02-16 11:33:38 +01:00
xuezhongxiong
bb31516d81
fix the "restart_task" enumerable problem.
2017-02-16 17:55:51 +08:00
xuezhongxiong
79de7657bc
add a new props :"proc.pm2_env.restart_task" to solve the problem : "process still restart after it be stop or delete."
2017-02-16 16:15:27 +08:00
porsager
aa279ac2f8
Merge branch 'Unitech/development' into multi-user-startup
2017-02-15 22:41:26 +01:00
porsager
76b5ebc391
Make unstartup behavior predictable
2017-02-15 22:11:28 +01:00
porsager
5c8323c358
Use proper launchd service name
2017-02-15 21:58:12 +01:00
porsager
1acc01f0fa
Fix removal of old pm2 named services
2017-02-15 21:54:20 +01:00
vmarchaud
475aa12145
Merge pull request #2718 from spang/master
...
Fix a few typos: s/optionnal/optional/
2017-02-15 17:23:52 +01:00
porsager
d0928ba1d2
Merge remote-tracking branch 'origin/development' into multi-user-startup
...
# Conflicts:
# lib/API/Startup.js
2017-02-15 15:05:03 +01:00
Unitech
753d5d6da3
(module install) fix command yarn/npm
2017-02-15 15:01:42 +01:00
porsager
802e5de1f2
Fix systemd to use service_name
2017-02-15 10:39:08 +01:00
porsager
8a7f7edfc6
Add support for multi user startup
2017-02-15 10:24:09 +01:00
Christine Spang
494a4d6c0b
Fix a few typos: s/optionnal/optional/
2017-02-14 15:43:43 -08:00
vmarchaud
4dc9296ed7
(module instlal) use yarn if node version > 0.12
2017-02-14 16:23:18 +01:00
vmarchaud
98446737f5
(dashboard) async refresh to reduce data fetch interval
2017-02-14 16:06:05 +01:00
vmarchaud
116d8300ac
(module) use yarn if node version > 0.12
2017-02-14 15:51:18 +01:00
vmarchaud
5f2fc1c842
Merge branch 'development' of github.com:Unitech/pm2 into development
2017-02-14 15:21:05 +01:00
vmarchaud
d368bd846c
(treekil) handle null return #2715
2017-02-14 15:20:50 +01:00
George Kalpakas
57d28420fc
(startup) fix systemv on debian
...
Discussion: a788e523e5 (commitcomment-20851443)
2017-02-13 15:29:00 +02:00