Monitoring
The monitoring helper allows you to check and monitor the uptime status of an IP. This is useful for uptime checking when returning DNS records. It takes a single IP parameter that is then monitored in the background. The first time an IP is called, it is added into a background monitoring service while synchronously waiting for the initial latency. Once the IP is called again from the same server, the result is returned immediately.Functions
Monitoring.getStatus(IP: string): MonitoringStatus
Returns the current status of the IP.MonitoringStatus
The monitoring status object is returned by theMonitoring.getStatus helper and contains the monitoring information of a specific IP.