Branch: refs/heads/2.0.0
Home:
https://github.com/tribe29/checkmk
Commit: 5a86998cca7eb9f74e30cb7398e0ae0e52d9c11d
https://github.com/tribe29/checkmk/commit/5a86998cca7eb9f74e30cb7398e0ae0e5…
Author: Óscar Nájera <oscar.najera(a)tribe29.com>
Date: 2021-04-08 (Thu, 08 Apr 2021)
Changed paths:
A .werks/12483
M cmk/gui/plugins/metrics/unit.py
Log Message:
-----------
12483 Event rates in graphs can be of very small magnitude
Event rates were displayed with at most a presision of 2 decimals on the
graphs, and was generally a good format. Yet, there are some cases when
monitoring very sporadic events, graphs would show a scale containing only
zeros.
After this werk, event rates follow the same scientific notation used on
other metrics like floating point numbers, counts and percent. This allows
to appropiately display numbers regardless of their domain range.
Change-Id: Iac3839115327186d4fdfa16947d4c912237aa404
Commit: 3cf3718c340110a812cd3d345e4e7bd1643ccd11
https://github.com/tribe29/checkmk/commit/3cf3718c340110a812cd3d345e4e7bd16…
Author: Óscar Nájera <oscar.najera(a)tribe29.com>
Date: 2021-04-08 (Thu, 08 Apr 2021)
Changed paths:
A .werks/12484
Log Message:
-----------
12484 FIX Fix customgraphs in reports
Customgraph report elements cause an exception. This is now fixed
Change-Id: Id2e476e802085b9bce227197beb910b35893af45
Compare:
https://github.com/tribe29/checkmk/compare/cec82894a774...3cf3718c3401