Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rfe] Notify a user when a rig is triggered #10

Open
TurboTurtle opened this issue Jun 24, 2019 · 1 comment
Open

[rfe] Notify a user when a rig is triggered #10

TurboTurtle opened this issue Jun 24, 2019 · 1 comment

Comments

@TurboTurtle
Copy link
Owner

Right now the only indication a user has if a rig has been triggered is checking rig list and/or /var/log/rig/rig.log. This isn't exactly a great experience and I would like to see us providing an active notification.

My first thought is to optionally send an email. I haven't explored this too deeply though as I'm unsure of how complex we would have to make this functionality.

@juanmasg
Copy link
Contributor

juanmasg commented May 5, 2022

Basic email support should be easy to implement, however adding advanced features as authentication, send rate control to avoid spamming, etc might be more complicated.

A couple of ideas for this:

  • Slack or Telegram (via python3-slacker or python3-pytelegrambotapi)
  • journald / syslog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants