Bug 13594

Summary: profile.memory variable isn't shipped correctly
Product: Infrastructure Reporter: Rico Hoppe <rico.hoppe>
Component: FireinfoAssignee: Rico Hoppe <rico.hoppe>
Status: CLOSED FIXED QA Contact:
Severity: - Unknown -    
Priority: - Unknown - CC: michael.tremer
Version: unspecified   
Hardware: unspecified   
OS: Unspecified   
URL: https://fireinfo.ipfire.org/profile/random

Description Rico Hoppe 2024-02-17 10:48:09 UTC
On fireinfo.ipfire.org there usually was a block displaying the memory of the machine. This is gone, because there appears to be no profile.memory variable.

This also inflicts the signature images: All of them show 0B for Memory size.

> https://git.ipfire.org/?p=ipfire.org.git;a=blob;f=src/templates/fireinfo/profile.html;h=44fd9b8d3ec412b3b6933ea826db76b8ebf1eaac;hb=24b6cfe8c9632612cb9e6b898108b113f39da649#l131

The backend for this is here: 

> https://git.ipfire.org/?p=ipfire.org.git;a=blob;f=src/backend/fireinfo.py;h=ff672043e1db103558e3bd8b30f3533d98cd1d13;hb=24b6cfe8c9632612cb9e6b898108b113f39da649#l691

and starts again in line 1143
Comment 1 Michael Tremer 2024-02-19 15:30:31 UTC
> https://git.ipfire.org/?p=ipfire.org.git;a=commitdiff;h=fa1baca6d72655652ca7dbe55e8e9570e776e35c

I fixed this because I didn't see this bug. Sorry.