1639 Commits

Author SHA1 Message Date
Aymeric Lavit d'Hautefort
7edf66f724 [PATCH] (fix) update regex + filter all keys 2017-01-04 17:05:57 +01:00
vmarchaud
b11aa19938 (transactions) start tracing on only one worker 2017-01-04 17:02:47 +01:00
vmarchaud
4205c9b36a (transactions) enable tracing via options 2017-01-04 17:02:11 +01:00
vmarchaud
26d3331b13 (transactions) fix bugs with spans time aggregation 2017-01-04 15:11:22 +01:00
Unitech
74d0fee7a5 merge development 2016-12-10 14:36:29 +01:00
Unitech
be4eb6c632 (startup) do not exit if no dump available 2016-12-09 17:59:16 +01:00
Unitech
56d2a7681d (startup) update-rc.d remove 2016-12-09 10:08:43 +01:00
Unitech
b86a2cce05 (startup) minor fix on command lines + add every PATH on systemd env 2016-12-08 01:50:33 +01:00
Unitech
24e7287f9a (startup) support legacy startup system (pm2-init.sh) 2016-12-08 01:36:52 +01:00
Unitech
3b35a6781e (startup) trick to attach to running pm2 daemon and exit in kill 2016-12-08 01:08:47 +01:00
Unitech
5aab328803 (startup) allow modules resurrection 2016-12-07 22:49:55 +01:00
Unitech
7a018c53f7 #1090 #15 do not replicate same processes on resurrect 2016-12-07 22:00:18 +01:00
Unitech
af41cb05cd (launchd) fix suggested command 2016-12-06 16:34:37 +01:00
Unitech
0ec275af69 (startup) launchd auto restart + unstartup launchd 2016-12-06 16:31:01 +01:00
Unitech
c556faa14d (startup) keepalive launchd 2016-12-06 14:43:12 +01:00
Unitech
cf1151c163 (startup) launchd fixes for MacOSx 2016-12-06 14:37:31 +01:00
Unitech
67d19e4e3b (startup) autodetect platform + fix systemd file + fix upstart file + do not launch PM2 as root on startup commands + pm2 unstartup 2016-12-06 02:09:00 +01:00
Unitech
1dc0d5b9ec (startup refactor) 2016-12-04 19:23:18 +01:00
Unitech
5532eec036 (cli/ui) optimize shortened list + check if TTY for simpler outputs 2016-12-04 16:47:30 +01:00
vmarchaud
7eb5fe1fbb (cli/ui) stacked mode when term columns < 90 2016-12-02 16:04:22 +01:00
Alexandre Strzelewicz
9653bf93fb Merge pull request #2548 from beniboy87/development
#2545 process started with pm2 api inherit wrong exit_code env value
2016-12-02 14:27:38 +01:00
Alexandre Strzelewicz
3cded35d27 Merge pull request #2543 from alavit-d/fix-module-monitoring
(fix) module pid/mem monitoring
2016-12-02 14:24:27 +01:00
Unitech
1131cc8098 (test) extra logging message on exception 2016-12-01 23:58:24 +01:00
Aymeric Lavit d'Hautefort
0994b47d64 [PATCH] (fix) incorrect meter 2016-11-30 17:20:29 +01:00
Aymeric Lavit d'Hautefort
7520174e28 restart if module only 2016-11-30 16:48:58 +01:00
Bencs Balázs
8988eb5e00 #2545 process started with pm2 api inherit wrong exit_code env value 2016-11-30 07:56:44 +00:00
vmarchaud
f26ff3ee1b (fix) use process id as key to store logs 2016-11-29 15:34:20 +01:00
vmarchaud
ac57a86305 (feature) attach last 25 logs when sending exception to km 2016-11-29 13:56:26 +01:00
vmarchaud
3866c16a0e (refactor) spans are now stored as a list 2016-11-28 17:31:14 +01:00
Aymeric Lavit d'Hautefort
1de79ce9ba (fix) module pid/mem monitoring 2016-11-28 16:14:20 +01:00
Unitech
9fc7d237fb Merge branch 'development' into lazer 2016-11-27 21:27:43 +01:00
Unitech
8c3b3a5683 (cli) pm2.trigger(<app_id>, <action_name>, [params], [cb]) 2016-11-27 21:09:59 +01:00
Unitech
f2b936df43 (aggregator) enhance tracing data structure + attach process object to event + iterate over buffer 2016-11-27 19:42:17 +01:00
Unitech
5ac5d93267 Merge branch 'development' into lazer 2016-11-27 16:49:48 +01:00
abluchet
2e1f83d832 fix #2537 duplicate Configuration.set 2016-11-25 14:38:22 +01:00
Unitech
beb63200b2 #281 PM2_SILENT + jlist will not print something else than JSON 2016-11-22 19:01:09 +01:00
Unitech
2ef97b83d6 #2530 make sure processess are stopped on direct system signal 2016-11-22 18:33:36 +01:00
vmarchaud
9e24872ac8 (aggregator) censor data / add hit meter for each variance 2016-11-22 18:19:04 +01:00
Unitech
0f7a10e1e0 #2351 skip default options (node_args+autorestart) on inner pm2 actions 2016-11-22 18:00:48 +01:00
Unitech
5cbe4fd236 error handler on treekill 2016-11-22 15:34:13 +01:00
Unitech
1faf1d766b (schema) alias err_file to error_file and err + out_file to out_log 2016-11-18 13:17:01 +01:00
Unitech
c1b083c592 #2418 #2474 resolve tilde as home path in conf file 2016-11-18 13:04:12 +01:00
Alexandre Strzelewicz
4347cf6196 Merge pull request #2526 from bwkiefer/launch-all
Added launch modules function to api.
2016-11-17 14:37:27 +01:00
Ben
082c60a882 Added launch all modules function to api. 2016-11-16 13:15:33 -05:00
vmarchaud
b6c0e42ec0 refactor some code / normalize before sending to km 2016-11-14 18:11:50 +01:00
vmarchaud
c451b3b942 (tests) coverage of most aggregation functions 2016-11-14 15:01:11 +01:00
Unitech
a40f6cabb0 (aggregator) fixes 2016-11-13 17:50:29 +01:00
Valentin MARCHAUD
38bb270379 fix tree creation / first test 2016-11-11 17:52:59 +01:00
Unitech
8dc4a9e9c7 (KM) do not require password for set and multiset conf 2016-11-11 16:52:01 +01:00
Unitech
437f081c9a #2509 list available functions 2016-11-11 16:20:52 +01:00