1.1.0 • Published 10 months ago

pm2-teams-notifier v1.1.0

Weekly downloads
-
License
-
Repository
gitlab
Last release
10 months ago

pm2-teams-notifier

This is a pm2 module that enables you to get your application logs on Teams.

Steps pm2 install pm2-teams-notifier pm2 set pm2-teams-notifier:teams_url <add your webhook here>

In order to set up multiple webhooks, add the following information under "config" in the package.json file:

 "designatedNotifications": [
      {
        "user": "",
        "webhook": "",
        "apps": [] -- here you should add the name of the apps you want to be notified about, exactly as they are written on ecosystem.config.js
      }
    ]
1.1.0

10 months ago

0.0.1

10 months ago