Skip to content

Commit 1e5e927

Browse files
authored
Add files via upload
1 parent 0077c2d commit 1e5e927

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"schemaVersion": 38,
3+
"title": "RF Presence Intelligence v2",
4+
"panels": [
5+
{
6+
"type": "timeseries",
7+
"title": "Unknown Devices",
8+
"targets": [
9+
{
10+
"expr": "unknown_devices_nearby"
11+
}
12+
]
13+
},
14+
{
15+
"type": "timeseries",
16+
"title": "Ring Correlations",
17+
"targets": [
18+
{
19+
"expr": "increase(correlations_total[1m])"
20+
}
21+
]
22+
},
23+
{
24+
"type": "heatmap",
25+
"title": "RSSI Heat",
26+
"targets": [
27+
{
28+
"expr": "correlation_score_bucket"
29+
}
30+
]
31+
},
32+
{
33+
"type": "stat",
34+
"title": "Alerts Firing",
35+
"targets": [
36+
{
37+
"expr": "ALERTS{alertstate='firing'}"
38+
}
39+
]
40+
}
41+
]
42+
}

0 commit comments

Comments
 (0)