项目作者: moratori

项目描述 :
DNS monitoring tool
高级语言: Python
项目地址: git://github.com/moratori/dnsprobe.git
创建时间: 2019-03-02T04:34:25Z
项目社区:https://github.com/moratori/dnsprobe

开源协议:

下载


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

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