05 Aug 2022
05:08 AM
- last edited
yesterday
by
MaciejNeumann
I'd like to monitor the status page of my different 3rd party provider like AWS, GCP, Azure, Jira, Slack. Here two example link
https://jira-software.status.atlassian.com/
The use case is simple: when a problem appears in this link I'd like to see on my monitoring system an alert that will be close when the problem comes resolved.
Thank you
Franco
Hi @FF , good day.
You can use the Synthetic Monitoring for this.
Creating an HTTP GET request to these pages, validating the results from responseBody using post-execution script to get any outage status.
Let us know if you need help with this.