Development
This commit is contained in:
parent
e9166d8a6a
commit
0983e14de4
7 changed files with 494 additions and 160 deletions
|
|
@ -99,5 +99,75 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
,
|
||||
{
|
||||
"type": "card",
|
||||
"label": "DNS Statistics",
|
||||
"items": [
|
||||
{
|
||||
"type": "grid",
|
||||
"rows": [
|
||||
{
|
||||
"cells": [
|
||||
{"type": "grid_label", "text": "Tracking Since"},
|
||||
{"type": "grid_value", "text": "%DNS_METRICS_SINCE%"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"cells": [
|
||||
{"type": "grid_label", "text": "Last Updated"},
|
||||
{"type": "grid_value", "text": "%DNS_METRICS_UPDATED%"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"cells": [
|
||||
{"type": "grid_label", "text": "Total Queries"},
|
||||
{"type": "grid_value", "text": "%DNS_STAT_QUERIES%"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"cells": [
|
||||
{"type": "grid_label", "text": "Cache Hits"},
|
||||
{"type": "grid_value", "text": "%DNS_STAT_HITS% (%DNS_STAT_HIT_RATE% hit rate)"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"cells": [
|
||||
{"type": "grid_label", "text": "Forwarded to Upstream"},
|
||||
{"type": "grid_value", "text": "%DNS_STAT_FORWARDED%"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"cells": [
|
||||
{"type": "grid_label", "text": "Authoritative Answers"},
|
||||
{"type": "grid_value", "text": "%DNS_STAT_AUTH%"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"cells": [
|
||||
{"type": "grid_label", "text": "TCP Peak"},
|
||||
{"type": "grid_value", "text": "%DNS_STAT_TCP_PEAK%"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"cells": [
|
||||
{"type": "grid_label", "text": "Cache Capacity"},
|
||||
{"type": "grid_value", "text": "%DNS_CACHE_SIZE% entries"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"cells": [
|
||||
{"type": "grid_label", "text": "Cache Evictions"},
|
||||
{"type": "grid_value", "text": "%DNS_STAT_CACHE_EVICTIONS%"}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "raw_html",
|
||||
"html": "%DNS_PROVIDERS_TABLE%"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue