We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've forked an MSTeams plugin I found and tweaked it a bit
https://github.com/imavroukakis/cabot-alert-msteams
I added my repo URL to plugin-requirements
cabot_alert_email==1.4.3 cabot_alert_hipchat==2.0.3 cabot_alert_twilio==1.3.3 cabot_alert_slack==0.8.3 cabot_check_cloudwatch==0.1.2 git+https://github.com/imavroukakis/cabot-alert-msteams.git
and enabled it in the environment
CABOT_PLUGINS_ENABLED=cabot_alert_email,cabot_alert_msteams
Once I bring up all services via docker-compose I can see the plugin page
docker-compose
However, when I send a test alert, nothing appears in the channel and I don't even see the log statements. What am I missing?
log
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've forked an MSTeams plugin I found and tweaked it a bit
https://github.com/imavroukakis/cabot-alert-msteams
I added my repo URL to plugin-requirements
and enabled it in the environment
Once I bring up all services via
docker-compose
I can see the plugin pageHowever, when I send a test alert, nothing appears in the channel and I don't even see the
log
statements. What am I missing?The text was updated successfully, but these errors were encountered: