Module: MtrMonitor

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

Defined Under Namespace

Modules: Cleaner, Metrics Classes: Hop, LogDna, Report

Constant Summary collapse

LOCAL_REPORTS_DIR =

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

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

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 =
"1.7.0"