Bug 13594 - profile.memory variable isn't shipped correctly
Summary: profile.memory variable isn't shipped correctly
Status: CLOSED FIXED
Alias: None
Product: Infrastructure
Classification: Unclassified
Component: Fireinfo (show other bugs)
Version: unspecified
Hardware: unspecified Unspecified
: - Unknown - - Unknown -
Assignee: Rico Hoppe
QA Contact:
URL: https://fireinfo.ipfire.org/profile/r...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-17 10:48 UTC by Rico Hoppe
Modified: 2024-02-19 15:30 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.