{ "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "type": "dashboard" } ] }, "description": "Developed by falconexe - Last Updated: 2020-12-31", "editable": true, "gnetId": 7233, "graphTooltip": 0, "id": 37, "iteration": 1609473140984, "links": [], "panels": [ { "cacheTimeout": null, "datasource": "$Datasource_Telegraf", "description": "", "fieldConfig": { "defaults": { "custom": { "align": null }, "mappings": [], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "dtdhms" }, "overrides": [ { "matcher": { "id": "byName", "options": "Time" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] } } ] } ] }, "gridPos": { "h": 4, "w": 6, "x": 9, "y": 0 }, "id": 13, "interval": "", "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "/.*/", "values": false }, "textMode": "value" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Uptime", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "system", "orderByTime": "ASC", "policy": "default", "query": "SELECT sum(\"uptime\") FROM \"system\" WHERE (\"host\" =~ /^$host$/) AND $timeFilter GROUP BY time(1s) fill(null)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "uptime" ], "type": "field" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "$Host", "transparent": true, "type": "stat" }, { "collapsed": false, "datasource": "", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 4 }, "id": 163, "panels": [], "title": "Overwatch", "type": "row" }, { "cacheTimeout": null, "datasource": "$Datasource_Telegraf", "description": "Note: Uses IPMI", "fieldConfig": { "defaults": { "custom": {}, "decimals": 1, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "light-green", "value": null }, { "color": "light-blue", "value": 19.9 }, { "color": "light-yellow", "value": 39.9 }, { "color": "light-orange", "value": 59.9 }, { "color": "light-red", "value": 79.9 } ] }, "unit": "celsius" }, "overrides": [] }, "gridPos": { "h": 31, "w": 3, "x": 0, "y": 5 }, "hideTimeOverride": true, "id": 128, "interval": "", "links": [], "options": { "displayMode": "basic", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "7.3.3", "targets": [ { "alias": "$tag_name", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "name" ], "type": "tag" } ], "measurement": "ipmi_sensor", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "unit", "operator": "=", "value": "degrees_c" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "$tag_feature", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "feature" ], "type": "tag" } ], "hide": true, "measurement": "sensors", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "chip", "operator": "=", "value": "power_meter-acpi-0" } ] } ], "timeFrom": null, "timeShift": null, "title": "System Temps ", "type": "bargauge" }, { "datasource": "$Datasource_Telegraf", "description": "Note: Change Path to \"mnt/user\" if Cache Drive is Not Present", "fieldConfig": { "defaults": { "custom": { "align": null }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "rgb(64, 138, 255)", "value": null } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 3, "y": 5 }, "hideTimeOverride": false, "id": 173, "interval": "", "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Array Total", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "disk", "orderByTime": "ASC", "policy": "default", "query": "SELECT last(\"used\") AS \"Used\", last(\"free\") AS \"Free\", last(\"total\") AS \"Total\" FROM \"disk\" WHERE (\"path\" = '/rootfs/mnt/user0' AND \"host\" =~ /^$host$/) AND $timeFilter GROUP BY \"path\"", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "total" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "path", "operator": "=", "value": "/mnt/user0" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Array Total", "type": "stat" }, { "datasource": "$Datasource_Telegraf", "description": "Note: Change Path to \"mnt/user\" if Cache Drive is Not Present", "fieldConfig": { "defaults": { "custom": { "align": null }, "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-red", "value": null } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 6, "y": 5 }, "hideTimeOverride": false, "id": 202, "interval": "", "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Array Utilized", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "disk", "orderByTime": "ASC", "policy": "default", "query": "SELECT last(\"used\") AS \"Used\", last(\"free\") AS \"Free\", last(\"total\") AS \"Total\" FROM \"disk\" WHERE (\"path\" = '/rootfs/mnt/user0' AND \"host\" =~ /^$host$/) AND $timeFilter GROUP BY \"path\"", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "used" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "path", "operator": "=", "value": "/mnt/user0" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Array Utilized", "type": "stat" }, { "datasource": "$Datasource_Telegraf", "description": "Note: Change Path to \"mnt/user\" if Cache Drive is Not Present", "fieldConfig": { "defaults": { "custom": { "align": null }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 9, "y": 5 }, "hideTimeOverride": false, "id": 172, "interval": "", "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Array Available", "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" } ], "measurement": "disk", "orderByTime": "ASC", "policy": "default", "query": "SELECT last(\"used\") AS \"Used\", last(\"free\") AS \"Free\", last(\"total\") AS \"Total\" FROM \"disk\" WHERE (\"path\" = '/rootfs/mnt/user0' AND \"host\" =~ /^$host$/) AND $timeFilter GROUP BY \"path\"", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "free" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "path", "operator": "=", "value": "/mnt/user0" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Array Available", "type": "stat" }, { "datasource": "$Datasource_Telegraf", "description": "Note: Change Path to \"mnt/user\" if Cache Drive is Not Present", "fieldConfig": { "defaults": { "custom": { "align": null }, "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "light-yellow", "value": null } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 12, "y": 5 }, "hideTimeOverride": false, "id": 204, "interval": "", "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "vertical", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Array Utilized %", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "disk", "orderByTime": "ASC", "policy": "default", "query": "SELECT last(\"used\") AS \"Used\", last(\"free\") AS \"Free\", last(\"total\") AS \"Total\" FROM \"disk\" WHERE (\"path\" = '/rootfs/mnt/user0' AND \"host\" =~ /^$host$/) AND $timeFilter GROUP BY \"path\"", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "used_percent" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "path", "operator": "=", "value": "/mnt/user0" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Array Utilized %", "type": "stat" }, { "datasource": "$Datasource_Telegraf", "fieldConfig": { "defaults": { "custom": { "align": null }, "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-purple", "value": null } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 15, "y": 5 }, "hideTimeOverride": false, "id": 171, "interval": "", "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Cache Utilized", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "disk", "orderByTime": "ASC", "policy": "default", "query": "SELECT last(\"used\") AS \"Used\", last(\"free\") AS \"Free\", last(\"total\") AS \"Total\" FROM \"disk\" WHERE (\"path\" = '/rootfs/mnt/user0' AND \"host\" =~ /^$host$/) AND $timeFilter GROUP BY \"path\"", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "used" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "path", "operator": "=", "value": "/mnt/cache" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Cache Utilized", "type": "stat" }, { "datasource": "$Datasource_Telegraf", "fieldConfig": { "defaults": { "custom": { "align": null }, "decimals": 2, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "light-red", "value": null } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 6, "w": 3, "x": 18, "y": 5 }, "hideTimeOverride": false, "id": 203, "interval": "", "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Cache Utilized %", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "disk", "orderByTime": "ASC", "policy": "default", "query": "SELECT last(\"used\") AS \"Used\", last(\"free\") AS \"Free\", last(\"total\") AS \"Total\" FROM \"disk\" WHERE (\"path\" = '/rootfs/mnt/user0' AND \"host\" =~ /^$host$/) AND $timeFilter GROUP BY \"path\"", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "used_percent" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "path", "operator": "=", "value": "/mnt/cache" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Cache Utilized %", "type": "stat" }, { "cacheTimeout": null, "datasource": "$Datasource_Telegraf", "description": "Note: Uses IPMI", "fieldConfig": { "defaults": { "custom": {}, "decimals": 1, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] }, "unit": "volt" }, "overrides": [] }, "gridPos": { "h": 31, "w": 3, "x": 21, "y": 5 }, "hideTimeOverride": true, "id": 219, "interval": "", "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "$tag_name", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "name" ], "type": "tag" } ], "measurement": "ipmi_sensor", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "unit", "operator": "=", "value": "volts" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "System Power", "type": "stat" }, { "datasource": "$Datasource_Telegraf", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "semi-dark-blue", "value": 24.9 }, { "color": "yellow", "value": 49.9 }, { "color": "orange", "value": 74.9 }, { "color": "red", "value": 89.9 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 7, "w": 7, "x": 3, "y": 11 }, "hideTimeOverride": true, "id": 224, "interval": "", "links": [], "options": { "displayMode": "basic", "orientation": "vertical", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Core 01", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu0" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 02", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu1" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 03", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu2" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 04", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "D", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu3" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 05", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "E", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu4" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 06", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "F", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu5" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 07", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "G", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu6" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 08", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "H", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu7" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 09", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "I", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu8" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 10", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "J", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu9" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 11", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "K", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu10" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 12", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "L", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu11" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 13", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "M", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu12" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 14", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "N", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu13" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 15", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "O", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu14" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 16", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "P", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu15" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "CPU 01 Core Load", "type": "bargauge" }, { "cacheTimeout": null, "datasource": "$Datasource_Telegraf", "fieldConfig": { "defaults": { "custom": { "align": null }, "decimals": 1, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "light-blue", "value": 24 }, { "color": "light-yellow", "value": 49 }, { "color": "light-orange", "value": 74 }, { "color": "red", "value": 89 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 7, "w": 4, "x": 10, "y": 11 }, "hideTimeOverride": true, "id": 126, "interval": "", "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "CPU Load", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu-total" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "CPU Load", "type": "stat" }, { "datasource": "$Datasource_Telegraf", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "semi-dark-blue", "value": 24.9 }, { "color": "yellow", "value": 49.9 }, { "color": "orange", "value": 74.9 }, { "color": "red", "value": 89.9 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 7, "w": 7, "x": 14, "y": 11 }, "hideTimeOverride": true, "id": 226, "interval": "", "links": [], "options": { "displayMode": "basic", "orientation": "vertical", "reduceOptions": { "calcs": [ "last" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Core 17", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu16" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 18", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu17" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 19", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu18" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 20", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "D", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu19" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 21", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "E", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu20" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 22", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "F", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu21" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 23", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "G", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu22" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 24", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "H", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu23" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 25", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "I", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu24" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 26", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "J", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu25" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 27", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "K", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu26" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 28", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "L", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu27" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 29", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "M", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu28" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 30", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "N", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu29" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 31", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "O", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu30" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 32", "dsType": "influxdb", "groupBy": [], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "P", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu31" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "CPU 02 Core Load", "type": "bargauge" }, { "datasource": "$Datasource_Telegraf", "fieldConfig": { "defaults": { "custom": { "align": null }, "decimals": 2, "links": [], "mappings": [], "max": 64, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "semi-dark-blue", "value": 7.9 }, { "color": "yellow", "value": 15.9 }, { "color": "orange", "value": 31.2 }, { "color": "red", "value": 47.9 } ] }, "unit": "decgbytes" }, "overrides": [] }, "gridPos": { "h": 6, "w": 7, "x": 3, "y": 18 }, "id": 166, "interval": "", "links": [], "options": { "displayMode": "basic", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "7.3.3", "targets": [ { "alias": "RAM Used", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "mem", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "used" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ " / 1000000000" ], "type": "math" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "RAM Used", "type": "bargauge" }, { "cacheTimeout": null, "datasource": "$Datasource_Telegraf", "fieldConfig": { "defaults": { "custom": { "align": null }, "decimals": 1, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "light-blue", "value": 24 }, { "color": "light-yellow", "value": 49 }, { "color": "light-orange", "value": 74 }, { "color": "red", "value": 89 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 6, "w": 4, "x": 10, "y": 18 }, "hideTimeOverride": true, "id": 220, "interval": "", "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "RAM Load", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "mem", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "used_percent" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "RAM Load", "type": "stat" }, { "datasource": "$Datasource_Telegraf", "fieldConfig": { "defaults": { "custom": { "align": null }, "decimals": 2, "links": [], "mappings": [], "max": 64, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "light-red", "value": null }, { "color": "light-orange", "value": 7.9 }, { "color": "light-yellow", "value": 15.9 }, { "color": "semi-dark-blue", "value": 31.9 }, { "color": "green", "value": 47.9 } ] }, "unit": "decgbytes" }, "overrides": [] }, "gridPos": { "h": 6, "w": 7, "x": 14, "y": 18 }, "id": 169, "interval": "", "links": [], "options": { "displayMode": "basic", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "7.3.3", "targets": [ { "alias": "RAM Available", "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" } ], "measurement": "mem", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "available" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ " / 1000000000" ], "type": "math" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "RAM Available", "type": "bargauge" }, { "cacheTimeout": null, "datasource": "$Datasource_Telegraf", "fieldConfig": { "defaults": { "custom": { "align": null }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-blue", "value": null } ] }, "unit": "Bps" }, "overrides": [ { "matcher": { "id": "byName", "options": "Received (RX)" }, "properties": [] } ] }, "gridPos": { "h": 6, "w": 9, "x": 3, "y": 24 }, "id": 158, "interval": "", "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "vertical", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "value_and_name" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "TX", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "net", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "bytes_sent" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "interface", "operator": "=", "value": "eth0" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "RX", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "net", "orderByTime": "ASC", "policy": "default", "query": "SELECT non_negative_derivative(last(\"bytes_recv\"), 1s) FROM \"net\" WHERE (\"host\" =~ /^$host$/ AND \"interface\" = 'eth0') AND $timeFilter GROUP BY time($__interval) fill(null)", "rawQuery": false, "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "bytes_recv" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "interface", "operator": "=", "value": "eth0" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "1GBe Network (eth0)", "type": "stat" }, { "cacheTimeout": null, "datasource": "$Datasource_Telegraf", "fieldConfig": { "defaults": { "custom": { "align": null }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-red", "value": null } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 6, "w": 9, "x": 12, "y": 24 }, "id": 164, "interval": "", "links": [], "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "vertical", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "TX", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "net", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "bytes_sent" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "interface", "operator": "=", "value": "eth2" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "RX", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "net", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "bytes_recv" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "interface", "operator": "=", "value": "eth2" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "10GBe Network (eth2)", "type": "stat" }, { "datasource": "$Datasource_Telegraf", "description": "Note: Uses IPMI", "fieldConfig": { "defaults": { "custom": { "align": null }, "decimals": 0, "links": [], "mappings": [], "max": 7000, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "light-green", "value": null }, { "color": "semi-dark-blue", "value": 1999 }, { "color": "light-yellow", "value": 2999 }, { "color": "light-orange", "value": 3999 }, { "color": "semi-dark-red", "value": 4999 } ] }, "unit": "rotrpm" }, "overrides": [] }, "gridPos": { "h": 6, "w": 18, "x": 3, "y": 30 }, "id": 177, "interval": "", "links": [], "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "7.3.3", "targets": [ { "alias": "$tag_name", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "name" ], "type": "tag" } ], "measurement": "ipmi_sensor", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "unit", "operator": "=", "value": "rpm" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": true, "measurement": "sensors", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "feature", "operator": "=", "value": "select tag value" } ] } ], "timeFrom": null, "timeShift": null, "title": "Fan Speeds", "type": "gauge" }, { "collapsed": false, "datasource": "", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 36 }, "id": 183, "panels": [], "title": "Array Growth", "type": "row" }, { "cacheTimeout": null, "datasource": "$Datasource_Telegraf", "description": "Note: Change Path to \"mnt/user\" if Cache Drive is Not Present", "fieldConfig": { "defaults": { "custom": {}, "decimals": 2, "mappings": [], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 0, "y": 37 }, "hideTimeOverride": false, "id": 184, "interval": "", "links": [], "maxDataPoints": 3000, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "diff" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Array Growth (Day)", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "disk", "orderByTime": "ASC", "policy": "default", "query": "SELECT last(\"used\") FROM \"disk\" WHERE (\"path\" = '/mnt/user') AND $timeFilter GROUP BY time($__interval) fill(null)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "used" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "path", "operator": "=", "value": "/mnt/user0" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": "now/d", "timeShift": null, "title": "Array Growth (Day)", "type": "stat" }, { "cacheTimeout": null, "datasource": "$Datasource_Telegraf", "description": "Note: Query Options > Min Interval - Must Match on Week/Month/Year To Stay In Sync (Set to 2 Hours by Default For Performance Reasons) - Change Path to \"mnt/user\" if Cache Drive is Not Present", "fieldConfig": { "defaults": { "custom": {}, "decimals": 2, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "yellow", "value": null } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 6, "y": 37 }, "hideTimeOverride": false, "id": 79, "interval": "2h", "links": [], "maxDataPoints": 3000, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "diff" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Array Growth (Week)", "groupBy": [ { "params": [ "$interval" ], "type": "time" } ], "measurement": "disk", "orderByTime": "ASC", "policy": "default", "query": "SELECT last(\"used\") FROM \"disk\" WHERE (\"path\" = '/mnt/user') AND $timeFilter GROUP BY time($__interval) fill(null)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "used" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "path", "operator": "=", "value": "/mnt/user0" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": "now/w", "timeShift": null, "title": "Array Growth (Week)", "type": "stat" }, { "cacheTimeout": null, "datasource": "$Datasource_Telegraf", "description": "Note: Query Options > Min Interval - Must Match on Week/Month/Year To Stay In Sync (Set to 2 Hours by Default For Performance Reasons) - Change Path to \"mnt/user\" if Cache Drive is Not Present", "fieldConfig": { "defaults": { "custom": {}, "decimals": 2, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "orange", "value": null } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 12, "y": 37 }, "hideTimeOverride": false, "id": 181, "interval": "2h", "links": [], "maxDataPoints": 3000, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "diff" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Array Growth (Month)", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "disk", "orderByTime": "ASC", "policy": "default", "query": "SELECT last(\"used\") FROM \"disk\" WHERE (\"path\" = '/mnt/user') AND $timeFilter GROUP BY time($__interval) fill(null)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "used" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "path", "operator": "=", "value": "/mnt/user0" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": "now/M", "timeShift": null, "title": "Array Growth (Month)", "type": "stat" }, { "cacheTimeout": null, "datasource": "$Datasource_Telegraf", "description": "Note: Query Options > Min Interval - Must Match on Week/Month/Year To Stay In Sync (Set to 2 Hours by Default For Performance Reasons) - Change Path to \"mnt/user\" if Cache Drive is Not Present", "fieldConfig": { "defaults": { "custom": {}, "decimals": 2, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null } ] }, "unit": "decbytes" }, "overrides": [] }, "gridPos": { "h": 8, "w": 6, "x": 18, "y": 37 }, "hideTimeOverride": false, "id": 185, "interval": "2h", "links": [], "maxDataPoints": 3000, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "diff" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Array Growth (Year)", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "disk", "orderByTime": "ASC", "policy": "default", "query": "SELECT last(\"used\") FROM \"disk\" WHERE (\"path\" = '/mnt/user') AND $timeFilter GROUP BY time($__interval) fill(null)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "used" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "path", "operator": "=", "value": "/mnt/user0" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": "now/y", "timeShift": null, "title": "Array Growth (Year)", "type": "stat" }, { "collapsed": false, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 45 }, "id": 228, "panels": [], "title": "Plex Stats", "type": "row" }, { "cacheTimeout": null, "datasource": "Varken", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null } ] }, "unit": "Kbits" }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 0, "y": 46 }, "hideTimeOverride": true, "id": 19, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "groupBy": [], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "wan_bandwidth" ], "type": "field" } ] ], "tags": [ { "key": "type", "operator": "=", "value": "current_stream_stats" } ] } ], "timeFrom": "30s", "title": "Current WAN (TX)", "type": "stat" }, { "cacheTimeout": null, "datasource": "Varken", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 3, "x": 6, "y": 46 }, "hideTimeOverride": true, "id": 22, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "groupBy": [], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "stream_count" ], "type": "field" } ] ], "tags": [ { "key": "type", "operator": "=", "value": "current_stream_stats" } ] } ], "timeFrom": "33s", "title": "Current Streams", "type": "stat" }, { "cacheTimeout": null, "datasource": "Varken", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "noValue": "NULL", "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-blue", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 3, "x": 9, "y": 46 }, "hideTimeOverride": true, "id": 23, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "groupBy": [], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "transcode_streams" ], "type": "field" } ] ], "tags": [ { "key": "type", "operator": "=", "value": "current_stream_stats" } ] } ], "timeFrom": "33s", "title": "Current Transcode Streams", "type": "stat" }, { "cacheTimeout": null, "datasource": "Varken", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "orange", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 3, "x": 12, "y": 46 }, "hideTimeOverride": true, "id": 24, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "groupBy": [], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "direct_play_streams" ], "type": "field" } ] ], "tags": [ { "key": "type", "operator": "=", "value": "current_stream_stats" } ] } ], "timeFrom": "33s", "title": "Current Direct Play Streams", "type": "stat" }, { "cacheTimeout": null, "datasource": "Varken", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "yellow", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 3, "x": 15, "y": 46 }, "hideTimeOverride": true, "id": 25, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "groupBy": [], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "direct_streams" ], "type": "field" } ] ], "tags": [ { "key": "type", "operator": "=", "value": "current_stream_stats" } ] } ], "timeFrom": "33s", "title": "Current Direct Stream", "type": "stat" }, { "cards": { "cardPadding": null, "cardRound": null }, "color": { "cardColor": "#5794F2", "colorScale": "sqrt", "colorScheme": "interpolateInferno", "exponent": 0.5, "max": null, "min": null, "mode": "spectrum" }, "dataFormat": "tsbuckets", "datasource": "Varken", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 18, "y": 46 }, "heatmap": {}, "hideTimeOverride": false, "hideZeroBuckets": false, "highlightCards": true, "id": 43, "interval": "30", "legend": { "show": true }, "links": [], "reverseYBuckets": false, "targets": [ { "alias": "Streams", "application": { "filter": "" }, "functions": [], "group": { "filter": "" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "host": { "filter": "" }, "item": { "filter": "" }, "measurement": "Tautulli", "mode": 0, "options": { "showDisabledItems": false, "skipEmptyValues": false }, "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "hash" ], "type": "field" }, { "params": [], "type": "distinct" }, { "params": [], "type": "count" } ] ], "table": { "skipEmptyValues": false }, "tags": [], "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "timeFrom": "24h", "title": "Heatmap (Day)", "tooltip": { "show": true, "showHistogram": false }, "type": "heatmap", "xAxis": { "show": true }, "xBucketNumber": null, "xBucketSize": null, "yAxis": { "decimals": 0, "format": "short", "logBase": 1, "max": null, "min": null, "show": true, "splitFactor": null }, "yBucketBound": "middle", "yBucketNumber": null, "yBucketSize": null }, { "cacheTimeout": null, "datasource": "Varken", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] }, "unit": "Kbits" }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 0, "y": 51 }, "hideTimeOverride": true, "id": 229, "interval": null, "links": [], "maxDataPoints": 100, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "center", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "groupBy": [], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "lan_bandwidth" ], "type": "field" } ] ], "tags": [ { "key": "type", "operator": "=", "value": "current_stream_stats" } ] } ], "timeFrom": "30s", "title": "Current LAN (TX)", "type": "stat" }, { "circleMaxSize": "2", "circleMinSize": "2", "colors": [ "#24c3ff", "#ef843c", "#890f02" ], "datasource": "Varken", "decimals": 0, "esGeoPoint": "geohash", "esLocationName": "location", "esMetric": "metric", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "gridPos": { "h": 15, "w": 12, "x": 6, "y": 51 }, "hideEmpty": false, "hideTimeOverride": true, "hideZero": false, "id": 11, "initialZoom": "4", "interval": "", "links": [], "locationData": "table", "mapCenter": "custom", "mapCenterLatitude": "37.9", "mapCenterLongitude": "-94.9", "maxDataPoints": 1, "maxPerRow": 3, "mouseWheelZoom": false, "showLegend": false, "stickyLabels": false, "tableQueryOptions": { "geohashField": "geohash", "labelField": "full_location", "latitudeField": "latitude", "longitudeField": "longitude", "metricField": "metric", "queryType": "coordinates" }, "targets": [ { "alias": "$tag_region_code", "dsType": "influxdb", "groupBy": [ { "params": [ "latitude" ], "type": "tag" }, { "params": [ "longitude" ], "type": "tag" }, { "params": [ "full_location" ], "type": "tag" }, { "params": [ "name" ], "type": "tag" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "hash" ], "type": "field" }, { "params": [], "type": "distinct" }, { "params": [], "type": "count" }, { "params": [ "metric" ], "type": "alias" } ] ], "tags": [ { "key": "type", "operator": "=", "value": "Session" } ] } ], "thresholds": "2,3", "timeFrom": "33s", "timeShift": null, "title": "", "type": "grafana-worldmap-panel", "unitPlural": "Streams", "unitSingle": "", "unitSingular": "Stream", "valueName": "current" }, { "cards": { "cardPadding": null, "cardRound": null }, "color": { "cardColor": "#b4ff00", "colorScale": "sqrt", "colorScheme": "interpolateInferno", "exponent": 0.5, "max": null, "min": null, "mode": "spectrum" }, "dataFormat": "tsbuckets", "datasource": "Varken", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 18, "y": 51 }, "heatmap": {}, "hideTimeOverride": false, "hideZeroBuckets": false, "highlightCards": true, "id": 48, "interval": "30", "legend": { "show": true }, "links": [], "reverseYBuckets": false, "targets": [ { "alias": "Streams", "application": { "filter": "" }, "functions": [], "group": { "filter": "" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "host": { "filter": "" }, "item": { "filter": "" }, "measurement": "Tautulli", "mode": 0, "options": { "showDisabledItems": false, "skipEmptyValues": false }, "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "hash" ], "type": "field" }, { "params": [], "type": "distinct" }, { "params": [], "type": "count" } ] ], "table": { "skipEmptyValues": false }, "tags": [], "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "timeFrom": "1w", "title": "Heatmap (Week)", "tooltip": { "show": true, "showHistogram": true }, "type": "heatmap", "xAxis": { "show": true }, "xBucketNumber": null, "xBucketSize": null, "yAxis": { "decimals": 0, "format": "short", "logBase": 1, "max": null, "min": null, "show": true, "splitFactor": null }, "yBucketBound": "middle", "yBucketNumber": null, "yBucketSize": null }, { "aliasColors": { "Android": "#a4ca39", "Chrome": "#F2495C", "Chromecast": "#039BE5", "NetCast": "#c8135c", "PlayStation": "#5794F2", "Playstation 4": "#1F60C4", "Plex Media Player": "#e67817", "Roku": "#6d3c97", "Samsung": "#034ea2", "Tizen": "#034ea2", "Xbox One": "#107c10", "iOS": "rgb(142, 142, 142)", "tvOS": "#858487" }, "breakPoint": "50%", "cacheTimeout": null, "combine": { "label": "Others", "threshold": "" }, "datasource": "Varken", "decimals": 0, "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fontSize": "120%", "format": "none", "gridPos": { "h": 10, "w": 3, "x": 0, "y": 56 }, "hideTimeOverride": true, "id": 124, "interval": "30s", "legend": { "percentage": true, "percentageDecimals": 1, "show": true, "sortDesc": true, "values": true }, "legendType": "On graph", "links": [], "nullPointMode": "connected", "pieType": "pie", "strokeWidth": "2", "targets": [ { "alias": "$tag_device_type", "application": { "filter": "" }, "functions": [], "group": { "filter": "" }, "groupBy": [ { "params": [ "device_type" ], "type": "tag" } ], "host": { "filter": "" }, "item": { "filter": "" }, "measurement": "Tautulli", "mode": 0, "options": { "showDisabledItems": false, "skipEmptyValues": false }, "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "hash" ], "type": "field" }, { "params": [], "type": "distinct" }, { "params": [], "type": "count" } ] ], "table": { "skipEmptyValues": false }, "tags": [ { "key": "type", "operator": "=", "value": "Session" } ], "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "timeFrom": "30s", "title": "Current Stream Devices", "type": "grafana-piechart-panel", "valueName": "total" }, { "aliasColors": { "Direct Play": "#73BF69", "Direct Stream": "#5794F2", "Transcode": "#F2495C" }, "breakPoint": "50%", "cacheTimeout": null, "combine": { "label": "Others", "threshold": "0" }, "datasource": "Varken", "decimals": 0, "fieldConfig": { "defaults": { "custom": { "align": null }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "fontSize": "120%", "format": "none", "gridPos": { "h": 10, "w": 3, "x": 3, "y": 56 }, "hideTimeOverride": true, "id": 123, "interval": "30s", "legend": { "percentage": true, "percentageDecimals": 1, "show": true, "sort": "total", "sortDesc": true, "values": true }, "legendType": "On graph", "links": [], "nullPointMode": "connected", "pieType": "pie", "pluginVersion": "7.1.5", "strokeWidth": "2", "targets": [ { "alias": "$tag_video_decision", "application": { "filter": "" }, "functions": [], "group": { "filter": "" }, "groupBy": [ { "params": [ "video_decision" ], "type": "tag" } ], "host": { "filter": "" }, "item": { "filter": "" }, "measurement": "Tautulli", "mode": 0, "options": { "showDisabledItems": false, "skipEmptyValues": false }, "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "hash" ], "type": "field" }, { "params": [], "type": "distinct" }, { "params": [], "type": "count" } ] ], "table": { "skipEmptyValues": false }, "tags": [ { "key": "type", "operator": "=", "value": "Session" } ], "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "timeFrom": "30s", "timeShift": null, "title": "Current Stream Types", "type": "grafana-piechart-panel", "valueName": "total" }, { "cards": { "cardPadding": null, "cardRound": null }, "color": { "cardColor": "#B877D9", "colorScale": "linear", "colorScheme": "interpolateInferno", "exponent": 0.5, "max": null, "min": null, "mode": "spectrum" }, "dataFormat": "tsbuckets", "datasource": "Varken", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 18, "y": 56 }, "heatmap": {}, "hideTimeOverride": false, "hideZeroBuckets": false, "highlightCards": true, "id": 49, "interval": "30", "legend": { "show": true }, "links": [], "reverseYBuckets": false, "targets": [ { "alias": "Streams", "application": { "filter": "" }, "functions": [], "group": { "filter": "" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "host": { "filter": "" }, "item": { "filter": "" }, "measurement": "Tautulli", "mode": 0, "options": { "showDisabledItems": false, "skipEmptyValues": false }, "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "hash" ], "type": "field" }, { "params": [], "type": "distinct" }, { "params": [], "type": "count" } ] ], "table": { "skipEmptyValues": false }, "tags": [], "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "timeFrom": "1M", "title": "Heatmap (Month)", "tooltip": { "show": true, "showHistogram": true }, "tooltipDecimals": 0, "type": "heatmap", "xAxis": { "show": true }, "xBucketNumber": null, "xBucketSize": null, "yAxis": { "decimals": 0, "format": "short", "logBase": 1, "max": null, "min": null, "show": true, "splitFactor": null }, "yBucketBound": "middle", "yBucketNumber": null, "yBucketSize": null }, { "cards": { "cardPadding": null, "cardRound": null }, "color": { "cardColor": "#b4ff00", "colorScale": "sqrt", "colorScheme": "interpolateInferno", "exponent": 0.5, "max": null, "min": null, "mode": "spectrum" }, "dataFormat": "tsbuckets", "datasource": "Varken", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 18, "y": 61 }, "heatmap": {}, "hideTimeOverride": false, "hideZeroBuckets": false, "highlightCards": true, "id": 50, "interval": "30", "legend": { "show": true }, "links": [], "reverseYBuckets": false, "targets": [ { "alias": "Streams", "application": { "filter": "" }, "functions": [], "group": { "filter": "" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "host": { "filter": "" }, "item": { "filter": "" }, "measurement": "Tautulli", "mode": 0, "options": { "showDisabledItems": false, "skipEmptyValues": false }, "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "hash" ], "type": "field" }, { "params": [], "type": "distinct" }, { "params": [], "type": "count" } ] ], "table": { "skipEmptyValues": false }, "tags": [], "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "timeFrom": "1y", "title": "Heatmap (Year)", "tooltip": { "show": true, "showHistogram": true }, "type": "heatmap", "xAxis": { "show": true }, "xBucketNumber": null, "xBucketSize": null, "yAxis": { "decimals": 0, "format": "short", "logBase": 1, "max": null, "min": null, "show": true, "splitFactor": null }, "yBucketBound": "middle", "yBucketNumber": null, "yBucketSize": null }, { "datasource": "Varken", "fieldConfig": { "defaults": { "custom": { "align": "left", "displayMode": "auto", "filterable": false }, "mappings": [ { "from": "", "id": 0, "text": "", "to": "", "type": 1, "value": "" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Stream Status" }, "properties": [ { "id": "custom.align", "value": "left" }, { "id": "mappings", "value": [ { "from": "", "id": 0, "text": "Playing", "to": "", "type": 1, "value": "0" }, { "from": "", "id": 1, "text": "Paused", "to": "", "type": 1, "value": "1" }, { "from": "", "id": 2, "text": "Buffering", "to": "", "type": 1, "value": "3" } ] }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "green", "value": 0 }, { "color": "blue", "value": 1 }, { "color": "red", "value": 2 } ] } }, { "id": "custom.displayMode", "value": "color-background" } ] }, { "matcher": { "id": "byName", "options": "Secure" }, "properties": [ { "id": "custom.align", "value": "left" }, { "id": "mappings", "value": [ { "from": "", "id": 0, "text": "No", "to": "", "type": 1, "value": "0" }, { "from": "", "id": 1, "text": "Yes", "to": "", "type": 1, "value": "1" } ] }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "green", "value": 1 } ] } }, { "id": "custom.displayMode", "value": "color-text" } ] }, { "matcher": { "id": "byName", "options": "Relayed" }, "properties": [ { "id": "custom.align", "value": "left" }, { "id": "mappings", "value": [ { "from": "", "id": 0, "text": "No", "to": "", "type": 1, "value": "0" }, { "from": "", "id": 1, "text": "Yes", "to": "", "type": 1, "value": "1" } ] }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "yellow", "value": 1 } ] } }, { "id": "custom.displayMode", "value": "color-text" } ] }, { "matcher": { "id": "byType", "options": "string" }, "properties": [] }, { "matcher": { "id": "byName", "options": "Media Title" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "super-light-orange", "value": null } ] } }, { "id": "custom.displayMode", "value": "color-text" }, { "id": "custom.width", "value": 185 } ] }, { "matcher": { "id": "byName", "options": "Transcode Type" }, "properties": [ { "id": "custom.width", "value": 133 } ] }, { "matcher": { "id": "byName", "options": "User" }, "properties": [ { "id": "custom.width", "value": 125 } ] }, { "matcher": { "id": "byName", "options": "Watched %" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "orange", "value": 24.9 }, { "color": "yellow", "value": 49.9 }, { "color": "blue", "value": 74.9 }, { "color": "green", "value": 89.9 } ] } }, { "id": "custom.displayMode", "value": "gradient-gauge" }, { "id": "decimals" } ] } ] }, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 66 }, "hideTimeOverride": false, "id": 120, "interval": "", "links": [ { "targetBlank": true, "title": "Tautulli", "url": "$tautulliurl" } ], "options": { "showHeader": true, "sortBy": [ { "desc": true, "displayName": "Time" } ] }, "pluginVersion": "7.3.3", "targets": [ { "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "audio_codec" ], "type": "tag" }, { "params": [ "device_type" ], "type": "tag" }, { "params": [ "full_location" ], "type": "tag" }, { "params": [ "media_type" ], "type": "tag" }, { "params": [ "product" ], "type": "tag" }, { "params": [ "product_version" ], "type": "tag" }, { "params": [ "quality" ], "type": "tag" }, { "params": [ "quality_profile" ], "type": "tag" }, { "params": [ "relayed" ], "type": "tag" }, { "params": [ "secure" ], "type": "tag" }, { "params": [ "stream_audio_codec" ], "type": "tag" }, { "params": [ "title" ], "type": "tag" }, { "params": [ "transcode_decision" ], "type": "tag" }, { "params": [ "username" ], "type": "tag" }, { "params": [ "quality" ], "type": "tag" }, { "params": [ "quality_profile" ], "type": "tag" }, { "params": [ "player_state" ], "type": "tag" }, { "params": [ "location" ], "type": "tag" }, { "params": [ "region_code" ], "type": "tag" }, { "params": [ "progress_percent" ], "type": "tag" } ], "hide": false, "limit": "", "measurement": "Tautulli", "orderByTime": "DESC", "policy": "default", "query": "SELECT distinct(\"hash\") FROM \"Tautulli\" WHERE (\"type\" = 'Session') AND $timeFilter GROUP BY \"audio_codec\", \"audio_profile\", \"device_type\", \"friendly_name\", \"full_location\", \"location\", \"media_type\", \"platform\", \"player_state\", \"product\", \"product_version\", \"quality\", \"quality_profile\", \"region_code\", \"relayed\", \"secure\", \"server\", \"stream_audio_codec\", \"title\", \"transcode_decision\", \"type\", \"username\", \"video_decision\"", "rawQuery": false, "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "hash" ], "type": "field" }, { "params": [], "type": "distinct" } ] ], "slimit": "", "tags": [ { "key": "type", "operator": "=", "value": "Session" } ], "tz": "" } ], "timeFrom": "30s", "timeShift": null, "title": "Current Streams", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": false, "audio_codec": false, "audio_profile": false, "device_type": false, "distinct": true, "friendly_name": false, "location": true, "media_type": false, "platform": false, "region_code": true, "transcode_decision": false, "username": false }, "indexByName": { "Time": 0, "audio_codec": 12, "device_type": 15, "distinct": 19, "full_location": 3, "location": 5, "media_type": 7, "player_state": 1, "product": 14, "product_version": 16, "progress_percent": 9, "quality": 11, "quality_profile": 10, "region_code": 4, "relayed": 18, "secure": 17, "stream_audio_codec": 13, "title": 8, "transcode_decision": 6, "username": 2 }, "renameByName": { "audio_codec": "Media Audio Codec", "device_type": "Device Type", "distinct": "", "full_location": "Location", "location": "Location (City)", "media_type": "Media Type", "platform": "", "player_state": "Stream Status", "product": "Plex Type", "product_version": "Plex Version", "progress_percent": "Watched %", "quality": "Stream Quality", "quality_profile": "Stream Profile", "region_code": "Location (State)", "relayed": "Relayed", "secure": "Secure", "stream_audio_codec": "Stream Audio Codec", "title": "Media Title", "transcode_decision": "Transcode Type", "username": "User" } } } ], "type": "table" }, { "aliasColors": { "Direct": "blue", "Direct Play": "green", "Tautulli.Direct": "super-light-orange", "Tautulli.Direct Play": "super-light-red", "Tautulli.LAN": "semi-dark-red", "Tautulli.Transcode": "blue", "Tautulli.WAN": "semi-dark-blue", "Transcode": "red" }, "bars": false, "cacheTimeout": null, "dashLength": 10, "dashes": false, "datasource": "Varken", "decimals": 0, "description": "", "fieldConfig": { "defaults": { "custom": { "align": null }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "fill": 1, "fillGradient": 7, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 73 }, "hiddenSeries": false, "hideTimeOverride": true, "id": 116, "interval": "30s", "legend": { "alignAsTable": true, "avg": false, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": false, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null as zero", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 0.5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "alias": "$col", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "transcode_streams" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Transcode" ], "type": "alias" } ], [ { "params": [ "direct_play_streams" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Direct Play" ], "type": "alias" } ], [ { "params": [ "direct_streams" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Direct" ], "type": "alias" } ] ], "tags": [ { "key": "type", "operator": "=", "value": "current_stream_stats" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Stream Overview", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "short", "label": null, "logBase": 1, "max": null, "min": "0", "show": true }, { "decimals": null, "format": "short", "label": "", "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "LAN": "green", "Tautulli.Direct": "super-light-red", "Tautulli.Direct Play": "orange", "Tautulli.LAN": "super-light-blue", "Tautulli.Transcode": "blue", "Tautulli.WAN": "dark-red", "WAN": "purple" }, "bars": false, "cacheTimeout": null, "dashLength": 10, "dashes": false, "datasource": "Varken", "decimals": 0, "description": "", "fieldConfig": { "defaults": { "custom": { "align": null }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "Kbits" }, "overrides": [] }, "fill": 1, "fillGradient": 7, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 73 }, "hiddenSeries": false, "hideTimeOverride": true, "id": 117, "interval": "30s", "legend": { "alignAsTable": true, "avg": false, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": false, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null as zero", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 0.5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "alias": "$col", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "wan_bandwidth" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "WAN" ], "type": "alias" } ], [ { "params": [ "lan_bandwidth" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "LAN" ], "type": "alias" } ] ], "tags": [ { "key": "type", "operator": "=", "value": "current_stream_stats" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Stream Bandwidth", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 0, "format": "Kbits", "label": null, "logBase": 1, "max": null, "min": "0", "show": true }, { "decimals": null, "format": "short", "label": "", "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "cacheTimeout": null, "datasource": "Varken", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "rgb(43, 54, 255)", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 8, "w": 4, "x": 0, "y": 82 }, "hideTimeOverride": true, "id": 17, "interval": "30s", "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "value" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Movies", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "total" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "type", "operator": "=", "value": "library_stats" }, { "condition": "AND", "key": "section_name", "operator": "=", "value": "Movies" } ] } ], "timeFrom": null, "title": "Movies", "type": "stat" }, { "cacheTimeout": null, "datasource": "Varken", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "rgb(148, 61, 191)", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 4, "y": 82 }, "hideTimeOverride": true, "id": 77, "interval": "30s", "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "value" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "TV Shows", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "total" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "type", "operator": "=", "value": "library_stats" }, { "condition": "AND", "key": "section_name", "operator": "=", "value": "TV Shows" } ] } ], "timeFrom": null, "title": "TV Shows", "type": "stat" }, { "cacheTimeout": null, "datasource": "Varken", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "light-red", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 8, "y": 82 }, "hideTimeOverride": true, "id": 232, "interval": "30s", "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "value" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Documentary Shows", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "total" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "type", "operator": "=", "value": "library_stats" }, { "condition": "AND", "key": "section_name", "operator": "=", "value": "Documentary Shows" } ] } ], "timeFrom": null, "title": "Documentary Shows", "type": "stat" }, { "cacheTimeout": null, "datasource": "Varken", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "light-red", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 12, "y": 82 }, "hideTimeOverride": true, "id": 234, "interval": "30s", "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "value" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Documentary Show Episodes", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "episodes" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "type", "operator": "=", "value": "library_stats" }, { "condition": "AND", "key": "section_name", "operator": "=", "value": "Documentary Shows" } ] } ], "timeFrom": null, "title": "Documentary Show Episodes", "type": "stat" }, { "cacheTimeout": null, "datasource": "Varken", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-red", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 16, "y": 82 }, "hideTimeOverride": true, "id": 254, "interval": "30s", "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "value" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Anime Shows", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "total" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "type", "operator": "=", "value": "library_stats" }, { "condition": "AND", "key": "section_name", "operator": "=", "value": "Anime Shows" } ] } ], "timeFrom": null, "title": "Anime Shows", "type": "stat" }, { "cacheTimeout": null, "datasource": "Varken", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 20, "y": 82 }, "hideTimeOverride": true, "id": 257, "interval": "30s", "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "value" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Music Albums", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "albums" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "type", "operator": "=", "value": "library_stats" }, { "condition": "AND", "key": "section_name", "operator": "=", "value": "Music" } ] } ], "timeFrom": null, "title": "Music Albums", "type": "stat" }, { "cacheTimeout": null, "datasource": "Varken", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "rgb(148, 61, 191)", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 2, "x": 4, "y": 86 }, "hideTimeOverride": true, "id": 230, "interval": "30s", "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "value" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "TV Shows", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "seasons" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "type", "operator": "=", "value": "library_stats" }, { "condition": "AND", "key": "section_name", "operator": "=", "value": "TV Shows" } ] } ], "timeFrom": null, "title": "TV Shows Seasons", "type": "stat" }, { "cacheTimeout": null, "datasource": "Varken", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "rgb(148, 61, 191)", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 2, "x": 6, "y": 86 }, "hideTimeOverride": true, "id": 231, "interval": "30s", "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "value" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "TV Shows", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "episodes" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "type", "operator": "=", "value": "library_stats" }, { "condition": "AND", "key": "section_name", "operator": "=", "value": "TV Shows" } ] } ], "timeFrom": null, "title": "TV Shows Episodes", "type": "stat" }, { "cacheTimeout": null, "datasource": "Varken", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "light-red", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 8, "y": 86 }, "hideTimeOverride": true, "id": 233, "interval": "30s", "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "value" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Documentary Shows", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "seasons" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "type", "operator": "=", "value": "library_stats" }, { "condition": "AND", "key": "section_name", "operator": "=", "value": "Documentary Shows" } ] } ], "timeFrom": null, "title": "Documentary Show Seasons", "type": "stat" }, { "cacheTimeout": null, "datasource": "Varken", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "light-red", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 12, "y": 86 }, "hideTimeOverride": true, "id": 259, "interval": "30s", "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "value" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Documentary Movies", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "total" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "type", "operator": "=", "value": "library_stats" }, { "condition": "AND", "key": "section_name", "operator": "=", "value": "Documentary Movies" } ] } ], "timeFrom": null, "title": "Documentary Movies", "type": "stat" }, { "cacheTimeout": null, "datasource": "Varken", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-red", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 2, "x": 16, "y": 86 }, "hideTimeOverride": true, "id": 255, "interval": "30s", "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "value" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Anime Show Seasons", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "seasons" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "type", "operator": "=", "value": "library_stats" }, { "condition": "AND", "key": "section_name", "operator": "=", "value": "Anime Shows" } ] } ], "timeFrom": null, "title": "Anime Show Seasons", "type": "stat" }, { "cacheTimeout": null, "datasource": "Varken", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-red", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 2, "x": 18, "y": 86 }, "hideTimeOverride": true, "id": 256, "interval": "30s", "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "value" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Anime Show Episodes", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "episodes" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "type", "operator": "=", "value": "library_stats" }, { "condition": "AND", "key": "section_name", "operator": "=", "value": "Anime Shows" } ] } ], "timeFrom": null, "title": "Anime Show Episodes", "type": "stat" }, { "cacheTimeout": null, "datasource": "Varken", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 20, "y": 86 }, "hideTimeOverride": true, "id": 258, "interval": "30s", "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "value" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Music Tracks", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "tracks" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "type", "operator": "=", "value": "library_stats" }, { "condition": "AND", "key": "section_name", "operator": "=", "value": "Music" } ] } ], "timeFrom": null, "title": "Music Tracks", "type": "stat" }, { "collapsed": false, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 90 }, "id": 236, "panels": [], "title": "Plex Library Growth", "type": "row" }, { "datasource": "Varken", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 0, "y": 91 }, "id": 238, "interval": "30s", "maxDataPoints": 2880, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "diff" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Movies (Day)", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "total" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "section_name", "operator": "=", "value": "Movies" } ] } ], "timeFrom": "now/d", "timeShift": null, "title": "Movies (Day)", "type": "stat" }, { "datasource": "Varken", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "yellow", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 6, "y": 91 }, "id": 239, "interval": "1h", "maxDataPoints": 8760, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "diff" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Movies (Week)", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "total" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "section_name", "operator": "=", "value": "Movies" } ] } ], "timeFrom": "now/w", "timeShift": null, "title": "Movies (Week)", "type": "stat" }, { "datasource": "Varken", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "orange", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 12, "y": 91 }, "id": 240, "interval": "1h", "maxDataPoints": 8760, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "diff" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Movies (Month)", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "total" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "section_name", "operator": "=", "value": "Movies" } ] } ], "timeFrom": "now/M", "timeShift": null, "title": "Movies (Month)", "type": "stat" }, { "datasource": "Varken", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 18, "y": 91 }, "id": 241, "interval": "1h", "maxDataPoints": 8760, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "diff" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Movies (Year)", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "total" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "section_name", "operator": "=", "value": "Movies" } ] } ], "timeFrom": "now/y", "timeShift": null, "title": "Movies (Year)", "type": "stat" }, { "datasource": "Varken", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 0, "y": 96 }, "id": 242, "interval": "30s", "maxDataPoints": 2880, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "diff" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "TV Show Episodes (Day)", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "episodes" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "section_name", "operator": "=", "value": "TV Shows" } ] } ], "timeFrom": "now/d", "timeShift": null, "title": "TV Episodes (Day)", "type": "stat" }, { "datasource": "Varken", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "yellow", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 6, "y": 96 }, "id": 243, "interval": "1h", "maxDataPoints": 8760, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "diff" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "TV Show Episodes (Week)", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "episodes" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "section_name", "operator": "=", "value": "TV Shows" } ] } ], "timeFrom": "now/w", "timeShift": null, "title": "TV Episodes (Week)", "type": "stat" }, { "datasource": "Varken", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "orange", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 12, "y": 96 }, "id": 244, "interval": "1h", "maxDataPoints": 8760, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "diff" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "TV Show Episodes (Month)", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "episodes" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "section_name", "operator": "=", "value": "TV Shows" } ] } ], "timeFrom": "now/M", "timeShift": null, "title": "TV Episodes (Month)", "type": "stat" }, { "datasource": "Varken", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 18, "y": 96 }, "id": 245, "interval": "1h", "maxDataPoints": 8760, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "diff" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "TV Show Episodes (Year)", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "episodes" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "section_name", "operator": "=", "value": "TV Shows" } ] } ], "timeFrom": "now/y", "timeShift": null, "title": "TV Episodes (Year)", "type": "stat" }, { "datasource": "Varken", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 0, "y": 101 }, "id": 246, "interval": "30s", "maxDataPoints": 2880, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "diff" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Anime Show Episodes (Day)", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "episodes" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "section_name", "operator": "=", "value": "Anime Shows" } ] } ], "timeFrom": "now/d", "timeShift": null, "title": "Anime Episodes (Day)", "type": "stat" }, { "datasource": "Varken", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "yellow", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 6, "y": 101 }, "id": 247, "interval": "1h", "maxDataPoints": 8760, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "diff" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Anime Show Episodes (Week)", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "episodes" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "section_name", "operator": "=", "value": "Anime Shows" } ] } ], "timeFrom": "now/w", "timeShift": null, "title": "Anime Episodes (Week)", "type": "stat" }, { "datasource": "Varken", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "orange", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 12, "y": 101 }, "id": 248, "interval": "1h", "maxDataPoints": 8760, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "diff" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Anime Show Episodes (Month)", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "episodes" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "section_name", "operator": "=", "value": "Anime Shows" } ] } ], "timeFrom": "now/M", "timeShift": null, "title": "Anime Episodes (Month)", "type": "stat" }, { "datasource": "Varken", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 18, "y": 101 }, "id": 249, "interval": "1h", "maxDataPoints": 8760, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "diff" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Anime Show Episodes (Year)", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "episodes" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "section_name", "operator": "=", "value": "Anime Shows" } ] } ], "timeFrom": "now/y", "timeShift": null, "title": "Anime Episodes (Year)", "type": "stat" }, { "datasource": "Varken", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "blue", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 0, "y": 106 }, "id": 250, "interval": "30s", "maxDataPoints": 2880, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "diff" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Music Tracks (Day)", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "tracks" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "section_name", "operator": "=", "value": "Music" } ] } ], "timeFrom": "now/d", "timeShift": null, "title": "Music Tracks (Day)", "type": "stat" }, { "datasource": "Varken", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "yellow", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 6, "y": 106 }, "id": 251, "interval": "1h", "maxDataPoints": 8760, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "diff" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Music Tracks (Week)", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "tracks" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "section_name", "operator": "=", "value": "Music" } ] } ], "timeFrom": "now/w", "timeShift": null, "title": "Music Tracks (Week)", "type": "stat" }, { "datasource": "Varken", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "orange", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 12, "y": 106 }, "id": 252, "interval": "1h", "maxDataPoints": 8760, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "diff" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Music Tracks (Month)", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "tracks" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "section_name", "operator": "=", "value": "Music" } ] } ], "timeFrom": "now/M", "timeShift": null, "title": "Music Tracks (Month)", "type": "stat" }, { "datasource": "Varken", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 5, "w": 6, "x": 18, "y": 106 }, "id": 253, "interval": "1h", "maxDataPoints": 8760, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "diff" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Music Tracks (Year)", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "Tautulli", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "tracks" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "section_name", "operator": "=", "value": "Music" } ] } ], "timeFrom": "now/y", "timeShift": null, "title": "Music Tracks (Year)", "type": "stat" }, { "collapsed": false, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 111 }, "id": 261, "panels": [], "title": "Plex History", "type": "row" }, { "aliasColors": { "Android": "#a4ca39", "Chrome": "#F2495C", "Chromecast": "#039BE5", "PlayStation": "#1F60C4", "Playstation 4": "#1F60C4", "Plex Media Player": "#e67817", "Roku": "#6d3c97", "Xbox One": "#107c10", "iOS": "rgb(142, 142, 142)", "tvOS": "rgb(0, 255, 0)" }, "breakPoint": "50%", "cacheTimeout": null, "combine": { "label": "Others", "threshold": "" }, "datasource": "Varken", "decimals": 0, "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fontSize": "100%", "format": "none", "gridPos": { "h": 11, "w": 6, "x": 0, "y": 112 }, "hideTimeOverride": false, "id": 32, "interval": "30s", "legend": { "percentage": true, "percentageDecimals": 1, "show": true, "sortDesc": true, "values": true }, "legendType": "Right side", "links": [], "nullPointMode": "connected", "pieType": "pie", "strokeWidth": "2", "targets": [ { "alias": "$tag_device_type", "application": { "filter": "" }, "functions": [], "group": { "filter": "" }, "groupBy": [ { "params": [ "device_type" ], "type": "tag" } ], "host": { "filter": "" }, "item": { "filter": "" }, "measurement": "Tautulli", "mode": 0, "options": { "showDisabledItems": false, "skipEmptyValues": false }, "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "hash" ], "type": "field" }, { "params": [], "type": "distinct" }, { "params": [], "type": "count" } ] ], "table": { "skipEmptyValues": false }, "tags": [ { "key": "type", "operator": "=", "value": "Session" } ], "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "timeFrom": "1M", "title": "Device Types", "type": "grafana-piechart-panel", "valueName": "total" }, { "aliasColors": { "Direct Play": "#73BF69", "Direct Stream": "#5794F2", "Transcode": "#F2495C" }, "breakPoint": "50%", "cacheTimeout": null, "combine": { "label": "Others", "threshold": "0" }, "datasource": "Varken", "decimals": 0, "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fontSize": "100%", "format": "none", "gridPos": { "h": 11, "w": 6, "x": 6, "y": 112 }, "id": 122, "interval": "15m", "legend": { "percentage": true, "percentageDecimals": 0, "show": true, "sort": "total", "sortDesc": true, "values": true }, "legendType": "Right side", "links": [], "maxDataPoints": 3, "nullPointMode": "connected", "pieType": "pie", "strokeWidth": "2", "targets": [ { "alias": "$tag_video_decision", "application": { "filter": "" }, "functions": [], "group": { "filter": "" }, "groupBy": [ { "params": [ "video_decision" ], "type": "tag" } ], "host": { "filter": "" }, "item": { "filter": "" }, "measurement": "Tautulli", "mode": 0, "options": { "showDisabledItems": false, "skipEmptyValues": false }, "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "hash" ], "type": "field" }, { "params": [], "type": "distinct" }, { "params": [], "type": "count" } ] ], "table": { "skipEmptyValues": false }, "tags": [ { "key": "type", "operator": "=", "value": "Session" } ], "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "timeFrom": "1M", "title": "Stream Types", "type": "grafana-piechart-panel", "valueName": "total" }, { "aliasColors": { "Episode": "rgb(148, 61, 191)", "Movie": "rgb(43, 54, 255)", "Track": "rgb(0, 255, 255)" }, "breakPoint": "50%", "cacheTimeout": null, "combine": { "label": "Others", "threshold": "0" }, "datasource": "Varken", "decimals": 0, "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fontSize": "100%", "format": "none", "gridPos": { "h": 11, "w": 6, "x": 12, "y": 112 }, "id": 127, "interval": "15m", "legend": { "percentage": true, "percentageDecimals": 0, "show": true, "sort": "total", "sortDesc": true, "values": true }, "legendType": "Right side", "links": [], "maxDataPoints": 3, "nullPointMode": "connected", "pieType": "pie", "strokeWidth": "2", "targets": [ { "alias": "$tag_media_type", "application": { "filter": "" }, "functions": [], "group": { "filter": "" }, "groupBy": [ { "params": [ "media_type" ], "type": "tag" } ], "host": { "filter": "" }, "item": { "filter": "" }, "measurement": "Tautulli", "mode": 0, "options": { "showDisabledItems": false, "skipEmptyValues": false }, "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "hash" ], "type": "field" }, { "params": [], "type": "distinct" }, { "params": [], "type": "count" } ] ], "table": { "skipEmptyValues": false }, "tags": [ { "key": "type", "operator": "=", "value": "Session" } ], "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "timeFrom": "1M", "title": "Media Types", "type": "grafana-piechart-panel", "valueName": "total" }, { "aliasColors": { "1080i": "Yellow", "1080p": "#37872D", "480p": "Red", "4K": "Blue", "720p": "#FFB357", "Episode": "Black", "Movie": "Black", "SD": "Brown", "Track": "Black" }, "breakPoint": "50%", "cacheTimeout": null, "combine": { "label": "Others", "threshold": "0" }, "datasource": "Varken", "decimals": 0, "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "fontSize": "100%", "format": "none", "gridPos": { "h": 11, "w": 6, "x": 18, "y": 112 }, "id": 262, "interval": "15m", "legend": { "percentage": true, "percentageDecimals": 0, "show": true, "sort": "total", "sortDesc": true, "values": true }, "legendType": "Right side", "links": [], "nullPointMode": "connected", "pieType": "pie", "strokeWidth": "2", "targets": [ { "alias": "$tag_quality", "application": { "filter": "" }, "functions": [], "group": { "filter": "" }, "groupBy": [ { "params": [ "quality" ], "type": "tag" } ], "host": { "filter": "" }, "item": { "filter": "" }, "measurement": "Tautulli", "mode": 0, "options": { "showDisabledItems": false, "skipEmptyValues": false }, "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "hash" ], "type": "field" }, { "params": [], "type": "distinct" }, { "params": [], "type": "count" } ] ], "table": { "skipEmptyValues": false }, "tags": [ { "key": "type", "operator": "=", "value": "Session" } ], "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 } } ], "timeFrom": "1M", "title": "Media Qualities", "type": "grafana-piechart-panel", "valueName": "total" }, { "datasource": "Varken", "description": "Limited to Last 1,000 Entries", "fieldConfig": { "defaults": { "custom": { "align": "left", "displayMode": "auto", "filterable": false }, "mappings": [ { "from": "", "id": 0, "text": "", "to": "", "type": 1, "value": "" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Stream Status" }, "properties": [ { "id": "custom.align", "value": "left" }, { "id": "mappings", "value": [ { "from": "", "id": 0, "text": "Playing", "to": "", "type": 1, "value": "0" }, { "from": "", "id": 1, "text": "Paused", "to": "", "type": 1, "value": "1" }, { "from": "", "id": 2, "text": "Buffering", "to": "", "type": 1, "value": "3" } ] }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "green", "value": 0 }, { "color": "blue", "value": 1 }, { "color": "red", "value": 2 } ] } }, { "id": "custom.displayMode", "value": "color-background" } ] }, { "matcher": { "id": "byName", "options": "Secure" }, "properties": [ { "id": "custom.align", "value": "left" }, { "id": "mappings", "value": [ { "from": "", "id": 0, "text": "No", "to": "", "type": 1, "value": "0" }, { "from": "", "id": 1, "text": "Yes", "to": "", "type": 1, "value": "1" } ] }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "red", "value": null }, { "color": "green", "value": 1 } ] } }, { "id": "custom.displayMode", "value": "color-text" } ] }, { "matcher": { "id": "byName", "options": "Relayed" }, "properties": [ { "id": "custom.align", "value": "left" }, { "id": "mappings", "value": [ { "from": "", "id": 0, "text": "No", "to": "", "type": 1, "value": "0" }, { "from": "", "id": 1, "text": "Yes", "to": "", "type": 1, "value": "1" } ] }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "yellow", "value": 1 } ] } }, { "id": "custom.displayMode", "value": "color-text" } ] }, { "matcher": { "id": "byType", "options": "string" }, "properties": [] }, { "matcher": { "id": "byName", "options": "Media Title" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "super-light-orange", "value": null } ] } }, { "id": "custom.displayMode", "value": "color-text" }, { "id": "custom.width", "value": 250 } ] }, { "matcher": { "id": "byName", "options": "Progress %" }, "properties": [ { "id": "custom.width", "value": null } ] } ] }, "gridPos": { "h": 20, "w": 24, "x": 0, "y": 123 }, "hideTimeOverride": false, "id": 121, "interval": "10m", "links": [], "maxDataPoints": 1000, "options": { "showHeader": true, "sortBy": [ { "desc": true, "displayName": "Time" } ] }, "pluginVersion": "7.3.3", "targets": [ { "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "audio_codec" ], "type": "tag" }, { "params": [ "device_type" ], "type": "tag" }, { "params": [ "full_location" ], "type": "tag" }, { "params": [ "media_type" ], "type": "tag" }, { "params": [ "product" ], "type": "tag" }, { "params": [ "product_version" ], "type": "tag" }, { "params": [ "quality" ], "type": "tag" }, { "params": [ "quality_profile" ], "type": "tag" }, { "params": [ "relayed" ], "type": "tag" }, { "params": [ "secure" ], "type": "tag" }, { "params": [ "stream_audio_codec" ], "type": "tag" }, { "params": [ "title" ], "type": "tag" }, { "params": [ "transcode_decision" ], "type": "tag" }, { "params": [ "username" ], "type": "tag" }, { "params": [ "quality" ], "type": "tag" }, { "params": [ "quality_profile" ], "type": "tag" }, { "params": [ "player_state" ], "type": "tag" }, { "params": [ "region_code" ], "type": "tag" } ], "hide": false, "limit": "", "measurement": "Tautulli", "orderByTime": "DESC", "policy": "default", "query": "SELECT distinct(\"hash\") FROM \"Tautulli\" WHERE (\"type\" = 'Session') AND $timeFilter GROUP BY time($interval), \"audio_codec\", \"device_type\", \"full_location\", \"media_type\", \"product\", \"product_version\", \"quality\", \"quality_profile\", \"relayed\", \"secure\", \"stream_audio_codec\", \"title\", \"transcode_decision\", \"username\", \"quality\", \"quality_profile\", \"player_state\", \"region_code\" ORDER BY time DESC LIMIT 1", "rawQuery": false, "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "hash" ], "type": "field" }, { "params": [], "type": "distinct" } ] ], "slimit": "", "tags": [ { "key": "type", "operator": "=", "value": "Session" } ], "tz": "" } ], "timeFrom": "1w", "timeShift": null, "title": "Stream Log", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": false, "audio_codec": false, "audio_profile": false, "device_type": false, "distinct": true, "friendly_name": false, "location": true, "media_type": false, "platform": false, "region_code": true, "transcode_decision": false, "username": false }, "indexByName": { "Time": 0, "audio_codec": 12, "device_type": 15, "full_location": 3, "hash": 19, "location": 5, "media_type": 7, "player_state": 1, "product": 14, "product_version": 16, "progress_percent": 9, "quality": 11, "quality_profile": 10, "region_code": 4, "relayed": 18, "secure": 17, "stream_audio_codec": 13, "title": 8, "transcode_decision": 6, "username": 2 }, "renameByName": { "audio_codec": "Media Audio Codec", "device_type": "Device Type", "distinct": "", "full_location": "Location", "location": "Location (City)", "media_type": "Media Type", "platform": "", "player_state": "Stream Status", "product": "Plex Type", "product_version": "Plex Version", "progress_percent": "Progress %", "quality": "Stream Quality", "quality_profile": "Stream Profile", "region_code": "Location (State)", "relayed": "Relayed", "secure": "Secure", "stream_audio_codec": "Stream Audio Codec", "title": "Media Title", "transcode_decision": "Transcode Type", "username": "User" } } } ], "transparent": true, "type": "table" }, { "collapsed": false, "datasource": "$diskdatasource", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 143 }, "id": 20, "panels": [], "repeat": null, "title": "Docker", "type": "row" }, { "aliasColors": { "Duplicacy": "green", "Plex": "orange" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$Datasource_Telegraf", "description": "Note: Uses Variable", "editable": true, "error": false, "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 14, "w": 12, "x": 0, "y": 144 }, "hiddenSeries": false, "id": 112, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "rightSide": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "paceLength": 10, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_container_name", "dsType": "influxdb", "expr": "", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "container_name" ], "type": "tag" } ], "intervalFactor": 2, "measurement": "docker_container_cpu", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_percent" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ " / $CPU_Threads" ], "type": "math" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Docker CPU", "tooltip": { "msResolution": false, "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 1, "format": "percent", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "Duplicacy": "green", "Plex": "orange" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$Datasource_Telegraf", "editable": true, "error": false, "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 14, "w": 12, "x": 12, "y": 144 }, "hiddenSeries": false, "id": 114, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "rightSide": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "paceLength": 10, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "alias": "$tag_container_name", "dsType": "influxdb", "expr": "", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "container_name" ], "type": "tag" } ], "intervalFactor": 2, "measurement": "docker_container_mem", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "usage" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Docker RAM", "tooltip": { "msResolution": false, "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 2, "format": "decbytes", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "Duplicacy TX": "green", "Grafana TX": "dark-purple", "NextCloud TX": "blue", "Plex TX": "orange", "Tautulli TX": "yellow" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$Datasource_Telegraf", "decimals": null, "fieldConfig": { "defaults": { "custom": { "align": null }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 12, "w": 12, "x": 0, "y": 158 }, "hiddenSeries": false, "id": 180, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "rightSide": true, "show": true, "sort": "current", "sortDesc": false, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_container_name TX", "dsType": "influxdb", "expr": "", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "container_name" ], "type": "tag" } ], "intervalFactor": 2, "measurement": "docker_container_net", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "tx_bytes" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Docker Network (Transmitted)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "Duplicacy RX": "green", "Grafana RX": "dark-purple", "NextCloud RX": "blue", "Plex RX": "orange" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$Datasource_Telegraf", "decimals": null, "fieldConfig": { "defaults": { "custom": { "align": null }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 12, "w": 12, "x": 12, "y": 158 }, "hiddenSeries": false, "id": 179, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "rightSide": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_container_name RX", "dsType": "influxdb", "expr": "", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "container_name" ], "type": "tag" } ], "intervalFactor": 2, "measurement": "docker_container_net", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "rx_bytes" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Docker Network (Received)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "collapsed": false, "datasource": "", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 170 }, "id": 187, "panels": [], "title": "Disk I/O", "type": "row" }, { "aliasColors": { "Cache": "#6ed0e0", "Cache Read": "#70dbed", "Cache Write": "#bf1b00", "Free": "#6ed0e0", "Read": "blue", "Samsung_SSD_970_EVO_Plus_1TB_S59ANJ0N404431E Read": "red", "Samsung_SSD_970_EVO_Plus_1TB_S59ANJ0N404431E Write": "blue", "Used": "#bf1b00", "Write": "red" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$Datasource_Telegraf", "description": "Note: Uses Variable", "fieldConfig": { "defaults": { "custom": { "align": null }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "fill": 7, "fillGradient": 7, "gridPos": { "h": 9, "w": 24, "x": 0, "y": 171 }, "hiddenSeries": false, "id": 205, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "hideEmpty": false, "max": false, "min": false, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "paceLength": 10, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 1, "points": true, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_ID_SERIAL Read", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "ID_SERIAL" ], "type": "tag" } ], "measurement": "diskio", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "read_bytes" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "ID_SERIAL", "operator": "=~", "value": "/^$Drives_Cache$/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "$tag_ID_SERIAL Write", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "ID_SERIAL" ], "type": "tag" } ], "measurement": "diskio", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "write_bytes" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "ID_SERIAL", "operator": "=~", "value": "/^$Drives_Cache$/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Cache I/O (Read & Write)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 1, "format": "Bps", "label": "Read", "logBase": 1, "max": null, "min": null, "show": true }, { "decimals": 1, "format": "Bps", "label": "Write", "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$Datasource_Telegraf", "decimals": 2, "description": "Note: Uses Variables | Use Overrides > Display Name to Dynamically Name Serial Number (Field Name) to Drive Number", "fieldConfig": { "defaults": { "custom": {}, "links": [], "unit": "Bps" }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 22, "w": 12, "x": 0, "y": 180 }, "hiddenSeries": false, "id": 5, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "rightSide": true, "show": true, "sort": "current", "sortDesc": false, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "paceLength": 10, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_ID_SERIAL", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "ID_SERIAL" ], "type": "tag" } ], "hide": false, "measurement": "diskio", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "read_bytes" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "ID_SERIAL", "operator": "=~", "value": "/^$Drives_Array$/" }, { "condition": "OR", "key": "ID_SERIAL", "operator": "=~", "value": "/^$Drives_Parity$/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Array I/O (Read)", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 1, "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$Datasource_Telegraf", "decimals": 2, "description": "Note: Uses Variables | Use Overrides > Display Name to Dynamically Name Serial Number (Field Name) to Drive Number", "fieldConfig": { "defaults": { "custom": {}, "links": [], "unit": "Bps" }, "overrides": [ { "matcher": { "id": "byName" }, "properties": [] }, { "matcher": { "id": "byName", "options": "md1" }, "properties": [] } ] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 22, "w": 12, "x": 12, "y": 180 }, "hiddenSeries": false, "id": 206, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "rightSide": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "paceLength": 10, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_ID_SERIAL", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "ID_SERIAL" ], "type": "tag" } ], "hide": false, "measurement": "diskio", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "write_bytes" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "ID_SERIAL", "operator": "=~", "value": "/^$Drives_Array$/" }, { "condition": "OR", "key": "ID_SERIAL", "operator": "=~", "value": "/^$Drives_Parity$/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Array I/O (Write)", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 1, "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { " Read": "dark-blue", " Write": "dark-purple", "Cache": "#6ed0e0", "Cache Read": "#70dbed", "Cache Write": "#bf1b00", "Free": "#6ed0e0", "Read": "semi-dark-yellow", "SanDisk_SDSSDH31000G_182526800982 Read": "orange", "SanDisk_SDSSDH31000G_182526800982 Write": "blue", "Used": "#bf1b00", "Write": "semi-dark-blue" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$Datasource_Telegraf", "description": "Note: Uses Variable", "fieldConfig": { "defaults": { "custom": { "align": null }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "fill": 7, "fillGradient": 7, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 202 }, "hiddenSeries": false, "id": 217, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "hideEmpty": false, "max": false, "min": false, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "paceLength": 10, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 1, "points": true, "renderer": "flot", "seriesOverrides": [ { "alias": "Write", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_ID_SERIAL Read", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "ID_SERIAL" ], "type": "tag" } ], "measurement": "diskio", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "read_bytes" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "ID_SERIAL", "operator": "=~", "value": "/^$Drives_Unassigned$/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "$tag_ID_SERIAL Write", "dsType": "influxdb", "groupBy": [ { "params": [ "ID_SERIAL" ], "type": "tag" } ], "measurement": "diskio", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "write_bytes" ], "type": "field" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "ID_SERIAL", "operator": "=~", "value": "/^$Drives_Unassigned$/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Unassigned I/O (Read & Write)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 1, "format": "Bps", "label": "Read", "logBase": 1, "max": null, "min": null, "show": true }, { "decimals": 1, "format": "Bps", "label": "Write", "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "Cache": "#6ed0e0", "Cache Read": "#70dbed", "Cache Write": "#bf1b00", "Free": "#6ed0e0", "Read": "super-light-red", "Used": "#bf1b00", "Write": "purple" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$Datasource_Telegraf", "description": "Note: Uses Variable", "fieldConfig": { "defaults": { "custom": { "align": null }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "fill": 7, "fillGradient": 7, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 202 }, "hiddenSeries": false, "id": 4, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "hideEmpty": false, "max": false, "min": false, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "paceLength": 10, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 1, "points": true, "renderer": "flot", "seriesOverrides": [ { "alias": "", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "Read", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "diskio", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "read_bytes" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "ID_SERIAL", "operator": "=~", "value": "/^$Drives_Flash$/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Write", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "diskio", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "write_bytes" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "ID_SERIAL", "operator": "=~", "value": "/^$Drives_Flash$/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Flash I/O (Read & Write)", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 1, "format": "Bps", "label": "Read", "logBase": 1, "max": null, "min": null, "show": true }, { "decimals": 1, "format": "Bps", "label": "Write", "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "collapsed": false, "datasource": "$diskdatasource", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 211 }, "id": 18, "panels": [], "repeat": null, "title": "Disk Overview", "type": "row" }, { "datasource": "$Datasource_Telegraf", "description": "Note: Uses Variable", "fieldConfig": { "defaults": { "custom": { "align": "left", "filterable": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Disk (Mount)" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgb(0, 0, 45)", "value": null } ] } }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.width", "value": 150 } ] }, { "matcher": { "id": "byName", "options": "Total" }, "properties": [ { "id": "unit", "value": "dectbytes" }, { "id": "decimals", "value": 2 }, { "id": "custom.width", "value": 125 } ] }, { "matcher": { "id": "byName", "options": "Used" }, "properties": [ { "id": "unit", "value": "dectbytes" }, { "id": "decimals", "value": 2 }, { "id": "custom.width", "value": 125 } ] }, { "matcher": { "id": "byName", "options": "Free" }, "properties": [ { "id": "unit", "value": "dectbytes" }, { "id": "decimals", "value": 2 }, { "id": "custom.width", "value": 125 } ] }, { "matcher": { "id": "byName", "options": "Used %" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "thresholds", "value": { "mode": "percentage", "steps": [ { "color": "green", "value": null }, { "color": "blue", "value": 24 }, { "color": "yellow", "value": 49 }, { "color": "orange", "value": 74 }, { "color": "red", "value": 89 } ] } }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.width", "value": 125 } ] }, { "matcher": { "id": "byName", "options": "File Sytem" }, "properties": [ { "id": "custom.width", "value": 125 } ] }, { "matcher": { "id": "byName", "options": "Path" }, "properties": [ { "id": "custom.width", "value": 175 } ] } ] }, "gridPos": { "h": 28, "w": 7, "x": 0, "y": 212 }, "hideTimeOverride": false, "id": 85, "interval": "", "links": [], "options": { "showHeader": true, "sortBy": [ { "desc": false, "displayName": "Disk (Mount)" } ] }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Disk 1", "dsType": "influxdb", "groupBy": [ { "params": [ "path" ], "type": "tag" }, { "params": [ "device" ], "type": "tag" }, { "params": [ "fstype" ], "type": "tag" } ], "measurement": "disk", "orderByTime": "ASC", "policy": "default", "query": "", "rawQuery": false, "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "used" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ " / 1000000000000" ], "type": "math" }, { "params": [ "Used" ], "type": "alias" } ], [ { "params": [ "free" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ " / 1000000000000" ], "type": "math" }, { "params": [ "Free" ], "type": "alias" } ], [ { "params": [ "total" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ " / 1000000000000" ], "type": "math" }, { "params": [ "Total" ], "type": "alias" } ], [ { "params": [ "used_percent" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Used %" ], "type": "alias" } ] ], "tags": [ { "key": "path", "operator": "=~", "value": "/.*mnt|\\/var\\/lib\\/docker/" }, { "condition": "AND", "key": "path", "operator": "!~", "value": "/\\/var\\/lib\\/docker\\/btrfs.*/" }, { "condition": "AND", "key": "path", "operator": "<>", "value": "/rootfs/var/lib/docker" }, { "condition": "AND", "key": "path", "operator": "!~", "value": "/rootfs*/" }, { "condition": "AND", "key": "path", "operator": "<>", "value": "/var/lib/docker" }, { "condition": "AND", "key": "fstype", "operator": "<>", "value": "rootfs" }, { "condition": "AND", "key": "path", "operator": "<>", "value": "/mnt/user" }, { "condition": "AND", "key": "path", "operator": "<>", "value": "/mnt/user0" }, { "condition": "AND", "key": "path", "operator": "<>", "value": "/mnt/cache" }, { "condition": "AND", "key": "path", "operator": "!~", "value": "/^$Path_Unassigned$/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "title": "Array Disk Storage", "transformations": [ { "id": "merge", "options": {} }, { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": { "Free": 7, "Time": 0, "Total": 5, "Used": 6, "Used %": 4, "device": 1, "fstype": 3, "path": 2 }, "renameByName": { "Used": "", "device": "Disk (Mount)", "fstype": "File Sytem", "path": "Path" } } } ], "type": "table" }, { "datasource": "$Datasource_Telegraf", "description": "Note: Uses REGEX", "fieldConfig": { "defaults": { "custom": { "align": null, "filterable": false }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Device" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "dark-blue", "value": null } ] } }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.width", "value": 163 }, { "id": "custom.align", "value": "center" } ] }, { "matcher": { "id": "byName", "options": "Device" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "dark-blue", "value": null } ] } }, { "id": "custom.width", "value": 87 }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.align", "value": "left" } ] }, { "matcher": { "id": "byName", "options": "Health OK?" }, "properties": [ { "id": "custom.width", "value": 147 }, { "id": "custom.align", "value": "center" }, { "id": "custom.displayMode", "value": "color-text" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null } ] } } ] }, { "matcher": { "id": "byName", "options": "Flags" }, "properties": [ { "id": "custom.width", "value": 122 }, { "id": "custom.align", "value": "center" }, { "id": "mappings", "value": [] }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null } ] } }, { "id": "noValue", "value": "N/A" } ] }, { "matcher": { "id": "byName", "options": "Fail" }, "properties": [ { "id": "custom.width", "value": 112 }, { "id": "custom.align", "value": "center" }, { "id": "mappings", "value": [ { "from": "", "id": 0, "text": "No", "to": "", "type": 1, "value": "-" } ] }, { "id": "custom.displayMode", "value": "color-text" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null } ] } }, { "id": "noValue", "value": "No" } ] }, { "matcher": { "id": "byName", "options": "UDMA CRC Errors" }, "properties": [ { "id": "custom.align", "value": "center" }, { "id": "noValue", "value": "N/A" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null }, { "color": "semi-dark-red", "value": 1 } ] } }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.width", "value": null } ] }, { "matcher": { "id": "byName", "options": "Current Pending Sectors" }, "properties": [ { "id": "custom.align", "value": "center" }, { "id": "noValue", "value": "N/A" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null }, { "color": "semi-dark-red", "value": 1 } ] } }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.width", "value": 180 } ] }, { "matcher": { "id": "byName", "options": "Reallocated Sectors" }, "properties": [ { "id": "custom.align", "value": "center" }, { "id": "noValue", "value": "N/A" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null }, { "color": "semi-dark-red", "value": 1 } ] } }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.width", "value": 149 } ] }, { "matcher": { "id": "byName" }, "properties": [] }, { "matcher": { "id": "byName", "options": "Reallocated Events" }, "properties": [ { "id": "custom.width", "value": 150 }, { "id": "custom.align", "value": "center" }, { "id": "noValue", "value": "N/A" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null }, { "color": "semi-dark-red", "value": 1 } ] } }, { "id": "custom.displayMode", "value": "color-background" } ] }, { "matcher": { "id": "byName", "options": "Offline/Uncorrectable" }, "properties": [ { "id": "custom.align", "value": "center" }, { "id": "noValue", "value": "N/A" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null }, { "color": "semi-dark-red", "value": 1 } ] } }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.width", "value": 170 } ] }, { "matcher": { "id": "byName", "options": "Power On Hours" }, "properties": [ { "id": "custom.align", "value": "right" }, { "id": "unit", "value": "h" }, { "id": "decimals", "value": 2 }, { "id": "custom.width", "value": 131 } ] }, { "matcher": { "id": "byName", "options": "Power Cycles" }, "properties": [ { "id": "custom.align", "value": "right" }, { "id": "custom.width", "value": 111 } ] }, { "matcher": { "id": "byName", "options": "Helium Level" }, "properties": [ { "id": "custom.align", "value": "center" }, { "id": "noValue", "value": "N/A" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgba(224, 47, 68, 0)", "value": null }, { "color": "semi-dark-red", "value": 0 }, { "color": "semi-dark-red", "value": 99 }, { "color": "semi-dark-green", "value": 100 } ] } }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "noValue" }, { "id": "custom.width", "value": 109 } ] }, { "matcher": { "id": "byName", "options": "Serial #" }, "properties": [ { "id": "custom.width", "value": 202 } ] }, { "matcher": { "id": "byName", "options": "Model" }, "properties": [ { "id": "custom.width", "value": 291 } ] }, { "matcher": { "id": "byName", "options": "Temp (C)" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null }, { "color": "yellow", "value": 40 }, { "color": "orange", "value": 45 }, { "color": "semi-dark-red", "value": 50 } ] } }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.align", "value": "center" }, { "id": "custom.width", "value": 152 } ] } ] }, "gridPos": { "h": 32, "w": 17, "x": 7, "y": 212 }, "id": 190, "interval": "", "links": [], "options": { "frameIndex": 0, "showHeader": true, "sortBy": [ { "desc": true, "displayName": "Power On Hours" } ] }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Temp", "dsType": "influxdb", "groupBy": [ { "params": [ "device" ], "type": "tag" }, { "params": [ "model" ], "type": "tag" }, { "params": [ "serial_no" ], "type": "tag" }, { "params": [ "fail" ], "type": "tag" }, { "params": [ "flags" ], "type": "tag" }, { "params": [ "device" ], "type": "tag" } ], "hide": false, "measurement": "smart_attribute", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "raw_value" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Temp (C)" ], "type": "alias" } ] ], "tags": [ { "key": "name", "operator": "=", "value": "Temperature_Celsius" }, { "condition": "AND", "key": "device", "operator": "=~", "value": "/.*/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Parity 02", "dsType": "influxdb", "groupBy": [ { "params": [ "device" ], "type": "tag" } ], "hide": false, "measurement": "smart_device", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "table", "select": [ [ { "params": [ "health_ok" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Health OK?" ], "type": "alias" } ] ], "tags": [ { "key": "device", "operator": "=~", "value": "/.*/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Parity 02", "dsType": "influxdb", "groupBy": [ { "params": [ "device" ], "type": "tag" } ], "hide": false, "measurement": "smart_device", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "table", "select": [ [ { "params": [ "udma_crc_errors" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "UDMA CRC Errors" ], "type": "alias" } ] ], "tags": [ { "key": "device", "operator": "=~", "value": "/.*/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Parity 02", "dsType": "influxdb", "groupBy": [ { "params": [ "device" ], "type": "tag" } ], "hide": false, "measurement": "smart_attribute", "orderByTime": "ASC", "policy": "default", "refId": "D", "resultFormat": "table", "select": [ [ { "params": [ "raw_value" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Current Pending Sectors" ], "type": "alias" } ] ], "tags": [ { "key": "name", "operator": "=", "value": "Current_Pending_Sector" }, { "condition": "AND", "key": "device", "operator": "=~", "value": "/.*/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Parity 02", "dsType": "influxdb", "groupBy": [ { "params": [ "device" ], "type": "tag" } ], "hide": false, "measurement": "smart_attribute", "orderByTime": "ASC", "policy": "default", "refId": "E", "resultFormat": "table", "select": [ [ { "params": [ "raw_value" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Reallocated Sectors" ], "type": "alias" } ] ], "tags": [ { "key": "name", "operator": "=", "value": "Reallocated_Sector_Ct" }, { "condition": "AND", "key": "device", "operator": "=~", "value": "/.*/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Parity 02", "dsType": "influxdb", "groupBy": [ { "params": [ "device" ], "type": "tag" } ], "hide": false, "measurement": "smart_attribute", "orderByTime": "ASC", "policy": "default", "refId": "F", "resultFormat": "table", "select": [ [ { "params": [ "raw_value" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Reallocated Events" ], "type": "alias" } ] ], "tags": [ { "key": "name", "operator": "=", "value": "Reallocated_Event_Count" }, { "condition": "AND", "key": "device", "operator": "=~", "value": "/.*/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Parity 02", "dsType": "influxdb", "groupBy": [ { "params": [ "device" ], "type": "tag" } ], "hide": false, "measurement": "smart_attribute", "orderByTime": "ASC", "policy": "default", "refId": "G", "resultFormat": "table", "select": [ [ { "params": [ "raw_value" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Offline/Uncorrectable" ], "type": "alias" } ] ], "tags": [ { "key": "name", "operator": "=", "value": "Offline_Uncorrectable" }, { "condition": "AND", "key": "device", "operator": "=~", "value": "/.*/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Parity 02", "dsType": "influxdb", "groupBy": [ { "params": [ "device" ], "type": "tag" } ], "hide": false, "measurement": "smart_attribute", "orderByTime": "ASC", "policy": "default", "refId": "H", "resultFormat": "table", "select": [ [ { "params": [ "raw_value" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Power On Hours" ], "type": "alias" } ] ], "tags": [ { "key": "name", "operator": "=", "value": "Power_On_Hours" }, { "condition": "AND", "key": "device", "operator": "=~", "value": "/.*/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Parity 02", "dsType": "influxdb", "groupBy": [ { "params": [ "device" ], "type": "tag" } ], "hide": false, "measurement": "smart_attribute", "orderByTime": "ASC", "policy": "default", "refId": "I", "resultFormat": "table", "select": [ [ { "params": [ "raw_value" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Power Cycles" ], "type": "alias" } ] ], "tags": [ { "key": "name", "operator": "=", "value": "Power_Cycle_Count" }, { "condition": "AND", "key": "device", "operator": "=~", "value": "/.*/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Parity 02", "dsType": "influxdb", "groupBy": [ { "params": [ "device" ], "type": "tag" } ], "hide": false, "measurement": "smart_attribute", "orderByTime": "ASC", "policy": "default", "refId": "J", "resultFormat": "table", "select": [ [ { "params": [ "raw_value" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Helium Level" ], "type": "alias" } ] ], "tags": [ { "key": "name", "operator": "=", "value": "Helium_Level" }, { "condition": "AND", "key": "device", "operator": "=~", "value": "/.*/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Drive S.M.A.R.T. Health Overview", "transformations": [ { "id": "merge", "options": {} }, { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": { "Current Pending Sectors": 9, "Health OK?": 5, "Helium Level": 15, "Offline/Uncorrectable": 12, "Power Cycles": 14, "Power On Hours": 13, "Reallocated Events": 11, "Reallocated Sectors": 10, "Temp (C)": 4, "Time": 0, "UDMA CRC Errors": 8, "device": 1, "fail": 7, "flags": 6, "model": 2, "serial_no": 3 }, "renameByName": { "Head Flying Hours": "", "Helium Level": "", "Pending Sectors": "", "Reallocated Events": "", "Temp": "Temp (C)", "Temp (C)": "", "device": "Device", "fail": "Fail", "flags": "Flags", "model": "Model", "serial_no": "Serial #" } } } ], "type": "table" }, { "datasource": "$Datasource_Telegraf", "description": "Note: Change Path to \"mnt/user\" if Cache Drive is Not Present", "fieldConfig": { "defaults": { "custom": { "align": "left", "filterable": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Disk (Mount)" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgb(0, 0, 45)", "value": null } ] } }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.width", "value": 150 } ] }, { "matcher": { "id": "byName", "options": "Total" }, "properties": [ { "id": "unit", "value": "dectbytes" }, { "id": "custom.width", "value": 125 }, { "id": "decimals", "value": 2 } ] }, { "matcher": { "id": "byName", "options": "Used" }, "properties": [ { "id": "unit", "value": "dectbytes" }, { "id": "custom.width", "value": 125 }, { "id": "decimals", "value": 2 } ] }, { "matcher": { "id": "byName", "options": "Free" }, "properties": [ { "id": "unit", "value": "dectbytes" }, { "id": "custom.width", "value": 125 }, { "id": "decimals", "value": 2 } ] }, { "matcher": { "id": "byName", "options": "Path" }, "properties": [ { "id": "custom.width", "value": 175 } ] }, { "matcher": { "id": "byName", "options": "Used %" }, "properties": [ { "id": "custom.width", "value": 125 }, { "id": "unit", "value": "percent" }, { "id": "decimals", "value": 1 }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "blue", "value": 24.9 }, { "color": "yellow", "value": 49.9 }, { "color": "orange", "value": 74.9 }, { "color": "red", "value": 89.9 } ] } }, { "id": "custom.displayMode", "value": "color-background" } ] }, { "matcher": { "id": "byName", "options": "File Sytem" }, "properties": [ { "id": "custom.width", "value": 125 } ] } ] }, "gridPos": { "h": 4, "w": 7, "x": 0, "y": 240 }, "hideTimeOverride": false, "id": 193, "interval": "", "links": [], "options": { "showHeader": true, "sortBy": [] }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Disk 1", "dsType": "influxdb", "groupBy": [ { "params": [ "path" ], "type": "tag" }, { "params": [ "device" ], "type": "tag" }, { "params": [ "fstype" ], "type": "tag" } ], "measurement": "disk", "orderByTime": "ASC", "policy": "default", "query": "", "rawQuery": false, "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "used" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ " / 1000000000000" ], "type": "math" }, { "params": [ "Used" ], "type": "alias" } ], [ { "params": [ "free" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ " / 1000000000000" ], "type": "math" }, { "params": [ "Free" ], "type": "alias" } ], [ { "params": [ "total" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ " / 1000000000000" ], "type": "math" }, { "params": [ "Total" ], "type": "alias" } ], [ { "params": [ "used_percent" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Used %" ], "type": "alias" } ] ], "tags": [ { "key": "path", "operator": "=", "value": "/mnt/user0" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "title": "Array Total Storage", "transformations": [ { "id": "merge", "options": {} }, { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": { "Free": 7, "Time": 0, "Total": 5, "Used": 6, "Used %": 4, "device": 1, "fstype": 3, "path": 2 }, "renameByName": { "Used": "", "device": "Disk (Mount)", "fstype": "File Sytem", "path": "Path" } } } ], "type": "table" }, { "datasource": "$Datasource_Telegraf", "fieldConfig": { "defaults": { "custom": { "align": "left", "filterable": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Disk (Mount)" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "dark-orange", "value": null } ] } }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.width", "value": 150 } ] }, { "matcher": { "id": "byName", "options": "Total" }, "properties": [ { "id": "unit", "value": "decgbytes" }, { "id": "custom.width", "value": 125 }, { "id": "decimals", "value": 2 } ] }, { "matcher": { "id": "byName", "options": "Used" }, "properties": [ { "id": "unit", "value": "decgbytes" }, { "id": "custom.width", "value": 125 }, { "id": "decimals", "value": 2 } ] }, { "matcher": { "id": "byName", "options": "Free" }, "properties": [ { "id": "unit", "value": "decgbytes" }, { "id": "custom.width", "value": 125 }, { "id": "decimals", "value": 2 } ] }, { "matcher": { "id": "byName", "options": "Path" }, "properties": [ { "id": "custom.width", "value": 175 } ] }, { "matcher": { "id": "byName", "options": "Used %" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "decimals", "value": 1 }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "blue", "value": 24.9 }, { "color": "yellow", "value": 49.9 }, { "color": "orange", "value": 74.9 }, { "color": "red", "value": 89.9 } ] } }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.width", "value": 125 } ] }, { "matcher": { "id": "byName", "options": "File Sytem" }, "properties": [ { "id": "custom.width", "value": 125 } ] } ] }, "gridPos": { "h": 4, "w": 7, "x": 0, "y": 244 }, "hideTimeOverride": false, "id": 194, "interval": "", "links": [], "options": { "showHeader": true, "sortBy": [ { "desc": false, "displayName": "Free" } ] }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Disk 1", "dsType": "influxdb", "groupBy": [ { "params": [ "path" ], "type": "tag" }, { "params": [ "device" ], "type": "tag" }, { "params": [ "fstype" ], "type": "tag" } ], "measurement": "disk", "orderByTime": "ASC", "policy": "default", "query": "", "rawQuery": false, "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "used" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ " / 1000000000" ], "type": "math" }, { "params": [ "Used" ], "type": "alias" } ], [ { "params": [ "free" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ " / 1000000000" ], "type": "math" }, { "params": [ "Free" ], "type": "alias" } ], [ { "params": [ "total" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ " / 1000000000" ], "type": "math" }, { "params": [ "Total" ], "type": "alias" } ], [ { "params": [ "used_percent" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Used %" ], "type": "alias" } ] ], "tags": [ { "key": "path", "operator": "=", "value": "/boot" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "title": "Flash Storage", "transformations": [ { "id": "merge", "options": {} }, { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": { "Free": 7, "Time": 0, "Total": 5, "Used": 6, "Used %": 4, "device": 1, "fstype": 3, "path": 2 }, "renameByName": { "Used": "", "device": "Disk (Mount)", "fstype": "File Sytem", "path": "Path" } } } ], "type": "table" }, { "datasource": "$Datasource_Telegraf", "description": "", "fieldConfig": { "defaults": { "custom": { "align": null, "filterable": false }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Count" }, "properties": [ { "id": "unit" }, { "id": "custom.align", "value": "center" }, { "id": "custom.width", "value": 351 } ] }, { "matcher": { "id": "byName", "options": "Min" }, "properties": [ { "id": "custom.align", "value": "center" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null }, { "color": "semi-dark-red", "value": 1 } ] } }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.width", "value": 383 } ] }, { "matcher": { "id": "byName", "options": "Max" }, "properties": [ { "id": "custom.align", "value": "center" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null }, { "color": "semi-dark-red", "value": 1 } ] } }, { "id": "custom.displayMode", "value": "color-background" } ] }, { "matcher": { "id": "byName", "options": "Mean" }, "properties": [ { "id": "custom.align", "value": "center" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null }, { "color": "semi-dark-red", "value": 1 } ] } }, { "id": "custom.displayMode", "value": "color-background" } ] }, { "matcher": { "id": "byName", "options": "Total" }, "properties": [ { "id": "custom.align", "value": "center" }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null }, { "color": "semi-dark-red", "value": 1 } ] } }, { "id": "custom.displayMode", "value": "color-background" } ] }, { "matcher": { "id": "byName", "options": "Field" }, "properties": [ { "id": "custom.width", "value": 431 } ] } ] }, "gridPos": { "h": 8, "w": 17, "x": 7, "y": 244 }, "id": 195, "interval": "", "links": [], "options": { "frameIndex": 0, "showHeader": true, "sortBy": [] }, "pluginVersion": "7.3.3", "targets": [ { "alias": "", "dsType": "influxdb", "groupBy": [ { "params": [ "device" ], "type": "tag" } ], "hide": false, "measurement": "smart_device", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "udma_crc_errors" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "UDMA CRC Errors" ], "type": "alias" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "", "dsType": "influxdb", "groupBy": [ { "params": [ "device" ], "type": "tag" } ], "hide": false, "measurement": "smart_attribute", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "table", "select": [ [ { "params": [ "raw_value" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Current Pending Sectors" ], "type": "alias" } ] ], "tags": [ { "key": "name", "operator": "=", "value": "Current_Pending_Sector" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "", "dsType": "influxdb", "groupBy": [ { "params": [ "device" ], "type": "tag" } ], "hide": false, "measurement": "smart_attribute", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "table", "select": [ [ { "params": [ "raw_value" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Reallocated Sectors" ], "type": "alias" } ] ], "tags": [ { "key": "name", "operator": "=", "value": "Reallocated_Sector_Ct" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "", "dsType": "influxdb", "groupBy": [ { "params": [ "device" ], "type": "tag" } ], "hide": false, "measurement": "smart_attribute", "orderByTime": "ASC", "policy": "default", "refId": "D", "resultFormat": "table", "select": [ [ { "params": [ "raw_value" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Reallocated Events" ], "type": "alias" } ] ], "tags": [ { "key": "name", "operator": "=", "value": "Reallocated_Event_Count" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "", "dsType": "influxdb", "groupBy": [ { "params": [ "device" ], "type": "tag" } ], "hide": false, "measurement": "smart_attribute", "orderByTime": "ASC", "policy": "default", "refId": "E", "resultFormat": "table", "select": [ [ { "params": [ "raw_value" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Offline/Uncorrectable" ], "type": "alias" } ] ], "tags": [ { "key": "name", "operator": "=", "value": "Offline_Uncorrectable" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Drive S.M.A.R.T. Health Summary", "transformations": [ { "id": "merge", "options": {} }, { "id": "organize", "options": { "excludeByName": { "Health OK?": true, "Helium Level": true, "Temp (C)": true, "Time": true, "device": true, "fail": true, "flags": true, "model": true, "serial_no": true }, "indexByName": { "Current Pending Sectors": 12, "Health OK?": 5, "Helium Level": 8, "Offline/Uncorrectable": 15, "Power Cycles": 10, "Power On Hours": 9, "Reallocated Events": 14, "Reallocated Sectors": 13, "Temp (C)": 4, "Time": 0, "UDMA CRC Errors": 11, "device": 1, "fail": 7, "flags": 6, "model": 2, "serial_no": 3 }, "renameByName": { "Head Flying Hours": "", "Helium Level": "", "Pending Sectors": "", "Reallocated Events": "", "Temp": "Temp (C)", "Temp (C)": "", "device": "Device", "fail": "Fail", "flags": "Flags", "model": "Model", "serial_no": "Serial #" } } }, { "id": "reduce", "options": { "reducers": [ "min", "max", "mean", "sum", "count" ] } } ], "type": "table" }, { "datasource": "$Datasource_Telegraf", "fieldConfig": { "defaults": { "custom": { "align": "left", "filterable": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Disk (Mount)" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgb(46, 1, 66)", "value": null } ] } }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.width", "value": 150 } ] }, { "matcher": { "id": "byName", "options": "Total" }, "properties": [ { "id": "unit", "value": "decgbytes" }, { "id": "custom.width", "value": 125 }, { "id": "decimals", "value": 2 } ] }, { "matcher": { "id": "byName", "options": "Used" }, "properties": [ { "id": "unit", "value": "decgbytes" }, { "id": "custom.width", "value": 125 }, { "id": "decimals", "value": 2 } ] }, { "matcher": { "id": "byName", "options": "Free" }, "properties": [ { "id": "unit", "value": "decgbytes" }, { "id": "custom.width", "value": 125 }, { "id": "decimals", "value": 2 } ] }, { "matcher": { "id": "byName", "options": "Path" }, "properties": [ { "id": "custom.width", "value": 175 } ] }, { "matcher": { "id": "byName", "options": "Used %" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "decimals", "value": 1 }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "blue", "value": 24.9 }, { "color": "yellow", "value": 49.9 }, { "color": "orange", "value": 74.9 }, { "color": "red", "value": 89.9 } ] } }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.width", "value": 125 } ] }, { "matcher": { "id": "byName", "options": "File Sytem" }, "properties": [ { "id": "custom.width", "value": 125 } ] } ] }, "gridPos": { "h": 4, "w": 7, "x": 0, "y": 248 }, "hideTimeOverride": false, "id": 221, "interval": "", "links": [], "options": { "showHeader": true, "sortBy": [ { "desc": false, "displayName": "Free" } ] }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Disk 1", "dsType": "influxdb", "groupBy": [ { "params": [ "path" ], "type": "tag" }, { "params": [ "device" ], "type": "tag" }, { "params": [ "fstype" ], "type": "tag" } ], "measurement": "disk", "orderByTime": "ASC", "policy": "default", "query": "", "rawQuery": false, "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "used" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ " / 1000000000" ], "type": "math" }, { "params": [ "Used" ], "type": "alias" } ], [ { "params": [ "free" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ " / 1000000000" ], "type": "math" }, { "params": [ "Free" ], "type": "alias" } ], [ { "params": [ "total" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ " / 1000000000" ], "type": "math" }, { "params": [ "Total" ], "type": "alias" } ], [ { "params": [ "used_percent" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Used %" ], "type": "alias" } ] ], "tags": [ { "key": "path", "operator": "=", "value": "/mnt/cache" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "title": "Cache Storage", "transformations": [ { "id": "merge", "options": {} }, { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": { "Free": 7, "Time": 0, "Total": 5, "Used": 6, "Used %": 4, "device": 1, "fstype": 3, "path": 2 }, "renameByName": { "Used": "", "device": "Disk (Mount)", "fstype": "File Sytem", "path": "Path" } } } ], "type": "table" }, { "datasource": "$Datasource_Telegraf", "description": "Note: Uses Variable", "fieldConfig": { "defaults": { "custom": { "align": "left", "filterable": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Disk (Mount)" }, "properties": [ { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "rgb(86, 4, 12)", "value": null } ] } }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.width", "value": 150 } ] }, { "matcher": { "id": "byName", "options": "Total" }, "properties": [ { "id": "unit", "value": "decgbytes" }, { "id": "custom.width", "value": 125 }, { "id": "decimals", "value": 2 } ] }, { "matcher": { "id": "byName", "options": "Used" }, "properties": [ { "id": "unit", "value": "decgbytes" }, { "id": "custom.width", "value": 125 }, { "id": "decimals", "value": 2 } ] }, { "matcher": { "id": "byName", "options": "Free" }, "properties": [ { "id": "unit", "value": "decgbytes" }, { "id": "custom.width", "value": 125 }, { "id": "decimals", "value": 2 } ] }, { "matcher": { "id": "byName", "options": "Path" }, "properties": [ { "id": "custom.width", "value": 175 } ] }, { "matcher": { "id": "byName", "options": "Used %" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "decimals", "value": 1 }, { "id": "thresholds", "value": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "blue", "value": 24.9 }, { "color": "yellow", "value": 49.9 }, { "color": "orange", "value": 74.9 }, { "color": "red", "value": 89.9 } ] } }, { "id": "custom.displayMode", "value": "color-background" }, { "id": "custom.width", "value": 125 } ] }, { "matcher": { "id": "byName", "options": "File Sytem" }, "properties": [ { "id": "custom.width", "value": 125 } ] } ] }, "gridPos": { "h": 4, "w": 7, "x": 0, "y": 252 }, "hideTimeOverride": false, "id": 222, "interval": "", "links": [], "options": { "showHeader": true, "sortBy": [ { "desc": false, "displayName": "Free" } ] }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Disk 1", "dsType": "influxdb", "groupBy": [ { "params": [ "path" ], "type": "tag" }, { "params": [ "device" ], "type": "tag" }, { "params": [ "fstype" ], "type": "tag" } ], "measurement": "disk", "orderByTime": "ASC", "policy": "default", "query": "", "rawQuery": false, "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "used" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ " / 1000000000" ], "type": "math" }, { "params": [ "Used" ], "type": "alias" } ], [ { "params": [ "free" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ " / 1000000000" ], "type": "math" }, { "params": [ "Free" ], "type": "alias" } ], [ { "params": [ "total" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ " / 1000000000" ], "type": "math" }, { "params": [ "Total" ], "type": "alias" } ], [ { "params": [ "used_percent" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Used %" ], "type": "alias" } ] ], "tags": [ { "key": "path", "operator": "=~", "value": "/^$Path_Unassigned$/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "title": "Unassigned Storage", "transformations": [ { "id": "merge", "options": {} }, { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": { "Free": 7, "Time": 0, "Total": 5, "Used": 6, "Used %": 4, "device": 1, "fstype": 3, "path": 2 }, "renameByName": { "Used": "", "device": "Disk (Mount)", "fstype": "File Sytem", "path": "Path" } } } ], "type": "table" }, { "datasource": "$Datasource_Telegraf", "description": "", "fieldConfig": { "defaults": { "custom": { "align": null, "filterable": false }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byName", "options": "Min" }, "properties": [ { "id": "unit", "value": "h" }, { "id": "custom.width", "value": 386 }, { "id": "custom.align", "value": "center" } ] }, { "matcher": { "id": "byName", "options": "Max" }, "properties": [ { "id": "unit", "value": "h" }, { "id": "custom.width", "value": 389 }, { "id": "custom.align", "value": "center" } ] }, { "matcher": { "id": "byName", "options": "Mean" }, "properties": [ { "id": "unit", "value": "h" }, { "id": "custom.width", "value": 396 }, { "id": "custom.align", "value": "center" } ] }, { "matcher": { "id": "byName", "options": "Total" }, "properties": [ { "id": "unit", "value": "h" }, { "id": "custom.width", "value": 404 }, { "id": "custom.align", "value": "center" } ] }, { "matcher": { "id": "byName", "options": "Count" }, "properties": [ { "id": "custom.width", "value": 343 }, { "id": "custom.align", "value": "center" } ] }, { "matcher": { "id": "byName", "options": "Field" }, "properties": [ { "id": "custom.width", "value": 430 } ] } ] }, "gridPos": { "h": 4, "w": 17, "x": 7, "y": 252 }, "id": 197, "interval": "", "links": [], "options": { "frameIndex": 0, "showHeader": true, "sortBy": [ { "desc": false, "displayName": "Min" } ] }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Parity 02", "dsType": "influxdb", "groupBy": [ { "params": [ "device" ], "type": "tag" } ], "hide": false, "measurement": "smart_attribute", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "raw_value" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Power On Hours" ], "type": "alias" } ] ], "tags": [ { "key": "name", "operator": "=", "value": "Power_On_Hours" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Drive Life", "transformations": [ { "id": "merge", "options": {} }, { "id": "organize", "options": { "excludeByName": { "Health OK?": true, "Helium Level": true, "Temp (C)": true, "Time": true, "device": true, "fail": true, "flags": true, "model": true, "serial_no": true }, "indexByName": { "Current Pending Sectors": 12, "Health OK?": 5, "Helium Level": 8, "Offline/Uncorrectable": 15, "Power Cycles": 10, "Power On Hours": 9, "Reallocated Events": 14, "Reallocated Sectors": 13, "Temp (C)": 4, "Time": 0, "UDMA CRC Errors": 11, "device": 1, "fail": 7, "flags": 6, "model": 2, "serial_no": 3 }, "renameByName": { "Head Flying Hours": "", "Helium Level": "", "Pending Sectors": "", "Power On Hours": "Power On Hours Stats", "Reallocated Events": "", "Temp": "Temp (C)", "Temp (C)": "", "device": "Device", "fail": "Fail", "flags": "Flags", "model": "Model", "serial_no": "Serial #" } } }, { "id": "reduce", "options": { "reducers": [ "min", "max", "mean", "sum", "count" ] } } ], "type": "table" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$Datasource_Telegraf", "description": "User Overrides > Display Name to Dynamically Name Serial Number (Field Name) to Drive Number", "fieldConfig": { "defaults": { "custom": {}, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 23, "w": 24, "x": 0, "y": 256 }, "hiddenSeries": false, "id": 83, "interval": "", "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": false, "rightSide": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "paceLength": 10, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 0.5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_serial_no", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "serial_no" ], "type": "tag" } ], "hide": false, "measurement": "smart_device", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "temp_c" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "serial_no", "operator": "!=", "value": "*" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Drive Temperatures", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "celsius", "label": "", "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "collapsed": false, "datasource": null, "gridPos": { "h": 1, "w": 24, "x": 0, "y": 279 }, "id": 212, "panels": [], "title": "Detailed Server Performance", "type": "row" }, { "aliasColors": { "Received": "dark-green", "Sent": "dark-red", "Transmitted": "semi-dark-red", "br0": "dark-purple", "eth0": "blue" }, "bars": false, "cacheTimeout": null, "dashLength": 10, "dashes": false, "datasource": "$Datasource_Telegraf", "decimals": 2, "description": "Note: Uses REGEX | Includes All Networks Interfaces (NICs, Bridges, Docker, & Virtual)", "fieldConfig": { "defaults": { "custom": { "align": null }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "fill": 1, "fillGradient": 5, "gridPos": { "h": 8, "w": 12, "x": 0, "y": 280 }, "hiddenSeries": false, "id": 210, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "hideEmpty": false, "hideZero": false, "max": false, "min": false, "rightSide": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "paceLength": 10, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_interface", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "interface" ], "type": "tag" } ], "measurement": "net", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "bytes_recv" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "interface", "operator": "=~", "value": "/.*/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Network Interfaces (RX)", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 1, "format": "Bps", "label": "", "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "Received": "dark-green", "Sent": "dark-red", "Transmitted": "semi-dark-red", "br0": "dark-purple", "eth0": "blue" }, "bars": false, "cacheTimeout": null, "dashLength": 10, "dashes": false, "datasource": "$Datasource_Telegraf", "decimals": 2, "description": "Note: Uses REGEX | Includes All Networks Interfaces (NICs, Bridges, Docker, & Virtual)", "fieldConfig": { "defaults": { "custom": { "align": null }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "fill": 1, "fillGradient": 5, "gridPos": { "h": 8, "w": 12, "x": 12, "y": 280 }, "hiddenSeries": false, "id": 209, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "hideEmpty": false, "hideZero": false, "max": false, "min": false, "rightSide": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "paceLength": 10, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_interface", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "interface" ], "type": "tag" } ], "measurement": "net", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "bytes_sent" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "interface", "operator": "=~", "value": "/.*/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Network Interfaces (TX)", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 1, "format": "Bps", "label": "", "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "Received": "dark-green", "Sent": "dark-blue", "Transmitted": "semi-dark-blue" }, "bars": false, "cacheTimeout": null, "dashLength": 10, "dashes": false, "datasource": "$Datasource_Telegraf", "decimals": 2, "fieldConfig": { "defaults": { "custom": { "align": null }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 9, "w": 24, "x": 0, "y": 288 }, "hiddenSeries": false, "id": 208, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "hideEmpty": false, "hideZero": false, "max": false, "min": false, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "paceLength": 10, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "Transmitted", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "net", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "bytes_sent" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "interface", "operator": "=", "value": "eth0" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Received", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "net", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "bytes_recv" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "interface", "operator": "=", "value": "eth0" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Network 1GbE", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 1, "format": "Bps", "label": "", "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "Received": "dark-green", "Sent": "dark-red", "Transmitted": "semi-dark-red" }, "bars": false, "cacheTimeout": null, "dashLength": 10, "dashes": false, "datasource": "$Datasource_Telegraf", "decimals": 2, "fieldConfig": { "defaults": { "custom": { "align": null }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "fill": 2, "fillGradient": 0, "gridPos": { "h": 8, "w": 24, "x": 0, "y": 297 }, "hiddenSeries": false, "id": 207, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "hideEmpty": false, "hideZero": false, "max": false, "min": false, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "paceLength": 10, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "Received", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "net", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "bytes_recv" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "interface", "operator": "=", "value": "eth2" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Transmitted", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "net", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "bytes_sent" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "1s" ], "type": "non_negative_derivative" } ] ], "tags": [ { "key": "interface", "operator": "=", "value": "eth2" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Network 10GbE", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 1, "format": "Bps", "label": "", "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "Bps", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "Buffered": "yellow", "CPU Total": "#64b0c8", "Cached": "rgb(20, 0, 255)", "Free": "green", "IO Wait": "#ba43a9", "Idle": "blue", "Iowait": "red", "Nice": "#cca300", "Softirq": "rgb(106, 218, 75)", "System": "#ba43a9", "Used": "dark-red", "iowait": "rgb(255, 0, 0)" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$Datasource_Telegraf", "fieldConfig": { "defaults": { "custom": {}, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "fill": 3, "fillGradient": 0, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 305 }, "hiddenSeries": false, "hideTimeOverride": false, "id": 15, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 2, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "paceLength": 10, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "alias": "$col", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "mem", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "used" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Used" ], "type": "alias" } ], [ { "params": [ "buffered" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Buffered" ], "type": "alias" } ], [ { "params": [ "cached" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Cached" ], "type": "alias" } ], [ { "params": [ "free" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Free" ], "type": "alias" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "RAM Package", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:464", "decimals": null, "format": "decbytes", "label": "", "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:465", "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "CPU Total": "#64b0c8", "IO Wait": "#ba43a9", "Idle": "blue", "Iowait": "red", "Nice": "#cca300", "Softirq": "rgb(106, 218, 75)", "System": "#ba43a9", "iowait": "rgb(255, 0, 0)" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$Datasource_Telegraf", "fieldConfig": { "defaults": { "custom": {}, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "fill": 4, "fillGradient": 0, "gridPos": { "h": 7, "w": 24, "x": 0, "y": 312 }, "hiddenSeries": false, "hideTimeOverride": false, "id": 263, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "paceLength": 10, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "$col", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" }, { "params": [ "Idle" ], "type": "alias" } ], [ { "params": [ "usage_iowait" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Iowait" ], "type": "alias" } ], [ { "params": [ "usage_nice" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Nice" ], "type": "alias" } ], [ { "params": [ "usage_user" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "User" ], "type": "alias" } ], [ { "params": [ "usage_softirq" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Softirq" ], "type": "alias" } ], [ { "params": [ "usage_system" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "System" ], "type": "alias" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu-total" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "CPU Package", "tooltip": { "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": null, "format": "percent", "label": "", "logBase": 1, "max": null, "min": null, "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$Datasource_Telegraf", "description": "Note: Uses REGEX To Find Cores in CPU 01. Change REGEX According to Your Number of Cores! Example: CPU 01 Has 8 Cores (16 With HyperThreading) - The REGEX For Cores 0-15 is \"/cpu(1[6-9]|2[0-9]|3[01])|cpu-total/\"", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "semi-dark-blue", "value": 25 }, { "color": "yellow", "value": 50 }, { "color": "orange", "value": 75 }, { "color": "red", "value": 90 } ] }, "unit": "percent" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 14, "w": 12, "x": 0, "y": 319 }, "hiddenSeries": false, "hideTimeOverride": true, "id": 223, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "Core 01", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu0" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 02", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu1" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 03", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu2" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 04", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "D", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu3" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 05", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "E", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu4" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 06", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "F", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu5" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 07", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "G", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu6" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 08", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "H", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu7" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 09", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "I", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu8" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 10", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "J", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu9" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 11", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "K", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu10" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 12", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "L", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu11" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 13", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "M", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu12" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 14", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "N", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu13" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 15", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "O", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu14" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 16", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "P", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu15" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "CPU 01 Load", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "percent", "label": null, "logBase": 1, "max": "100", "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$Datasource_Telegraf", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "semi-dark-blue", "value": 25 }, { "color": "yellow", "value": 50 }, { "color": "orange", "value": 75 }, { "color": "red", "value": 90 } ] }, "unit": "percent" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 14, "w": 12, "x": 12, "y": 319 }, "hiddenSeries": false, "hideTimeOverride": true, "id": 225, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "Core 17", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu16" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 18", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu17" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 19", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu18" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 20", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "D", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu19" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 21", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "E", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu20" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 22", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "F", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu21" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 23", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "G", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu22" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 24", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "H", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu23" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 25", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "I", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu24" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 26", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "J", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu25" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 27", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "K", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu26" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 28", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "L", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu27" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 29", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "M", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu28" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 30", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "N", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu29" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 31", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "O", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu30" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] }, { "alias": "Core 32", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "cpu", "orderByTime": "ASC", "policy": "default", "refId": "P", "resultFormat": "time_series", "select": [ [ { "params": [ "usage_idle" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "*-1+100" ], "type": "math" } ] ], "tags": [ { "key": "cpu", "operator": "=", "value": "cpu31" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "CPU 02 Load", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "percent", "label": null, "logBase": 1, "max": "100", "min": "0", "show": true }, { "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "p1-dimma1_temp": "light-red", "p1-dimmb1_temp": "light-green", "p2-dimme1_temp": "light-purple", "p2-dimmf1_temp": "light-blue" }, "bars": false, "cacheTimeout": null, "dashLength": 10, "dashes": false, "datasource": "$Datasource_Telegraf", "decimals": 1, "description": "Note: Uses IPMI & REGEX", "fieldConfig": { "defaults": { "custom": { "align": null }, "displayName": "", "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "light-green", "value": null }, { "color": "light-blue", "value": 25 }, { "color": "light-orange", "value": 50 }, { "color": "red", "value": 75 } ] }, "unit": "celsius" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 333 }, "hiddenSeries": false, "hideTimeOverride": true, "id": 213, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "rightSide": true, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": true, "pluginVersion": "7.3.3", "pointradius": 1, "points": true, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_name", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "name" ], "type": "tag" } ], "measurement": "ipmi_sensor", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "name", "operator": "=~", "value": "/..-dimm/" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "RAM DIMM Temps ", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "transformations": [], "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": 1, "format": "celsius", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "decimals": 1, "format": "short", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": { "fan1": "yellow", "fan2": "orange", "fan4": "purple", "fan5": "blue", "fan6": "red" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$Datasource_Telegraf", "description": "Note: Uses REGEX to Parse Fan Names From IPMI Sensor List!", "fieldConfig": { "defaults": { "custom": { "align": null }, "decimals": 0, "links": [], "mappings": [], "max": 6000, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "light-green", "value": null }, { "color": "semi-dark-blue", "value": 2000 }, { "color": "light-yellow", "value": 3000 }, { "color": "light-orange", "value": 4000 }, { "color": "semi-dark-red", "value": 5000 } ] }, "unit": "rotrpm" }, "overrides": [] }, "fill": 0, "fillGradient": 0, "gridPos": { "h": 6, "w": 24, "x": 0, "y": 339 }, "hiddenSeries": false, "id": 178, "interval": "", "legend": { "alignAsTable": true, "avg": false, "current": true, "max": false, "min": false, "rightSide": true, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 0.5, "points": true, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "$tag_name", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "name" ], "type": "tag" } ], "measurement": "ipmi_sensor", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "value" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "name", "operator": "=~", "value": "/fan./" }, { "condition": "AND", "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Fan Speeds", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "format": "rotrpm", "label": null, "logBase": 1, "max": null, "min": null, "show": true }, { "format": "rotrpm", "label": null, "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "collapsed": false, "datasource": "$upsdatasource", "gridPos": { "h": 1, "w": 24, "x": 0, "y": 345 }, "id": 90, "panels": [], "title": "UPS Stats", "type": "row" }, { "aliasColors": { "APC.mean": "rgb(0, 218, 255)", "UPS Load": "dark-blue", "Watts": "super-light-green" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": "$Datasource_Telegraf", "decimals": null, "description": "Note: Uses Variables", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 4, "fillGradient": 0, "gridPos": { "h": 9, "w": 24, "x": 0, "y": 346 }, "hiddenSeries": false, "id": 138, "interval": "", "legend": { "alignAsTable": true, "avg": true, "current": true, "hideEmpty": false, "hideZero": false, "max": true, "min": true, "rightSide": false, "show": true, "total": false, "values": true }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 5, "points": false, "renderer": "flot", "repeat": null, "seriesOverrides": [ { "alias": "Watts", "yaxis": 2 } ], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "alias": "$col", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "apcupsd", "orderByTime": "ASC", "policy": "default", "query": "SELECT last(\"load_percent\") FROM \"apcupsd\" WHERE $timeFilter GROUP BY time($__interval)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "load_percent" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "UPS Load" ], "type": "alias" } ], [ { "params": [ "load_percent" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "* .01 * $UPS_Max_Watts" ], "type": "math" }, { "params": [ "Watts" ], "type": "alias" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "UPS Load %", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "decimals": null, "format": "percent", "label": "Percent", "logBase": 1, "max": null, "min": "0", "show": true }, { "format": "watt", "label": "Watts", "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": false, "alignLevel": null } }, { "cacheTimeout": null, "datasource": "$Datasource_Telegraf", "description": "", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "light-blue", "value": null } ] }, "unit": "volt" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 0, "y": 355 }, "hideTimeOverride": true, "id": 159, "interval": "", "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Current Input V", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "apcupsd", "orderByTime": "ASC", "policy": "default", "query": "SELECT sum(\"LOADPCT\") / 100 * 865 FROM \"APC\" WHERE \"LOADPCT\" = 'loadpercent' AND $timeFilter GROUP BY time(30s) fill(null)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "input_voltage" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Input Voltage", "type": "stat" }, { "cacheTimeout": null, "datasource": "$Datasource_Telegraf", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "max": 100, "min": 0, "nullValueMode": "connected", "thresholds": { "mode": "percentage", "steps": [ { "color": "#d44a3a", "value": null }, { "color": "orange", "value": 25 }, { "color": "yellow", "value": 50 }, { "color": "green", "value": 75 }, { "color": "blue", "value": 100 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 9, "w": 4, "x": 6, "y": 355 }, "hideTimeOverride": true, "id": 136, "interval": "", "links": [], "options": { "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "7.3.3", "repeat": null, "targets": [ { "alias": "UPS Battery %", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "apcupsd", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "battery_charge_percent" ], "type": "field" }, { "params": [], "type": "last" } ] ], "slimit": "", "tags": [ { "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "title": "UPS Battery Charge", "type": "gauge" }, { "cacheTimeout": null, "datasource": "$Datasource_Telegraf", "description": "Note: Uses Variables", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "red", "value": null } ] }, "unit": "watt" }, "overrides": [] }, "gridPos": { "h": 4, "w": 4, "x": 10, "y": 355 }, "hideTimeOverride": true, "id": 140, "interval": "", "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Current Load W", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "apcupsd", "orderByTime": "ASC", "policy": "default", "query": "SELECT sum(\"LOADPCT\") / 100 * 865 FROM \"APC\" WHERE \"LOADPCT\" = 'loadpercent' AND $timeFilter GROUP BY time(30s) fill(null)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "load_percent" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "* .01 * $UPS_Max_Watts" ], "type": "math" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Current UPS Load", "type": "stat" }, { "aliasColors": {}, "bars": true, "dashLength": 10, "dashes": false, "datasource": "$Datasource_Telegraf", "decimals": 0, "description": "Note: Uses Variables", "fieldConfig": { "defaults": { "custom": {}, "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 9, "w": 4, "x": 14, "y": 355 }, "hiddenSeries": false, "hideTimeOverride": true, "id": 154, "interval": "", "legend": { "alignAsTable": false, "avg": false, "current": false, "hideEmpty": false, "hideZero": false, "max": false, "min": false, "show": false, "total": false, "values": false }, "lines": false, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "7.3.3", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "alias": "Watts", "color": "#5794F2" }, { "alias": "Time Left", "color": "#73BF69", "yaxis": 2 } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "alias": "$col", "dsType": "influxdb", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "apcupsd", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "load_percent" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "* .01 * $UPS_Max_Watts" ], "type": "math" }, { "params": [ "Watts" ], "type": "alias" } ], [ { "params": [ "time_left_ns" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "Time Left" ], "type": "alias" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "UPS Load Vs. Time Left", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "series", "name": null, "show": true, "values": [ "avg" ] }, "yaxes": [ { "format": "watt", "label": "", "logBase": 1, "max": null, "min": null, "show": true }, { "decimals": 1, "format": "ns", "label": "", "logBase": 1, "max": null, "min": null, "show": true } ], "yaxis": { "align": true, "alignLevel": null } }, { "cacheTimeout": null, "datasource": "$Datasource_Telegraf", "description": "Note: Uses Variables | Adjust Field Unit For Your Set UPS Currency Variable As Required!", "fieldConfig": { "defaults": { "custom": {}, "decimals": 2, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "light-green", "value": null }, { "color": "light-green" } ] }, "unit": "currencyUSD" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 18, "y": 355 }, "hideTimeOverride": true, "id": 152, "interval": "1d", "links": [], "maxDataPoints": 365, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "center", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Estimated Yearly Cost", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "apcupsd", "orderByTime": "ASC", "policy": "default", "query": "SELECT sum(\"LOADPCT\") / 100 * 865 FROM \"APC\" WHERE \"LOADPCT\" = 'loadpercent' AND $timeFilter GROUP BY time(30s) fill(null)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "load_percent" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "* .01 * $UPS_Max_Watts/1000*24*$UPS_kWh_Price*365" ], "type": "math" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": "1y", "title": "Estimated Yearly Cost", "type": "stat" }, { "cacheTimeout": null, "datasource": "$Datasource_Telegraf", "description": "Note: Uses Variables", "fieldConfig": { "defaults": { "custom": {}, "decimals": 2, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-blue", "value": null } ] }, "unit": "kwatth" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 0, "y": 358 }, "hideTimeOverride": true, "id": 142, "interval": "", "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Current Load", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "apcupsd", "orderByTime": "ASC", "policy": "default", "query": "SELECT sum(\"LOADPCT\") / 100 * 865 FROM \"APC\" WHERE \"LOADPCT\" = 'loadpercent' AND $timeFilter GROUP BY time(30s) fill(null)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "load_percent" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "* .01 * $UPS_Max_Watts/1000" ], "type": "math" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Current Load kWh", "type": "stat" }, { "cacheTimeout": null, "datasource": "$Datasource_Telegraf", "description": "", "fieldConfig": { "defaults": { "custom": {}, "decimals": 2, "mappings": [ { "from": "", "id": 0, "text": "", "to": "", "type": 1 } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "semi-dark-green", "value": null } ] }, "unit": "currencyUSD" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 18, "y": 358 }, "hideTimeOverride": true, "id": 150, "interval": "1d", "links": [], "maxDataPoints": 365, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Cost This Year", "groupBy": [], "hide": false, "measurement": "apcupsd", "orderByTime": "ASC", "policy": "default", "query": "SELECT sum(\"LOADPCT\") / 100 * 865 FROM \"APC\" WHERE \"LOADPCT\" = 'loadpercent' AND $timeFilter GROUP BY time(30s) fill(null)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "load_percent" ], "type": "field" }, { "params": [], "type": "sum" }, { "params": [ "* .01 * $UPS_Max_Watts/1000/365*$UPS_kWh_Price" ], "type": "math" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": "now/y", "timeShift": null, "title": "Cost This Year", "type": "stat" }, { "cacheTimeout": null, "datasource": "$Datasource_Telegraf", "fieldConfig": { "defaults": { "custom": {}, "decimals": 1, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "#d44a3a", "value": null }, { "color": "red", "value": 4.9 }, { "color": "orange", "value": 9.9 }, { "color": "yellow", "value": 14.9 }, { "color": "#299c46", "value": 17.9 } ] }, "unit": "m" }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 10, "y": 359 }, "hideTimeOverride": true, "id": 144, "interval": "", "links": [], "options": { "colorMode": "background", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "measurement": "apcupsd", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "time_left_ns" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ " / 60000000000" ], "type": "math" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "UPS Runtime Left!", "type": "stat" }, { "cacheTimeout": null, "datasource": "$Datasource_Telegraf", "description": "Note: Uses Variables", "fieldConfig": { "defaults": { "custom": {}, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-blue", "value": null } ] }, "unit": "watt" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 0, "y": 361 }, "hideTimeOverride": true, "id": 146, "interval": "2h", "links": [], "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Average W", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "apcupsd", "orderByTime": "ASC", "policy": "default", "query": "SELECT sum(\"LOADPCT\") / 100 * 865 FROM \"APC\" WHERE \"LOADPCT\" = 'loadpercent' AND $timeFilter GROUP BY time(30s) fill(null)", "rawQuery": false, "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "load_percent" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "* .01 * $UPS_Max_Watts" ], "type": "math" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": "now/y", "title": "Average UPS Load", "type": "stat" }, { "cacheTimeout": null, "datasource": "$Datasource_Telegraf", "description": "Note: Uses Variables | Adjust Field Unit For Your Set UPS Currency Variable As Required!", "fieldConfig": { "defaults": { "custom": {}, "decimals": 2, "mappings": [ { "id": 0, "op": "=", "text": "N/A", "type": 1, "value": "null" } ], "nullValueMode": "connected", "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-green", "value": null } ] }, "unit": "currencyUSD" }, "overrides": [] }, "gridPos": { "h": 3, "w": 6, "x": 18, "y": 361 }, "hideTimeOverride": true, "id": 148, "interval": "1d", "links": [], "maxDataPoints": 365, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "mean" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "7.3.3", "targets": [ { "alias": "Average Daily Cost", "groupBy": [ { "params": [ "$__interval" ], "type": "time" } ], "hide": false, "measurement": "apcupsd", "orderByTime": "ASC", "policy": "default", "query": "SELECT sum(\"LOADPCT\") / 100 * 865 FROM \"APC\" WHERE \"LOADPCT\" = 'loadpercent' AND $timeFilter GROUP BY time(30s) fill(null)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "load_percent" ], "type": "field" }, { "params": [], "type": "sum" }, { "params": [ "* .01 * $UPS_Max_Watts/1000/365*$UPS_kWh_Price" ], "type": "math" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$Host$/" } ] } ], "timeFrom": "now/y", "timeShift": null, "title": "Average Daily Cost", "type": "stat" } ], "refresh": "30s", "schemaVersion": 26, "style": "dark", "tags": [ "UNRAID", "Telegraf", "InfluxDB", "falconexe", "GilbN", "Ultimate UNRAID Dashboard", "UUD", "Plex", "Tautulli", "Varken" ], "templating": { "list": [ { "allValue": null, "current": { "selected": false, "text": "MassEffect", "value": "MassEffect" }, "datasource": "$Datasource_Telegraf", "definition": "SHOW TAG VALUES FROM system WITH KEY=host", "error": null, "hide": 0, "includeAll": false, "label": "Host", "multi": false, "name": "Host", "options": [], "query": "SHOW TAG VALUES FROM system WITH KEY=host", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "current": { "selected": false, "text": "default", "value": "default" }, "error": null, "hide": 0, "includeAll": false, "label": "Telegraf Datasource", "multi": false, "name": "Datasource_Telegraf", "options": [], "query": "influxdb", "queryValue": "", "refresh": 1, "regex": "", "skipUrlSync": false, "type": "datasource" }, { "allValue": null, "current": { "selected": false, "text": "32", "value": "32" }, "datasource": "$Datasource_Telegraf", "definition": "SELECT last(\"n_cpus\") AS \"mean_n_cpus\" FROM \"system\" WHERE (\"host\" =~ /^$Host$/) ", "error": null, "hide": 0, "includeAll": false, "label": "CPU Threads", "multi": false, "name": "CPU_Threads", "options": [], "query": "SELECT last(\"n_cpus\") AS \"mean_n_cpus\" FROM \"system\" WHERE (\"host\" =~ /^$Host$/) ", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "current": { "selected": false, "text": "900", "value": "900" }, "error": null, "hide": 0, "label": "UPS Max Output (Watts)", "name": "UPS_Max_Watts", "options": [ { "selected": false, "text": "000", "value": "000" } ], "query": "900", "skipUrlSync": false, "type": "textbox" }, { "current": { "selected": false, "text": "0.12", "value": "0.12" }, "error": null, "hide": 0, "label": "kWh Price", "name": "UPS_kWh_Price", "options": [ { "selected": false, "text": "0.00", "value": "0.00" } ], "query": "0.12", "skipUrlSync": false, "type": "textbox" }, { "current": { "selected": false, "text": "$", "value": "$" }, "error": null, "hide": 0, "label": "Currency", "name": "Currency", "options": [ { "selected": true, "text": "$", "value": "$" } ], "query": "$", "skipUrlSync": false, "type": "textbox" }, { "allValue": null, "current": { "selected": false, "text": "Samsung_Flash_Drive_0310719110004411-0:0", "value": "Samsung_Flash_Drive_0310719110004411-0:0" }, "datasource": "$Datasource_Telegraf", "definition": "SHOW TAG VALUES FROM \"diskio\" WITH KEY = \"ID_SERIAL\"", "error": null, "hide": 0, "includeAll": false, "label": "Flash (Boot) Drive", "multi": false, "name": "Drives_Flash", "options": [], "query": "SHOW TAG VALUES FROM \"diskio\" WITH KEY = \"ID_SERIAL\"", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": { "selected": true, "text": [ "Samsung_SSD_970_EVO_Plus_1TB_S59ANJ0N404431E" ], "value": [ "Samsung_SSD_970_EVO_Plus_1TB_S59ANJ0N404431E" ] }, "datasource": "$Datasource_Telegraf", "definition": "SHOW TAG VALUES FROM \"diskio\" WITH KEY = \"ID_SERIAL\"", "error": null, "hide": 0, "includeAll": false, "label": "Cache Drive(s)", "multi": true, "name": "Drives_Cache", "options": [], "query": "SHOW TAG VALUES FROM \"diskio\" WITH KEY = \"ID_SERIAL\"", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": { "selected": false, "text": "ST14000NM0018-2H4101_ZHZ2HR3Q", "value": "ST14000NM0018-2H4101_ZHZ2HR3Q" }, "datasource": "$Datasource_Telegraf", "definition": "SHOW TAG VALUES FROM \"diskio\" WITH KEY = \"ID_SERIAL\"", "error": null, "hide": 0, "includeAll": false, "label": "Parity Drive(s)", "multi": true, "name": "Drives_Parity", "options": [], "query": "SHOW TAG VALUES FROM \"diskio\" WITH KEY = \"ID_SERIAL\"", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": { "selected": true, "text": [ "ST14000NM0018-2H4101_ZHZ2HR3Q", "ST14000NM0018-2H4101_ZHZ5B27G", "ST14000NM0018-2H4101_ZHZ5FN0T", "ST14000NM001G-2KJ103_ZL208522", "ST14000NM001G-2KJ103_ZL2089T0", "ST8000DM004-2CX188_WCT0GEQ6", "ST8000DM004-2CX188_WCT0H9DN", "ST8000DM004-2CX188_WCT0KMKA", "ST8000DM004-2CX188_WCT0N13Q", "ST8000DM004-2CX188_WCT0N18L", "ST8000DM004-2CX188_WCT0P6W4", "ST8000DM004-2CX188_WG802LZ2", "ST8000DM004-2CX188_WG802M5G", "ST8000DM004-2CX188_ZCT090X1", "ST8000DM004-2CX188_ZCT0MR0N", "WDC_WD60EZRX-00MVLB1_WD-WX31D743YJN7", "WDC_WD60EZRX-00MVLB1_WD-WXL1H641MTAF", "WDC_WD60EZRX-00MVLB1_WD-WXL1H641YL96", "WDC_WD60EZRX-00MVLB1_WD-WXL1H641YUX6", "WDC_WD60EZRX-00MVLB1_WD-WXL1H642SHDP", "WDC_WD60EZRX-00MVLB1_WD-WXL1H643E8WD", "WDC_WD60EZRX-00MVLB1_WD-WXL1H643NYLH", "WDC_WD60EZRX-00MVLB1_WD-WXL1H644WTJN", "WDC_WD60EZRZ-00GZ5B1_WD-WX41D95A2AXX", "WDC_WD60EZRZ-00RWYB1_WD-WX71D65JEEHR", "WDC_WD80EFZX-68UW8N0_VJH3HWUX", "WDC_WD80EFZX-68UW8N0_VJH3ML6X", "WDC_WD80EFZX-68UW8N0_VJH3ZZ2X" ], "value": [ "ST14000NM0018-2H4101_ZHZ2HR3Q", "ST14000NM0018-2H4101_ZHZ5B27G", "ST14000NM0018-2H4101_ZHZ5FN0T", "ST14000NM001G-2KJ103_ZL208522", "ST14000NM001G-2KJ103_ZL2089T0", "ST8000DM004-2CX188_WCT0GEQ6", "ST8000DM004-2CX188_WCT0H9DN", "ST8000DM004-2CX188_WCT0KMKA", "ST8000DM004-2CX188_WCT0N13Q", "ST8000DM004-2CX188_WCT0N18L", "ST8000DM004-2CX188_WCT0P6W4", "ST8000DM004-2CX188_WG802LZ2", "ST8000DM004-2CX188_WG802M5G", "ST8000DM004-2CX188_ZCT090X1", "ST8000DM004-2CX188_ZCT0MR0N", "WDC_WD60EZRX-00MVLB1_WD-WX31D743YJN7", "WDC_WD60EZRX-00MVLB1_WD-WXL1H641MTAF", "WDC_WD60EZRX-00MVLB1_WD-WXL1H641YL96", "WDC_WD60EZRX-00MVLB1_WD-WXL1H641YUX6", "WDC_WD60EZRX-00MVLB1_WD-WXL1H642SHDP", "WDC_WD60EZRX-00MVLB1_WD-WXL1H643E8WD", "WDC_WD60EZRX-00MVLB1_WD-WXL1H643NYLH", "WDC_WD60EZRX-00MVLB1_WD-WXL1H644WTJN", "WDC_WD60EZRZ-00GZ5B1_WD-WX41D95A2AXX", "WDC_WD60EZRZ-00RWYB1_WD-WX71D65JEEHR", "WDC_WD80EFZX-68UW8N0_VJH3HWUX", "WDC_WD80EFZX-68UW8N0_VJH3ML6X", "WDC_WD80EFZX-68UW8N0_VJH3ZZ2X" ] }, "datasource": "$Datasource_Telegraf", "definition": "SHOW TAG VALUES FROM \"diskio\" WITH KEY = \"ID_SERIAL\"", "error": null, "hide": 0, "includeAll": false, "label": "Array Drive(s)", "multi": true, "name": "Drives_Array", "options": [], "query": "SHOW TAG VALUES FROM \"diskio\" WITH KEY = \"ID_SERIAL\"", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "allValue": null, "current": { "selected": true, "text": [ "SanDisk_SDSSDH31000G_182526800982" ], "value": [ "SanDisk_SDSSDH31000G_182526800982" ] }, "datasource": "$Datasource_Telegraf", "definition": "SHOW TAG VALUES FROM \"diskio\" WITH KEY = \"ID_SERIAL\"", "error": null, "hide": 0, "includeAll": false, "label": "Unassigned Drive(s)", "multi": true, "name": "Drives_Unassigned", "options": [], "query": "SHOW TAG VALUES FROM \"diskio\" WITH KEY = \"ID_SERIAL\"", "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "tagValuesQuery": "", "tags": [], "tagsQuery": "", "type": "query", "useTags": false }, { "current": { "selected": false, "text": "/mnt/disks/Unassigned", "value": "/mnt/disks/Unassigned" }, "error": null, "hide": 0, "label": "Unassigned Drive Path", "name": "Path_Unassigned", "options": [ { "selected": true, "text": "/mnt/disks/Unassigned", "value": "/mnt/disks/Unassigned" } ], "query": "/mnt/disks/Unassigned", "skipUrlSync": false, "type": "textbox" } ] }, "time": { "from": "now-24h", "to": "now" }, "timepicker": { "refresh_intervals": [ "30s", "1m", "5m", "10m", "15m", "30m", "1h", "2h", "6h", "12h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "", "title": "Ultimate UNRAID Dashboard - Version 1.5", "uid": "2020-12-31_1940", "version": 11 }