bgp / stayrtr

RPKI-To-Router server implementation in Go
BSD 3-Clause "New" or "Revised" License
91 stars 13 forks source link

Multiple target support for rtrmon #65

Open ties opened 2 years ago

ties commented 2 years ago

As a user I want to monitor between multiple pairs of sources with one rtrmon instance so that I do not need to run n rtrmon instances to compare n rps versus a source of truth.

Consider this situation, where you have:

If you want to monitor that all are in sync, right now, I would need to run four rtrmon instances. Running a single one would be easier (and reduce the load on the source of truth endpoint, receiving 4x less requests)