mirror of
https://github.com/abh/ntppool.git
synced 2026-04-25 19:45:50 +03:00
[GH-ISSUE #23] Parser for mtr --raw format #17
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntppool#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abh on GitHub (Jun 19, 2011).
Original GitHub issue: https://github.com/abh/ntppool/issues/23
The monitor nodes should be able to do a traceroute when a node is down.
First thing to do for this is to have a bit of perl code that can parse the 'mtr --raw' format and format it pretty with perl/template toolkit code.
(After that we can build the monitors to understand a "do a traceroute" request and the central system to know when to ask the monitors to do a traceroute and archive the result).
@abh commented on GitHub (Jul 17, 2011):
From the mtr documentation:
@abh commented on GitHub (Mar 19, 2012):
Doing this in javascript now.