[ixpmanager] MRTG member graphs dropdown menu

Noa Paguera Contelles noa.paguera at csuc.cat
Mon May 5 12:04:49 IST 2025


Hello everyone,

I am experiencing some issues with getting MRTG members' graphs per packet. The member graphs per bit/day work correctly; however, the dropdown menu didn't seem to change the graphs to packets/second. I'm using the 6.4 version of IXP Manager.

I tried modifying the function processGraphParams from the file /app/Http/Controllers/StatisticsController.php, changing:
$request->period   = Graph::processParameterPeriod( $request->period );
$request->category = Graph::processParameterCategory( $request->category );
to:
$request->period   = $request->request->get('period');
$request->category = $request->request->get('category');
It seems like the processParameterPeriod and processParameterCategory always return the default value.

Now the members' graphs per packet are displayed. However, (for example) when trying to display Bits/Month the view of the page is altered, as can be seen in the screenshot. Is there some way to fix it?

Thank you very much for your help.

Best regards,
Noa Paguera
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.inex.ie/pipermail/ixpmanager/attachments/20250505/01f1f5ae/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Screenshot from 2025-05-05 12-20-49.png
Type: image/png
Size: 626882 bytes
Desc: Screenshot from 2025-05-05 12-20-49.png
URL: <https://www.inex.ie/pipermail/ixpmanager/attachments/20250505/01f1f5ae/attachment-0001.png>


More information about the ixpmanager mailing list