...
Info |
---|
Since Round Robin Database (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 |
---|
colour | Green |
---|
title | LAST TESTED ON CHECKMK 2.0.0P1 |
---|
|
Panel |
---|
borderColor | black |
---|
bgColor | #f8f8f8 |
---|
title | Table of Contents |
---|
|
|
...
In Checkmk, this is done fully automatically, and you see "human readable values"“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.
...
- Open Grafana, create a dashboard, and add your elements, in this case, it is "Interface 2" “Interface 2” of the monitored host "mysite01"“mysite01”
. - On the right side, you have "Standard Options"“Standard Options”. Open it and click in the empty field just under "Unit"“Unit”
. - Bandwidth might not appear in this dialogue, so type in bits. Grafana will autocomplete, and you can choose your measurement unit:
. - For Interface Banthwith, you might take "bits“bits/sec(SI) so the graph looks good:
.
.
For comparison, the same metrics in Checkmk
Related articles
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | KB |
---|
showSpace | false |
---|
sort | modified |
---|
reverse | true |
---|
type | page |
---|
cql | label in ( "grafana" , "measurement" , "grafana_datasource" ) and type = "page" and space = "KB" |
---|
labels | grafana grafana_datasource measurement |
---|
|
...