I'm looking for a suggestion on the monitor type or script required to visit an HTTP:// URL that displays some XML text. REST API
From viewing this XML the monitor should parse the XML for a particular value and store this number to the Orion DB.
Example I would like to store the value of "Posts" to the Orion DB.
- <PerformanceCounter>- <counters> <counter name="Rate" value="2.2" /> <counter name="Average" value="4.5" /> <counter name="Requests" value="0" /> <counter name="Posts" value="35" />
Once this value can be monitored by Orion I can select to alert based on the value being too high, too low or changing (difference) compared to the previous polling result. Any suggestions or help would be welcomed.
Thanks