DX Unified Infrastructure Management

 View Only

 Cloud Status Page RSS Feed

RAGESH Moorkoth's profile image
RAGESH Moorkoth posted Jun 19, 2023 01:50 PM

Is there way to look RSS feeds of cloud provider and generate an alert if cloud provider update any outage. 

I am looking at cuegtw probe documenetion. . However  not much of details available. Not clear how to configure it as well. 

Regards,
Ragesh M 

Danny Moran's profile image
Danny Moran

I would do this with either url_response probe on it's own, or combining url_response probe with the logmon probe.

You can get the page with url_response and then check for a specific substring in the returned response such as "status=ok" or whatever is returned when there is no fault and then alert when that string doesn't exist.

If you wanted to go into further detail, you can combine it with the logmon probe and do more in-depth parsing of the returned response and generate the alerts that way.

Never used the cuegtw and it doesn't look like it has been updated in about 9 years.

Ravishu Arora's profile image
Broadcom Employee Ravishu Arora

Did this work out with url_response and logmon? If not, you can also try to use the XMLParser probe for this requirement.

image.png