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,
lib/mtr_monitor/tier1_logger.rb
Defined Under Namespace
Modules: Cleaner, Metrics Classes: Hop, Report, Tier1Logger
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>-<host-ip-address>-<HH-MM>.log
After that, it uploads the report to S3: s3://<bucket-name>/<name>/<YYYY-DD-MM>/<host-ip-address>/<target-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 =
"1.4.4"