I use web monitoring for many sites. And have the trigger that email me if any site is down, it have an expression with macros:
When any of site is fail, I receive the email via action linked to this trigger. But in email I didn't see which site is fail!
How can I add the info to action email which macro is fail?
Code:
{sea:web.test.fail[site1.ru].last(0)}=1 | {sea:web.test.fail[site2.ru].last(0)}=1 | {sea:web.test.fail[site3].last(0)}=1
How can I add the info to action email which macro is fail?
Comment