it-novum / openITCOCKPIT

openITCOCKPIT is an Open Source system monitoring tool built for different monitoring engines like Nagios, Naemon and Prometheus.
https://openitcockpit.io/
GNU General Public License v3.0
263 stars 50 forks source link

Tachograph - minimum value not used #1656

Closed kbilev closed 4 months ago

kbilev commented 6 months ago

Describe the bug In the Tachograph Widget (and probably also the other Widgets using minium values) the minium value is not used. The minimum is always 0

To Reproduce Create a check script and add a widget using the metric.

#!/bin/bash

echo "this is a bug | metric=50;20;70;10;150"
exit 0

Expected behavior Use the provided minimum value

Screenshots image image

Versions

Additional context

The Github Bug Report Template has a typo:

Jan-Nox commented 6 months ago

Hi kbilev,

We are aware of this bug, and we are currently working on it. ITC-3153 and ITC-3058.

Several small improvements to the dashboards and performance data thresholds are already in development and waiting for quality assurance right now.

So my test performance data is 'value'=16.753Wh;5:25;0:30;-20:40... grafik

... and as expected, the scale is actually working on our gages and map items as well: grafik

grafik

I'll provide updates on this issue as soon as I have any news on the topic.

Kind regards Jan