Add panel examples.
This commit is contained in:
parent
158f4f3eaf
commit
01800259a4
16 changed files with 1069 additions and 0 deletions
163
dashboard/example_panels/table_sonarr_on_today.json
Normal file
163
dashboard/example_panels/table_sonarr_on_today.json
Normal file
|
@ -0,0 +1,163 @@
|
|||
{
|
||||
"columns": [],
|
||||
"datasource": "influxdb",
|
||||
"fontSize": "100%",
|
||||
"gridPos": {
|
||||
"h": 13,
|
||||
"w": 4,
|
||||
"x": 16,
|
||||
"y": 16
|
||||
},
|
||||
"hideTimeOverride": true,
|
||||
"id": 10,
|
||||
"interval": "32s",
|
||||
"links": [
|
||||
{
|
||||
"targetBlank": true,
|
||||
"title": "Sonarr",
|
||||
"type": "absolute",
|
||||
"url": "https://tv.server.com/wanted/missing"
|
||||
}
|
||||
],
|
||||
"minSpan": 8,
|
||||
"pageSize": 14,
|
||||
"scroll": true,
|
||||
"showHeader": true,
|
||||
"sort": {
|
||||
"col": 3,
|
||||
"desc": false
|
||||
},
|
||||
"styles": [
|
||||
{
|
||||
"alias": "Time",
|
||||
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"pattern": "Time",
|
||||
"type": "hidden"
|
||||
},
|
||||
{
|
||||
"alias": "Name",
|
||||
"colorMode": "cell",
|
||||
"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,
|
||||
"link": false,
|
||||
"linkUrl": "",
|
||||
"pattern": "name",
|
||||
"preserveFormat": true,
|
||||
"thresholds": [
|
||||
"20"
|
||||
],
|
||||
"type": "string",
|
||||
"unit": "short"
|
||||
},
|
||||
{
|
||||
"alias": "DL",
|
||||
"colorMode": "row",
|
||||
"colors": [
|
||||
"#0a50a1",
|
||||
"rgba(237, 129, 40, 0.89)",
|
||||
"#24c3ff"
|
||||
],
|
||||
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"decimals": 0,
|
||||
"mappingType": 1,
|
||||
"pattern": "downloaded",
|
||||
"thresholds": [
|
||||
".1",
|
||||
"1"
|
||||
],
|
||||
"type": "string",
|
||||
"unit": "none",
|
||||
"valueMaps": [
|
||||
{
|
||||
"text": "No",
|
||||
"value": "0"
|
||||
},
|
||||
{
|
||||
"text": "Yes",
|
||||
"value": "1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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": "sonarrId",
|
||||
"thresholds": [],
|
||||
"type": "hidden",
|
||||
"unit": "short"
|
||||
}
|
||||
],
|
||||
"targets": [
|
||||
{
|
||||
"dsType": "influxdb",
|
||||
"groupBy": [],
|
||||
"limit": "",
|
||||
"measurement": "Sonarr",
|
||||
"orderByTime": "ASC",
|
||||
"policy": "default",
|
||||
"refId": "A",
|
||||
"resultFormat": "table",
|
||||
"select": [
|
||||
[
|
||||
{
|
||||
"params": [
|
||||
"name"
|
||||
],
|
||||
"type": "field"
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
"TV Show"
|
||||
],
|
||||
"type": "alias"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"params": [
|
||||
"sxe"
|
||||
],
|
||||
"type": "field"
|
||||
},
|
||||
{
|
||||
"params": [
|
||||
"S/E"
|
||||
],
|
||||
"type": "alias"
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"params": [
|
||||
"downloaded"
|
||||
],
|
||||
"type": "field"
|
||||
}
|
||||
]
|
||||
],
|
||||
"tags": [
|
||||
{
|
||||
"key": "type",
|
||||
"operator": "=",
|
||||
"value": "Future"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"timeFrom": "33s",
|
||||
"title": "TV Shows on Today",
|
||||
"transform": "table",
|
||||
"type": "table"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue