Local Check - specify correct Unit for Graph Metric

Hi @marbaa ,
use the same metrics file and combine the graphs - i am still looking for hints regarding this one but hey - maybe you can help me there :wink:

graph_info["my_custom_graph_name"] = {
    "title": _("Server and Device Uptimes"),
    "metrics": [
        ("Server_Time", "line"),
        ("Device_Time", "line"),
    ],
}

1 Like