-
Notifications
You must be signed in to change notification settings - Fork 177
Description
Is your feature request related to a problem? Please describe.
We currently use an in-house script to build graphs from another source than IXP Manager and would, of course, prefer to use IXP Manager as the source (and get rid of the other system) to limit the amount of SNMP polling (and systems) to the switches. In our system (https://www.sthix.net/stats/switches-day.php) we organize the graphs per PoP in one phase/step, and that is not currently possible via the grapher API as I understand it(?). The closest thing I can get is per switch, but it becomes a bit tricky (impossible?) to merge multiple switches to get the graphs (RRD file, etc.) as you cannot output the raw RRD data per switch via the API as I understand it (to be able to merge it).
Describe the solution you'd like
An addition to MRTG's infras/ixp/members/switches called "facilities" or similar that merges all customer traffic on the switches within each facility.
Describe alternatives you've considered
It should not be very hard to add this to the MRTG configuration, but it might be somewhat tricky to generate a backlog/history of data, which would be preferable but isn't a deal breaker.