etsy / 411

An Alert Management Web Application
https://demo.fouroneone.io
MIT License
969 stars 112 forks source link

Email Alerts #49

Closed AGirin closed 6 years ago

AGirin commented 7 years ago

I mentioned that alert and alert resolution have different subjects:

capture

[411] xxxx xxxxx marked Resolved (Not an issue) --> Resolution [411] Zoom --> Alert

Ideally we would have them match as far as search name. So in this example I would see:

[411] Zoom xxxx xxxxx marked Resolved (Not an issue) --> Resolution [411] Zoom --> Alert

In both cases we have name of the search. This is very important for systems like PagerDuty - I could match [411] Zoom to be able to open/close PagerDuty tickets. Right now it is problematic as any resolution would close any ticket in PagerDuty since we do not have search name in the subject.

AGirin commented 7 years ago

Also - I mentioned that links in the emails are not clickable - I have to open browser to see the alert. Somehow Outlook does not like the formatting. Here is an example:

image

View is not selectable, Compare Alerts does not work.

kiwiz commented 7 years ago

The first one is difficult, because you can close alerts from multiple searches in the same request (which would be shown?).

For the second problem, do you mind doing some debugging for me? (We don't use Outlook internally)

AGirin commented 7 years ago

Sure. Let me know what you need.

kiwiz commented 7 years ago

Try modifying the alert_list.php file. That defines the actual html for each row.