Module: MtrMonitor

Defined in:
lib/mtr_monitor.rb,
lib/mtr_monitor/hop.rb,
lib/mtr_monitor/cleaner.rb,
lib/mtr_monitor/metrics.rb,
lib/mtr_monitor/version.rb

Defined Under Namespace

Modules: Cleaner, Metrics Classes: Hop, Report

Constant Summary collapse

REPORTS_PATH =

MtrMonitor generates a MTR report for a domain and saves the report to: /var/log/mtr/<name>-<YYYY-DD-MM>-<host-ip-address>-<HH-MM>.log

After that, it uploads the report to S3: s3://<bucket-name>/<name>/<YYYY-DD-MM>/<host-ip-address>/<HH-MM>.log

Parameters:

Name: The name of this report. Example: “hetzner-to-us-east-1” Domain: The domain to hit with MTR. Example: “github.com” MTR Options: Options to pass to the mtr command line tool.

"/var/log/mtr"
VERSION =
"0.14.3"