Open jerryjren opened 3 years ago
From my understanding this is the 'Offline notification setting' https://pm2.io/docs/plus/guide/notifications/
Depending on the interval you set and whether or not your application has traffic then you will get this notification. I believe it is simply a heads up/you might want to check notification. Not necessarily a report that your app is actually down. My current work around is to simply run a cron job that logs at an interval slightly shorter than your 'offline notification setting interval'.
If someone can offer a cleaner solution I would love to hear it.
Hi there,
First, great product, we love it. Make node application monitoring much easier.
We only just star using pm2, so still have a few questions to sort it out.
I will have to stop all applications, re-link with public and private keys provided by pm2. Any suggestion?
pm2 version: 5.1.0
Thank you