DNS Visualisation (DomainMON)
DomainMON allows you to use your own RIPE Atlas credits to monitor name servers of your DNS domains. It provides a means to monitor the quality of service offered by your name servers, and is powered by the same technology as DNSMON, which monitors various important DNS root and Top-Level Domain name servers.
Getting started
You can start monitoring a domain using the DomainMON wizard. This will guide you through the process of setting up monitoring for your domain. You will be guided through the following stages:
Domain
The name of your main DNS domain. This should usually be a DNS zone with a SOA record.
Name servers
The servers that you wish to monitor to see whether they are serving your domain. By default, these name servers will be automatically detected based on what is found in the NS records for your domain, but you can manually add or remove servers if you wish. By default, A records and AAAA records are used to set up seperate measurement targets for IPv4 and IPv6 where available.
Probes and Measurements
In this step, you can define exactly how you want to monitor your domain. The total daily credit cost of your measurements will be determined by the options that you choose, and is displayed dynamically in the "Costs summary" box.
Probes
You can define groups of probes to carry out your measurements from different geographical regions or countries. You may not include more than 50 probes. The number of probes that you choose here will affect the overall cost of your measurements.
Measurements
You can choose the types of measurements that will be carried out, and how often they will be executed. The more measurements that you run, or the more often that you run them, the more credits that you will spend per day.
Visualising your domain
After your DomainMON measurements have been running for a while, you will be able to visualise them in a grid. The format of this visualisation is the same as DNSMON, and you can find more information in the DNSMON user interface documentation.
Embedding the visualisation in your page
The DomainMON visualisation can be embedded in your own pages with an iframe.
- Open the Visualisation tab for your domain from your domain list. The address bar will show a shareable URL of the form:
https://atlas.ripe.net/use-cases/domainmon/<domain>/<id>/visualisation - Change the trailing
/visualisationto/embedto get the embed URL, and use it as the iframesrc:html<iframe src="https://atlas.ripe.net/use-cases/domainmon/<domain>/<id>/embed" width="100%" height="600" style="border: 0" ></iframe>
The <id> is generated by RIPE Atlas and encodes the measurement group together with its available protocols, so copy it from the visualisation URL rather than trying to construct it by hand. The embedded view refreshes every 10 minutes, carries a RIPE Atlas watermark, and — when the domain is monitored over multiple protocols — includes a protocol selector. Embed pages are not indexed by search engines.