Container-Mon icon indicating copy to clipboard operation
Container-Mon copied to clipboard

Multiple notifiers?

Open saschabrockel opened this issue 3 years ago • 1 comments

Is it possible to have multiple notifiers like Telegram and Discord together? If yes, how?

saschabrockel avatar Aug 23 '22 01:08 saschabrockel

Hi!

The way the app is currently set up it does not support multiple notifiers, as it uses a single config environment variable CONTAINERMON_NOTIFICATION_URL.

Definitely an improvement I can look into in the future though.

If you are comfortable modifying the source code you can definitely do this for yourself, have a look at line 206 of app.go to see how the notification works, and you can hard-code multiple notification URLs there for your use.

RafhaanShah avatar Aug 23 '22 11:08 RafhaanShah

Feature available in v1.0.2, use | to separate different URLs, e.g CONTAINERMON_NOTIFICATION_URL=telegeram|slack 😄

RafhaanShah avatar Nov 02 '22 14:11 RafhaanShah