Skip to main content

hello everyone!

When I add live-top10-memory-usage in the custom view. View shows 0 B remaining。like this, So what is the reason and how to analyze and solve it? thank you!

by the way,There is no problem adding live-top10-cpu-usage in the same way.

 

Hello @hope 
The widget is looking for a metric with Bytes unit like this:
 

It will calculate the percentage of usage with the max value defined in the perfdata.


Hi,

It’s because this widget does not manage metrics which have % unit.

It only works with metrics with bytes unit and return max value too.

example : used=14398616900b;12025908429;13529146982;0;15032385536

perfdata format is <metric_name>=<value><unit>;<warning>;<critical>;<min>;<max>

 

 But it could be nice to manage directly % unit in this widget. You can suggest the idea here


OK!  thank you very much!


Reply