elabit / robotmk

Robotmk - the Robot Framework integration for Checkmk
https://robotmk.org
GNU General Public License v2.0
54 stars 9 forks source link

RobotMK Grafana history dashboard #84

Closed simonmeggle closed 3 years ago

simonmeggle commented 3 years ago

Checkmk does not provide an easy way to create a kind of history matrix, showing the results of tests of a suite per execution over time. Based on what I have seen on https://cognitiveqe.com/robot-framework-grafana-dashboard/, it could be possible to let the RobotMK check optionally write the RobotMK results (that is: worst state of RF result + Checkmk results like thresholds etc.) into a database and use this as a backend for a Grafana dashboard like this:

image

simonmeggle commented 3 years ago

Placing Grafana metrics on SVG images: https://community.hiveeyes.org/t/displaying-values-on-top-of-svg-images-in-grafana/1474

simonmeggle commented 3 years ago

CMK Grafana integration to the rescue. Closing this.