Hi Ryan, and thanks.
I think that the URL monitoring extensión does not work for what I need. I need to get the uptime or availability of an IP or URL.
In our controller already exists some URL Monitoring extensions getting this, using the pattern match with a regular expression. But in this case, I don't have available a string to use.
Using the Pattern match you could get a metric called Count. The metric expresión it's Sum/Count.
The expression indicates the relationship between the finding of the pattern and the number of observations. If the pattern is found, the metric is 1, otherwise, it is 0.
Availability Service=Sum of findings/Number of observations
Without the pattern, you don't get this metric.
You mentioned the Machine Agent. How can get the uptime of an IP using it?
... View more