diff --git a/en/plus/faq.md b/en/plus/faq.md index 7945ca3..c0433b9 100644 --- a/en/plus/faq.md +++ b/en/plus/faq.md @@ -55,7 +55,7 @@ Re-Run `pm2 link` on your server and refresh your browser.
How to pass through firewall? (IP whitelisting & Ports) -Starting from PM2 3.2, we changed the networking connection by using a direct Websocket connection to our server on the port 443, so you only need OUTBOUND on port 443 TCP open. If you are using an older version, we of course advise to update but the ports that you need to open are 3900 (TCP outbound), 443 (HTTPS outbound) and 43554 (TCP outbound), so verify everything is allowed on your firewall. +Starting from PM2 3.2, we changed the networking connection by using a direct Websocket connection to our server on the port 443, so you only need OUTBOUND on port 443 TCP open. If you are using an older version, we of course advise to update but the port that you need to open is 443 (HTTPS outbound) so verify everything is allowed on your firewall. You also may need to whitelist IPs, please allow those listed here: [https://ips.cloud.pm2.io](https://ips.cloud.pm2.io)
@@ -67,6 +67,15 @@ You also may need to whitelist IPs, please allow those listed here: [https://ips ## Dashboard Issues +
+Can I trigger a deployment report with my CI? + +Yes! You only need to send a POST request to `api.cloud.pm2.io` like this: +``` +curl https://proxy.cloud.pm2.io -H 'X-KM-PUBLIC: ' -H 'X-KM-SECRET: ' -H 'X-KM-SERVER: ' -d '{"channel":"process:event","payload":[{"event":"online","manually":false,"process":{"pm_id":0,"name":"","rev":"","server":""},"at":"2019-05-17T12:59:34.075Z"}]}' +``` +
+
Servers are blinking/flickering? Make sure that each PM2 runtime has a different name when linking to PM2 plus via: