Varken/dashboard/example_panels/table_radarr_missing_avail_movies.json
2018-11-13 15:20:14 -05:00

109 lines
2.1 KiB
JSON

{
"columns": [],
"datasource": "influxdb",
"fontSize": "100%",
"gridPos": {
"h": 6,
"w": 4,
"x": 20,
"y": 3
},
"hideTimeOverride": true,
"id": 11,
"links": [
{
"targetBlank": true,
"title": "Radarr",
"type": "absolute",
"url": "https://movies.server.com/wanted/missing"
}
],
"minSpan": 6,
"pageSize": 4,
"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": 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": "name",
"thresholds": [],
"type": "string",
"unit": "short"
}
],
"targets": [
{
"dsType": "influxdb",
"groupBy": [],
"measurement": "Radarr",
"orderByTime": "ASC",
"policy": "default",
"refId": "A",
"resultFormat": "table",
"select": [
[
{
"params": [
"name"
],
"type": "field"
},
{
"params": [],
"type": "distinct"
},
{
"params": [
"Movie"
],
"type": "alias"
}
]
],
"tags": [
{
"key": "type",
"operator": "=",
"value": "Missing_Available"
},
{
"condition": "AND",
"key": "server",
"operator": "=",
"value": "1"
}
]
}
],
"timeFrom": "1m",
"title": "Missing Available Movies",
"transform": "table",
"type": "table"
}