veza/veza-stream-server/dashboards/system-overview.json

26 lines
623 B
JSON
Raw Normal View History

2025-12-03 19:36:56 +00:00
{
"dashboard": {
"title": "🖥️ System Overview - Veza Stream Server",
"tags": ["veza", "system"],
"refresh": "5s",
"panels": [
{
"id": 1,
"title": "CPU Usage",
"type": "gauge",
"targets": [{"expr": "system_cpu_usage_percent"}],
"fieldConfig": {
"defaults": {
"min": 0, "max": 100, "unit": "percent",
"thresholds": {"steps": [
{"color": "green", "value": 0},
{"color": "yellow", "value": 70},
{"color": "red", "value": 85}
]}
}
}
}
]
}
}