pm2-teams-notifier

1.1.0 • Public • Published

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
      }
    ]

Readme

Keywords

Package Sidebar

Install

npm i pm2-teams-notifier

Weekly Downloads

1

Version

1.1.0

License

none

Unpacked Size

9.39 kB

Total Files

5

Last publish

Collaborators

  • knd_desenv