[ixpmanager] MRTG member graphs dropdown menu
Nick Hilliard
nick at foobar.org
Mon Jun 30 13:16:05 IST 2025
Hi Noa,
Going back over old emails here.
The CSS on your URL is broken - the web page that you screen-shotted
should display the IXP Manager menu. Also, the page title is showing
"Server Error", which is telling you that there's a problem somewhere.
So it looks like there's a more general installation problem with your
setup. This could be affecting what graphs are produced.
I would start out by checking what's in your web server error logs and
looking at laravel.log.
Nick
Noa Paguera Contelles via ixpmanager wrote on 05/05/2025 12:04:
> 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
>
>
> _______________________________________________
> INEX IXP Manager mailing list
> ixpmanager at inex.ie
> Unsubscribe or change options here: https://www.inex.ie/mailman/listinfo/ixpmanager
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.inex.ie/pipermail/ixpmanager/attachments/20250630/c78b05cb/attachment.htm>
More information about the ixpmanager
mailing list