iris
iris copied to clipboard
Iris is a highly configurable and flexible service for paging and messaging.
If we want to differentiate iris_smtp vendors by the smtp "From", can we add multiple iris_smtp configs? Are different vendor names referenced by "mode" names?
I have configured plan which has two steps. **Plan Details:** In step1, I have scheduled the call for two persons ( Retry-2). In step2, I have scheduled the call for...
I am getting below error while running make targets on iris. File "/iris/src/iris/bin/sync_targets.py", line 145, in if user['active']} TypeError: string indices must be integers Makefile:13: recipe for target 'targets' failed...
I am trying to claim the incident with API. I am getting 200 success status but the incident is not claiming(escalation process not stoping).
We're excited to announce the release of an open-source mobile client for Iris! The repository for this is located at https://github.com/linkedin/iris-mobile . If you have any questions related to mobile,...
I have configured grafana webhook and incidents are creating on iris but iris not able to send email/slack alerts for these incidents, below are error from sender. 2019-05-08 07:05:36,483 INFO...
Hi there, I've been working on a React Native based mobile app to receive push notifications from iris and allow viewing and acking open incidents. We're looking into making this...
Currently there are a handful of vendor modules included in the project and each one is referred to by name (See multiple instances of "Slack" throughout the Oncall / Iris...
when entering credentials in the ./config/config.dev.yaml file for the iris_smtp once firing up the sender and creating an incident, the output received is: `File "/home/user1/iris/src/iris/vendors/iris_smtp.py", line 148, in send_email raise...
Fails with the following error: ``` "/usr/lib/python2.7/smtplib.py", line 586, in login raise SMTPException("SMTP AUTH extension not supported by server.") SMTPException: SMTP AUTH extension not supported by server. ``` The quick...