UptimeRobot uses pagination when returning monitors. UptimeRobot limits the number of monitors returned by the /getMonitors endpoint to 50 records. More than that it's necessary to specify an offset for the pagination.
This PR introduces the ability to scrape more than the limit set by the API using the pagination offset properly.
Description
UptimeRobot uses pagination when returning monitors. UptimeRobot limits the number of monitors returned by the
/getMonitors
endpoint to 50 records. More than that it's necessary to specify an offset for the pagination.This PR introduces the ability to scrape more than the limit set by the API using the pagination offset properly.