-
Notifications
You must be signed in to change notification settings - Fork 138
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
Add documentation on Oncall/Iris integration for messaging #343
Comments
Can you provide the SMTP settings you are using? Also, do you have iris sender running? |
Yep iris-sender is running. What am I missing here? Iris config -
Oncall config -
Thanks! |
Are you getting any exceptions or errors/warnings in logs? It's possible/likely that the "iris" application oncall is configured to use is not present in the DB with the key 'magic'. |
Hmm, it was not present but I just added it in. I'm still seeing pure GET/POST resource/API-related requests in the console, and nothing representing possible issues encountered during attempts to trigger messages out. Does the logger output go to a separate file that I'm not aware of (or might be getting blocked from being created due to permissions)? |
Turns out that oncall-notifier wasn't running :( I'd still support extending the documentation related to this piece for non-experts (like myself :)), but we are good to go now, so we can close this Issue if needed |
Thanks for getting back to us. Glad to hear you got it working. |
It is not clear to me from the documentation or config comments what config settings are required in order for Oncall to be able to pull from notification_queue and then trigger out a message to the recipient via Iris as the sender. I'm using the annotated config provided via a553c1e from #334, which seems to call out the default values related to SMTP, vendor, etc, and likewise I have an entry in the plugin section of Oncall's config defined for iris_messenger. Yet I'm unable to get email messages triggered out of either Iris (via Incident creation) or On-Call (via Reminders/Notifications). Notification_queue continues to hold a ton of rows all marked with NULL for column SENT. Long story short, additional documentation on using Iris as the messaging system would be appreciated.
The text was updated successfully, but these errors were encountered: