Skip to content

Commit

Permalink
tweak: do not install pm2-logrotate and pm2-server-monit
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Aug 22, 2018
1 parent c3c0e42 commit 03af38c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/API/pm2-plus/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ module.exports = function(CLI) {
var modules = []

if (opts.type === 'enterprise' || opts.type === 'plus') {
modules = ['pm2-logrotate', 'pm2-server-monit', 'event-loop-inspector']
//modules = ['pm2-logrotate', 'pm2-server-monit', 'event-loop-inspector']
modules = ['event-loop-inspector']
if (semver.satisfies(process.version, '< 8.0.0')) {
modules.push('v8-profiler-node8')
}
Expand Down

0 comments on commit 03af38c

Please sign in to comment.