Top "Pm2" questions

PM2 is a CLI process manager for Node.

PM2 Logrotate keeps generating new logs

I have following settings set for PM2 Logrotate: rotateInterval= * * 23 * * * max_size= 100MB I want to rotate the logs every 23 hours …

node.js unix logging pm2 pm2-logrotate
Running NodeJs http-server forever with PM2

My question is about running HTTP-server in combination with PM2. The problem I face is that: HTTP-server requires as input …

node.js httpserver pm2
custom logging under pm2

I have some useful logging in my node app that I write to console.log node server.js >> /…

node.js logging pm2
PM2 (Node.js) not listening on specified port

I am trying to get a Node/Express application up and running on PM2. I can start the application fine …

javascript node.js pm2
Node.js pm2 keeps restarting almost every second

I have deployed an express.js app on a Azure server. I use pm2 for process management. The issue is …

node.js azure express coffeescript pm2
Where can I find the ports of all running pm2 apps?

I have a server with PM2 installed and 10 running node apps. Every App should run with a different port number. …

node.js pm2
Running Node app via PM2 on port 80

I have an express that I want to run on port 80. --> app.listen(80); I'm using PM2 to manage …

node.js web-services amazon-ec2 port pm2
Disable restarting in PM2

I need to stop my nodejs app for some conditions.So I have used process.exit() method. I am running …

node.js pm2
What exact command is to install pm2 on offline RHEL

First of all it's not a duplicate question of below:- How to install npm -g on offline server https://…

node.js linux ubuntu redhat pm2
How to use babel-node with pm2

I want to manage my node process with pm2 package. If I don't have any es6 syntax in my code …

node.js pm2 babel-node babel-cli