Add panel examples.
This commit is contained in:
parent
158f4f3eaf
commit
01800259a4
16 changed files with 1069 additions and 0 deletions
161
dashboard/example_panels/table_radarr_queue.json
Normal file
161
dashboard/example_panels/table_radarr_queue.json
Normal file
|
@ -0,0 +1,161 @@
|
|||
{
|
||||
"columns": [],
|
||||
"datasource": "influxdb",
|
||||
"fontSize": "90%",
|
||||
"gridPos": {
|
||||
"h": 5,
|
||||
"w": 4,
|
||||
"x": 20,
|
||||
"y": 9
|
||||
},
|
||||
"hideTimeOverride": true,
|
||||
"id": 20,
|
||||
"interval": "32s",
|
||||
"links": [
|
||||
{
|
||||
"targetBlank": true,
|
||||
"title": "Radarr",
|
||||
"type": "absolute",
|
||||
"url": "https://movies.server.com/wanted/missing"
|
||||
}
|
||||
],
|
||||
"minSpan": 6,
|
||||
"pageSize": 3,
|
||||
"scroll": true,
|
||||
"showHeader": true,
|
||||
"sort": {
|
||||
"col": null,
|
||||
"desc": false
|
||||
},
|
||||
"styles": [
|
||||
{
|
||||
"alias": "",
|
||||
"colorMode": null,
|
||||
"colors": [
|
||||
"rgba(245, 54, 54, 0.9)",
|
||||
"rgba(237, 129, 40, 0.89)",
|
||||
"rgba(50, 172, 45, 0.97)"
|
||||
],
|
||||
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"decimals": 2,
|
||||
"pattern": "Time",
|
||||
"thresholds": [],
|
||||
"type": "hidden",
|
||||
"unit": "short"
|
||||
},
|
||||
{
|
||||
"alias": "Name",
|
||||
"colorMode": "row",
|
||||
"colors": [
|
||||
"#0a437c",
|
||||
"rgba(237, 129, 40, 0.89)",
|
||||
"rgba(50, 172, 45, 0.97)"
|
||||
],
|
||||
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"decimals": 2,
|
||||
"mappingType": 1,
|
||||
"pattern": "name",
|
||||
"preserveFormat": true,
|
||||
"thresholds": [
|
||||
"20"
|
||||
],
|
||||
"type": "string",
|
||||
"unit": "short"
|
||||
},
|
||||
{
|
||||
"alias": "",
|
||||
"colorMode": "row",
|
||||
"colors": [
|
||||
"#0a437c",
|
||||
"rgb(168, 147, 4)",
|
||||
"#629e51"
|
||||
],
|
||||
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"decimals": 0,
|
||||
"mappingType": 1,
|
||||
"pattern": "T",
|
||||
"thresholds": [
|
||||
"-1",
|
||||
"1"
|
||||
],
|
||||
"type": "string",
|
||||
"unit": "none",
|
||||
"valueMaps": [
|
||||
{
|
||||
"text": "Tor",
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"text": "Use",
|
||||
"value": "1"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"targets": [
|
||||
{
|
||||
"dsType": "influxdb",
|
||||
"groupBy": [],
|
||||
"measurement": "Radarr",
|
||||
"orderByTime": "ASC",
|
||||
"policy": "default",
|
||||
"refId": "A",
|
||||
"resultFormat": "table",
|
||||
"select": [
|
||||
[
|
||||
{
|
||||
"params": [
|
||||
"name"
|
||||
],
|
||||
"type": "field"
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
"Movie"
|
||||
],
|
||||
"type": "alias"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"params": [
|
||||
"quality"
|
||||
],
|
||||
"type": "field"
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
"Quality"
|
||||
],
|
||||
"type": "alias"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"params": [
|
||||
"protocol_id"
|
||||
],
|
||||
"type": "field"
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
"T"
|
||||
],
|
||||
"type": "alias"
|
||||
}
|
||||
]
|
||||
],
|
||||
"tags": [
|
||||
{
|
||||
"key": "type",
|
||||
"operator": "=",
|
||||
"value": "Queue"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"timeFrom": "33s",
|
||||
"title": "Movies in Queue",
|
||||
"transform": "table",
|
||||
"type": "table"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue