Is there a way for Orion to check a feed and send an alert if something comes up in the feed? We are looking to have a single pane of glass for monitoring, and have an AWS feed that we want to trigger alerts from.
As there is no Native RSS Feed monitor as part or Orion or its modules, the only way I can see to accomplish this is to create a custom application component using Server & Application Monitor.
Some good resources to help understand more.
PowerShell scripting in SAM custom templates
Create a Windows PowerShell Script monitor
https://codehollow.com/2016/10/read-rss-feeds-via-powershell/
https://blog.kmsigma.com/2017/09/08/sam-powershell-scripting-template/
If times allows I will create an example of how to put these pieces together.
If there is the presence of a specific word or phrase which only occurs when there is something of merit in the RSS feed, then this could be accomplished using SAM's HTTP/HTTPS User Experience Monitors. You would then configure them to point to your RSS feed and look for the presence of that word or phrase.