Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
Since RRD files are nothing more than so-called time series databases, the graphing system is the duty to interpret the values correctly and, if needed, has to recalculate them.

Status
colourGreen
titleLAST TESTED ON CHECKMK 2.2.0P1

Table of Contents


In Checkmk, this is done fully automatically, and you see "human readable values".

For Grafana, this has to be set in your Dashboard. In this example, we'll look at the settings for the network interfaces.toc

Step-by-step guide

  • Open Grafana, create a dashboard, and add your elements, in this case, it is "Interface 2" of the monitored host "mysite01"

...

  • For comparison, the same metrics in Checkmk

...


Filter by label (Content by label)
showLabelsfalse
max5
spacesKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("grafana","measurement","grafana_datasource") and type = "page" and space = "KB"
labelsgrafana grafana_datasource measurement

...