Hi Grafana community, I would be interested to know if anyone has had any luck getting a Grafana and Domotz dashboard setup to monitor Network devices, like a NOC dashboard, I am able to get everything going but would like to see how others have created it, I have used Grafana Infinity plugin with Domotz API, also just struggling with colour assignments when devices go down. Interested in anyones input. Thanks for reading.
Welcome to forum @itf8aba
Your approach with infinity api is cleanest imo. What does the data look like from rest api (please share obfuscated but with json structure intact)
And what issue are you running to with thr color and is that the only issue
The color assignment issue with Infinity plugin is that to color string values like online or offline coming from the Domotz API
I have have about 31 devices showing online
like this is the table view of all the devices
The solution is to use Value mappings
In your panel go to Value mappings and add
Value online → color Green
Value offline → color Red
In Field overrides select the status field and add these two override properties
Color scheme → From thresholds (by value)
Cell options → Cell type → Colored background
I have disconnected some devices to show you the colored dashboard
Enable Apply to entire row toggle so the entire row turns red when a device goes down This gives you a clean NOC dashboard where every row turns green when the device is online and red when it goes offline
If you want a historical view of when devices went up and down add a State timeline panel which shows one horizontal bar per device with green and red segments over time



