Skip to content

Commit

Permalink
update dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
toralf committed Dec 2, 2024
1 parent a3f26f4 commit cc1a1bf
Show file tree
Hide file tree
Showing 3 changed files with 410 additions and 425 deletions.
33 changes: 16 additions & 17 deletions dashboards/tor-ddos.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "11.2.0"
"version": "11.3.0"
},
{
"type": "datasource",
Expand Down Expand Up @@ -75,6 +75,7 @@
},
"enable": true,
"expr": "changes(node_boot_time_seconds[$__rate_interval])",
"hide": false,
"iconColor": "red",
"name": "Reboot"
}
Expand Down Expand Up @@ -122,7 +123,6 @@
"url": "https://zwiebeltoralf.de/torserver.html"
}
],
"liveNow": false,
"panels": [
{
"collapsed": false,
Expand Down Expand Up @@ -198,7 +198,7 @@
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "11.2.0",
"pluginVersion": "11.3.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -277,7 +277,7 @@
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "11.2.0",
"pluginVersion": "11.3.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -358,7 +358,7 @@
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "11.2.0",
"pluginVersion": "11.3.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -439,7 +439,7 @@
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "11.2.0",
"pluginVersion": "11.3.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -523,7 +523,7 @@
"sizing": "auto",
"text": {}
},
"pluginVersion": "11.2.0",
"pluginVersion": "11.3.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -645,6 +645,7 @@
"sort": "none"
}
},
"pluginVersion": "11.3.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -765,6 +766,7 @@
"sort": "none"
}
},
"pluginVersion": "11.3.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -854,7 +856,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -887,6 +890,7 @@
"sort": "none"
}
},
"pluginVersion": "11.3.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -1005,7 +1009,8 @@
"mode": "absolute",
"steps": [
{
"color": "green"
"color": "green",
"value": null
},
{
"color": "red",
Expand Down Expand Up @@ -1038,6 +1043,7 @@
"sort": "none"
}
},
"pluginVersion": "11.3.0",
"targets": [
{
"datasource": {
Expand Down Expand Up @@ -2576,8 +2582,7 @@
}
],
"refresh": "auto",
"revision": 1,
"schemaVersion": 39,
"schemaVersion": 40,
"tags": [],
"templating": {
"list": [
Expand All @@ -2588,10 +2593,8 @@
"uid": "${DS_PROMETHEUS}"
},
"definition": "label_values(torutils_dropped_state_packets,instance)",
"hide": 0,
"includeAll": false,
"label": "Instance",
"multi": false,
"name": "Instance",
"options": [],
"query": {
Expand All @@ -2601,7 +2604,6 @@
},
"refresh": 2,
"regex": "",
"skipUrlSync": false,
"sort": 1,
"type": "query"
},
Expand All @@ -2612,10 +2614,8 @@
"uid": "${DS_PROMETHEUS}"
},
"definition": "label_values(tor_relay_connections{instance=~\"$Instance\"},nickname)",
"hide": 0,
"includeAll": true,
"label": "Nickname",
"multi": false,
"name": "Nickname",
"options": [],
"query": {
Expand All @@ -2625,7 +2625,6 @@
},
"refresh": 2,
"regex": "",
"skipUrlSync": false,
"sort": 1,
"type": "query"
}
Expand Down
Loading

0 comments on commit cc1a1bf

Please sign in to comment.