moratori / dnsprobe

Domain Name System monitoring tool

Home Page:https://rtt.dns.mtcq.jp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coverage

dnsprobe; RTT monitor

https://rtt.dns.mtcq.jp/

sample graph

https://soa.dns.mtcq.jp/

sample soa

Abstract

This system is a RTT monitor for authoritative DNS Server. Multiple probes deployed around the world like RIPE Atlas is measuring target authoritative DNS servers. (But currently we have only one probe...)

architecture

Installation

Prerequirements

  • Python3.7(pipenv)
  • InfluxDB1.7.6(for manager)
  • MariaDB10.0.38(for manager)
  • Probes must have IPv4/v6 address(for measurer)

Make environment using pipenv

$ git clone https://github.com/moratori/dnsprobe.git
$ cd dnsprobe && pipenv install