36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"annotations": {"list": []},
|
|
"editable": false,
|
|
"panels": [
|
|
{
|
|
"type": "stat",
|
|
"title": "Targets Up",
|
|
"datasource": {"type": "prometheus", "uid": "lisglosips-prometheus"},
|
|
"targets": [{"expr": "sum(up)", "refId": "A"}],
|
|
"gridPos": {"h": 8, "w": 8, "x": 0, "y": 0}
|
|
},
|
|
{
|
|
"type": "timeseries",
|
|
"title": "A/B CPU Usage",
|
|
"datasource": {"type": "prometheus", "uid": "lisglosips-prometheus"},
|
|
"targets": [{"expr": "100 - avg by (server) (rate(node_cpu_seconds_total{mode=\"idle\"}[5m])) * 100", "legendFormat": "{{server}}", "refId": "A"}],
|
|
"gridPos": {"h": 8, "w": 16, "x": 8, "y": 0}
|
|
},
|
|
{
|
|
"type": "timeseries",
|
|
"title": "A/B Memory Usage",
|
|
"datasource": {"type": "prometheus", "uid": "lisglosips-prometheus"},
|
|
"targets": [{"expr": "100 * (1 - node_memory_MemAvailable_bytes / node_memory_MemTotal_bytes)", "legendFormat": "{{server}}", "refId": "A"}],
|
|
"gridPos": {"h": 8, "w": 24, "x": 0, "y": 8}
|
|
}
|
|
],
|
|
"schemaVersion": 41,
|
|
"tags": ["lisglosips", "infrastructure"],
|
|
"templating": {"list": []},
|
|
"time": {"from": "now-1h", "to": "now"},
|
|
"title": "LisgloSIPS Infrastructure Overview",
|
|
"uid": "lisglosips-infra-overview",
|
|
"version": 1
|
|
}
|
|
|