I have set email alerts to be triggered after 5 consecutive errors. However, I would like to know if there is a way to see a log of sources that are timing out in real time?
Or would the only way to do that be to change the alert to 1 consecutive error? The only thing is that I don’t want an overflowing inbox:)
the error log is displayed for each monitor. there is no view that displays logs of checks across all monitors in the user interface.
one way to get a feed of the erroring out checks is to use a webhook error action. the webhook is triggered as soon as an error is logged. it doesn’t wait for 5 consecutive errors. the webhook can be used to write data to a spreadsheet to give you a view in real time.
let me know if it makes sense or need help writing this data to the spreadsheet.