feat: Added multi device support

This commit is contained in:
uttarayan21
2025-08-14 15:31:00 +05:30
parent ba40cc49eb
commit 7dbe692816
5 changed files with 2968 additions and 0 deletions

View File

@@ -188,5 +188,11 @@
environment.etc = {
"grafana/dashboards/system-dashboard.json".source = ./grafana/system-dashboard.json;
"grafana/dashboards/processes-dashboard.json".source = ./grafana/processes-dashboard.json;
"grafana/dashboards/multi-device-system-dashboard.json".source =
./grafana/multi-device-system-dashboard.json;
"grafana/dashboards/multi-device-processes-dashboard.json".source =
./grafana/multi-device-processes-dashboard.json;
"grafana/dashboards/device-specific-system-dashboard.json".source =
./grafana/device-specific-system-dashboard.json;
};
}