From 0f8620c4056d3a7d271bf8c685fa5672ba482693 Mon Sep 17 00:00:00 2001 From: pipistrello Date: Fri, 17 Jul 2026 17:56:26 +0300 Subject: [PATCH] 02-tekhnohim logging: add Zabbix Global view to Grafana Pin alexanderzobnin-zabbix-app 6.5.0 for synchronous startup installation on Grafana 13.1.0, keeping the plugin reproducible across Portainer redeploys. Reconstruct Zabbix dashboard 1 as a provisioned Grafana dashboard with eight site rows, 27 full-width traffic/storage graphs, a one-hour default range, and a computer-selectable failed-logon panel. Traffic errors and discards use a separate packets-per-second right axis. Validated the compose model with Docker Compose 5.3.0, parsed the dashboard JSON, confirmed the Zabbix datasource against API 7.0.24, and ran all 28 panel queries: 263 frames returned with no query errors. Five panels are blank because their source Zabbix items have no retained history. --- logging/docker-compose.yaml | 3 + .../zabbix-global-view.json | 4564 +++++++++++++++++ 2 files changed, 4567 insertions(+) create mode 100644 logging/grafana-dashboards/zabbix-global-view.json diff --git a/logging/docker-compose.yaml b/logging/docker-compose.yaml index 0f459cf..5dc1b29 100644 --- a/logging/docker-compose.yaml +++ b/logging/docker-compose.yaml @@ -50,6 +50,9 @@ services: environment: - GF_SECURITY_ADMIN_PASSWORD=${GRAFANA_ADMIN_PASSWORD} - GF_USERS_ALLOW_SIGN_UP=false + # Install the Zabbix app before Grafana starts so its provisioned + # datasource and dashboards are available immediately after redeploy. + - GF_PLUGINS_PREINSTALL_SYNC=alexanderzobnin-zabbix-app@6.5.0 volumes: - /mnt/containers/logging/grafana-data:/var/lib/grafana:Z - /mnt/containers/logging/grafana-config/provisioning/datasources:/etc/grafana/provisioning/datasources:Z diff --git a/logging/grafana-dashboards/zabbix-global-view.json b/logging/grafana-dashboards/zabbix-global-view.json new file mode 100644 index 0000000..3e68477 --- /dev/null +++ b/logging/grafana-dashboards/zabbix-global-view.json @@ -0,0 +1,4564 @@ +{ + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": { + "type": "grafana", + "uid": "-- Grafana --" + }, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "type": "dashboard" + } + ] + }, + "description": "Grafana reconstruction of Zabbix dashboard Global view (dashboardid 1): seven site pages plus failed-logon overview.", + "editable": false, + "fiscalYearStartMonth": 0, + "graphTooltip": 1, + "id": null, + "links": [], + "liveNow": false, + "panels": [ + { + "id": 1, + "type": "row", + "title": "СПБ", + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 0 + }, + "panels": [] + }, + { + "id": 2, + "type": "timeseries", + "title": "Кирочная: интернет", + "description": "Migrated from Zabbix Global view. Source host: Router 0.1 Kirochnaya.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 1 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bps" + }, + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/(errors|discarded)/i" + }, + "properties": [ + { + "id": "unit", + "value": "pps" + }, + { + "id": "custom.axisPlacement", + "value": "right" + }, + { + "id": "custom.lineStyle", + "value": { + "fill": "dash", + "dash": [ + 6, + 6 + ] + } + } + ] + } + ] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Router 0.1 Kirochnaya" + }, + "item": { + "filter": "/^Interface ether1.*(Bits received|Bits sent|errors|discarded)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 3, + "type": "timeseries", + "title": "Колпино: интернет", + "description": "Migrated from Zabbix Global view. Source host: Router 4.1 Kolpino.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 9 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bps" + }, + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/(errors|discarded)/i" + }, + "properties": [ + { + "id": "unit", + "value": "pps" + }, + { + "id": "custom.axisPlacement", + "value": "right" + }, + { + "id": "custom.lineStyle", + "value": { + "fill": "dash", + "dash": [ + 6, + 6 + ] + } + } + ] + } + ] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Router 4.1 Kolpino" + }, + "item": { + "filter": "/^Interface ether1.*(Bits received|Bits sent|errors|discarded)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 4, + "type": "timeseries", + "title": "Колпино: тоннель", + "description": "Migrated from Zabbix Global view. Source host: Router 4.1 Kolpino.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 17 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bps" + }, + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/(errors|discarded)/i" + }, + "properties": [ + { + "id": "unit", + "value": "pps" + }, + { + "id": "custom.axisPlacement", + "value": "right" + }, + { + "id": "custom.lineStyle", + "value": { + "fill": "dash", + "dash": [ + 6, + 6 + ] + } + } + ] + } + ] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Router 4.1 Kolpino" + }, + "item": { + "filter": "/^Interface ipip-kirochnaya.*(Bits received|Bits sent|errors|discarded)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 5, + "type": "timeseries", + "title": "Сатек: интернет", + "description": "Migrated from Zabbix Global view. Source host: Router 8.1 SatecTM.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 25 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bps" + }, + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/(errors|discarded)/i" + }, + "properties": [ + { + "id": "unit", + "value": "pps" + }, + { + "id": "custom.axisPlacement", + "value": "right" + }, + { + "id": "custom.lineStyle", + "value": { + "fill": "dash", + "dash": [ + 6, + 6 + ] + } + } + ] + } + ] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Router 8.1 SatecTM" + }, + "item": { + "filter": "/^Interface ether1.*(Bits received|Bits sent|errors|discarded)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 6, + "type": "timeseries", + "title": "Сатек: тоннель", + "description": "Migrated from Zabbix Global view. Source host: Router 0.1 Kirochnaya.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 33 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bps" + }, + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/(errors|discarded)/i" + }, + "properties": [ + { + "id": "unit", + "value": "pps" + }, + { + "id": "custom.axisPlacement", + "value": "right" + }, + { + "id": "custom.lineStyle", + "value": { + "fill": "dash", + "dash": [ + 6, + 6 + ] + } + } + ] + } + ] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Router 0.1 Kirochnaya" + }, + "item": { + "filter": "/^Interface SATECTM.*(Bits received|Bits sent|errors|discarded)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 7, + "type": "timeseries", + "title": "Аннолово: интернет", + "description": "Migrated from Zabbix Global view. Source host: Router 24.1 Annolovo.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 41 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bps" + }, + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/(errors|discarded)/i" + }, + "properties": [ + { + "id": "unit", + "value": "pps" + }, + { + "id": "custom.axisPlacement", + "value": "right" + }, + { + "id": "custom.lineStyle", + "value": { + "fill": "dash", + "dash": [ + 6, + 6 + ] + } + } + ] + } + ] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Router 24.1 Annolovo" + }, + "item": { + "filter": "/^Interface ether1.*(Bits received|Bits sent|errors|discarded)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 8, + "type": "timeseries", + "title": "Аннолово: тоннель", + "description": "Migrated from Zabbix Global view. Source host: Router 24.1 Annolovo.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 49 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bps" + }, + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/(errors|discarded)/i" + }, + "properties": [ + { + "id": "unit", + "value": "pps" + }, + { + "id": "custom.axisPlacement", + "value": "right" + }, + { + "id": "custom.lineStyle", + "value": { + "fill": "dash", + "dash": [ + 6, + 6 + ] + } + } + ] + } + ] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Router 24.1 Annolovo" + }, + "item": { + "filter": "/^Interface to_KIROCHNAYA.*(Bits received|Bits sent|errors|discarded)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 9, + "type": "timeseries", + "title": "NAS в датацентре", + "description": "Migrated from Zabbix Global view. Source host: NAS DATACENTRE.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 57 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "Bps" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "NAS DATACENTRE" + }, + "item": { + "filter": "/(Incomming|Outgoing) Packets on Interface eth3/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 10, + "type": "timeseries", + "title": "NAS на Кирочной (018) бэкапный — eth0", + "description": "Migrated from Zabbix Global view. Source host: Nas 018.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 65 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "Bps" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Nas 018" + }, + "item": { + "filter": "/(Incomming|Outgoing) Packets on Interface eth0/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 11, + "type": "timeseries", + "title": "NAS на Кирочной (018) бэкапный — eth1", + "description": "Migrated from Zabbix Global view. Source host: Nas 018.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 73 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "Bps" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Nas 018" + }, + "item": { + "filter": "/(Incomming|Outgoing) Packets on Interface eth1/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 12, + "type": "timeseries", + "title": "ПОЛКА: МАССИВ HDD", + "description": "Migrated from Zabbix Global view. Source host: Dell Storage ME4024.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 81 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "Bps" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Servers" + }, + "host": { + "filter": "Dell Storage ME4024" + }, + "item": { + "filter": "/^Volume \\[HDD_VM\\]: Data transfer rate: (Reads|Writes)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 13, + "type": "timeseries", + "title": "ПОЛКА: МАССИВ SSD", + "description": "Migrated from Zabbix Global view. Source host: Dell Storage ME4024.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 89 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "Bps" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Servers" + }, + "host": { + "filter": "Dell Storage ME4024" + }, + "item": { + "filter": "/^Volume \\[SSD_VM\\]: Data transfer rate: (Reads|Writes)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 14, + "type": "row", + "title": "ИЛЬСК", + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 97 + }, + "panels": [] + }, + { + "id": 15, + "type": "timeseries", + "title": "Ильск: интернет", + "description": "Migrated from Zabbix Global view. Source host: Router 16.1 Ilsk.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 98 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bps" + }, + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/(errors|discarded)/i" + }, + "properties": [ + { + "id": "unit", + "value": "pps" + }, + { + "id": "custom.axisPlacement", + "value": "right" + }, + { + "id": "custom.lineStyle", + "value": { + "fill": "dash", + "dash": [ + 6, + 6 + ] + } + } + ] + } + ] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Router 16.1 Ilsk" + }, + "item": { + "filter": "/^Interface ether1.*(Bits received|Bits sent|errors|discarded)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 16, + "type": "timeseries", + "title": "Ильск: тоннель", + "description": "Migrated from Zabbix Global view. Source host: Router 16.1 Ilsk.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 106 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bps" + }, + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/(errors|discarded)/i" + }, + "properties": [ + { + "id": "unit", + "value": "pps" + }, + { + "id": "custom.axisPlacement", + "value": "right" + }, + { + "id": "custom.lineStyle", + "value": { + "fill": "dash", + "dash": [ + 6, + 6 + ] + } + } + ] + } + ] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Router 16.1 Ilsk" + }, + "item": { + "filter": "/^Interface to_KIROCHNAYA.*(Bits received|Bits sent|errors|discarded)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 17, + "type": "row", + "title": "СЛАВЯНСК", + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 114 + }, + "panels": [] + }, + { + "id": 18, + "type": "timeseries", + "title": "Славянск: интернет", + "description": "Migrated from Zabbix Global view. Source host: Router 12.1 Slavyansk.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 115 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bps" + }, + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/(errors|discarded)/i" + }, + "properties": [ + { + "id": "unit", + "value": "pps" + }, + { + "id": "custom.axisPlacement", + "value": "right" + }, + { + "id": "custom.lineStyle", + "value": { + "fill": "dash", + "dash": [ + 6, + 6 + ] + } + } + ] + } + ] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Router 12.1 Slavyansk" + }, + "item": { + "filter": "/^Interface ether1.*(Bits received|Bits sent|errors|discarded)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 19, + "type": "timeseries", + "title": "Славянск: тоннель", + "description": "Migrated from Zabbix Global view. Source host: Router 12.1 Slavyansk.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 123 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bps" + }, + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/(errors|discarded)/i" + }, + "properties": [ + { + "id": "unit", + "value": "pps" + }, + { + "id": "custom.axisPlacement", + "value": "right" + }, + { + "id": "custom.lineStyle", + "value": { + "fill": "dash", + "dash": [ + 6, + 6 + ] + } + } + ] + } + ] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Router 12.1 Slavyansk" + }, + "item": { + "filter": "/^Interface ipip-KIROCHNAYA.*(Bits received|Bits sent|errors|discarded)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 20, + "type": "row", + "title": "УФА", + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 131 + }, + "panels": [] + }, + { + "id": 21, + "type": "timeseries", + "title": "Уфа: интернет", + "description": "Migrated from Zabbix Global view. Source host: Router 20.1 OOFA.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 132 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bps" + }, + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/(errors|discarded)/i" + }, + "properties": [ + { + "id": "unit", + "value": "pps" + }, + { + "id": "custom.axisPlacement", + "value": "right" + }, + { + "id": "custom.lineStyle", + "value": { + "fill": "dash", + "dash": [ + 6, + 6 + ] + } + } + ] + } + ] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Router 20.1 OOFA" + }, + "item": { + "filter": "/^Interface ether1.*(Bits received|Bits sent|errors|discarded)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 22, + "type": "timeseries", + "title": "Уфа: тоннель", + "description": "Migrated from Zabbix Global view. Source host: Router 20.1 OOFA.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 140 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bps" + }, + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/(errors|discarded)/i" + }, + "properties": [ + { + "id": "unit", + "value": "pps" + }, + { + "id": "custom.axisPlacement", + "value": "right" + }, + { + "id": "custom.lineStyle", + "value": { + "fill": "dash", + "dash": [ + 6, + 6 + ] + } + } + ] + } + ] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Router 20.1 OOFA" + }, + "item": { + "filter": "/^Interface to_KIROCHNAYA.*(Bits received|Bits sent|errors|discarded)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 23, + "type": "row", + "title": "МИНСК", + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 148 + }, + "panels": [] + }, + { + "id": 24, + "type": "timeseries", + "title": "Минск: интернет", + "description": "Migrated from Zabbix Global view. Source host: Router 32.1 Minsk.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 149 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bps" + }, + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/(errors|discarded)/i" + }, + "properties": [ + { + "id": "unit", + "value": "pps" + }, + { + "id": "custom.axisPlacement", + "value": "right" + }, + { + "id": "custom.lineStyle", + "value": { + "fill": "dash", + "dash": [ + 6, + 6 + ] + } + } + ] + } + ] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Router 32.1 Minsk" + }, + "item": { + "filter": "/^Interface ether1.*(Bits received|Bits sent|errors|discarded)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 25, + "type": "timeseries", + "title": "Минск: тоннель", + "description": "Migrated from Zabbix Global view. Source host: Router 32.1 Minsk.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 157 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bps" + }, + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/(errors|discarded)/i" + }, + "properties": [ + { + "id": "unit", + "value": "pps" + }, + { + "id": "custom.axisPlacement", + "value": "right" + }, + { + "id": "custom.lineStyle", + "value": { + "fill": "dash", + "dash": [ + 6, + 6 + ] + } + } + ] + } + ] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Router 32.1 Minsk" + }, + "item": { + "filter": "/^Interface to_KIROCHNAYA.*(Bits received|Bits sent|errors|discarded)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 26, + "type": "timeseries", + "title": "ПОЛКА: МАССИВ SSD", + "description": "Migrated from Zabbix Global view. Source host: Dell Storage ME5012 MINSK.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 165 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "Bps" + }, + "overrides": [] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Servers" + }, + "host": { + "filter": "Dell Storage ME5012 MINSK" + }, + "item": { + "filter": "/^Volume \\[SSD\\]: Data transfer rate: (Reads|Writes)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 27, + "type": "row", + "title": "АФИПСКИЙ", + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 173 + }, + "panels": [] + }, + { + "id": 28, + "type": "timeseries", + "title": "Афипский: интернет", + "description": "Migrated from Zabbix Global view. Source host: Router 28.1 Afipsky NPZ.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 174 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bps" + }, + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/(errors|discarded)/i" + }, + "properties": [ + { + "id": "unit", + "value": "pps" + }, + { + "id": "custom.axisPlacement", + "value": "right" + }, + { + "id": "custom.lineStyle", + "value": { + "fill": "dash", + "dash": [ + 6, + 6 + ] + } + } + ] + } + ] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Router 28.1 Afipsky NPZ" + }, + "item": { + "filter": "/^Interface ether1.*(Bits received|Bits sent|errors|discarded)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 29, + "type": "timeseries", + "title": "Афипский: тоннель", + "description": "Migrated from Zabbix Global view. Source host: Router 28.1 Afipsky NPZ.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 182 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bps" + }, + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/(errors|discarded)/i" + }, + "properties": [ + { + "id": "unit", + "value": "pps" + }, + { + "id": "custom.axisPlacement", + "value": "right" + }, + { + "id": "custom.lineStyle", + "value": { + "fill": "dash", + "dash": [ + 6, + 6 + ] + } + } + ] + } + ] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Router 28.1 Afipsky NPZ" + }, + "item": { + "filter": "/^Interface to_KIROCHNAYA.*(Bits received|Bits sent|errors|discarded)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 30, + "type": "timeseries", + "title": "Афипский дальний (LTE): интернет", + "description": "Migrated from Zabbix Global view. Source host: Router 36.1 Afipsky LTE.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 190 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bps" + }, + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/(errors|discarded)/i" + }, + "properties": [ + { + "id": "unit", + "value": "pps" + }, + { + "id": "custom.axisPlacement", + "value": "right" + }, + { + "id": "custom.lineStyle", + "value": { + "fill": "dash", + "dash": [ + 6, + 6 + ] + } + } + ] + } + ] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Router 36.1 Afipsky LTE" + }, + "item": { + "filter": "/^Interface lte1.*(Bits received|Bits sent|errors|discarded)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 31, + "type": "timeseries", + "title": "Афипский дальний (LTE): тоннель", + "description": "Migrated from Zabbix Global view. Source host: Router 36.1 Afipsky LTE.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 198 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bps" + }, + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/(errors|discarded)/i" + }, + "properties": [ + { + "id": "unit", + "value": "pps" + }, + { + "id": "custom.axisPlacement", + "value": "right" + }, + { + "id": "custom.lineStyle", + "value": { + "fill": "dash", + "dash": [ + 6, + 6 + ] + } + } + ] + } + ] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Router 36.1 Afipsky LTE" + }, + "item": { + "filter": "/^Interface to_KIROCHNAYA.*(Bits received|Bits sent|errors|discarded)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 32, + "type": "row", + "title": "КРАСНОДАР", + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 206 + }, + "panels": [] + }, + { + "id": 33, + "type": "timeseries", + "title": "Краснодар: интернет", + "description": "Migrated from Zabbix Global view. Source host: Router 40.1 Krasnodar.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 207 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bps" + }, + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/(errors|discarded)/i" + }, + "properties": [ + { + "id": "unit", + "value": "pps" + }, + { + "id": "custom.axisPlacement", + "value": "right" + }, + { + "id": "custom.lineStyle", + "value": { + "fill": "dash", + "dash": [ + 6, + 6 + ] + } + } + ] + } + ] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Router 40.1 Krasnodar" + }, + "item": { + "filter": "/^Interface ether1.*(Bits received|Bits sent|errors|discarded)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 34, + "type": "timeseries", + "title": "Краснодар: тоннель", + "description": "Migrated from Zabbix Global view. Source host: Router 40.1 Krasnodar.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 215 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "drawStyle": "line", + "fillOpacity": 12, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 3, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": true, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "bps" + }, + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/(errors|discarded)/i" + }, + "properties": [ + { + "id": "unit", + "value": "pps" + }, + { + "id": "custom.axisPlacement", + "value": "right" + }, + { + "id": "custom.lineStyle", + "value": { + "fill": "dash", + "dash": [ + 6, + 6 + ] + } + } + ] + } + ] + }, + "options": { + "legend": { + "calcs": [ + "lastNotNull", + "max" + ], + "displayMode": "table", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Network" + }, + "host": { + "filter": "Router 40.1 Krasnodar" + }, + "item": { + "filter": "/^Interface to_KIROCHNAYA.*(Bits received|Bits sent|errors|discarded)$/" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ] + }, + { + "id": 35, + "type": "row", + "title": "ПОПЫТКИ ВХОДА", + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 223 + }, + "panels": [] + }, + { + "id": 36, + "type": "table", + "title": "Failed logon attempts — $computer", + "description": "The Zabbix widget ranks 322 hosts server-side; the Grafana plugin returns HTTP 500 when all are requested together. Use the Computer selector to inspect the same Failed logons (1h) item without overloading the API.", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "gridPos": { + "h": 18, + "w": 24, + "x": 0, + "y": 224 + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 1 + } + ] + } + }, + "overrides": [] + }, + "options": { + "cellHeight": "sm", + "footer": { + "countRows": false, + "fields": "", + "reducer": [ + "sum" + ], + "show": false + }, + "showHeader": true, + "sortBy": [ + { + "desc": true, + "displayName": "Last" + } + ] + }, + "targets": [ + { + "application": { + "filter": "" + }, + "countTriggers": true, + "countTriggersBy": "", + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "evaltype": "0", + "functions": [], + "group": { + "filter": "Computers" + }, + "host": { + "filter": "$computer" + }, + "item": { + "filter": "Failed logons (1h)" + }, + "itemTag": { + "filter": "" + }, + "macro": { + "filter": "" + }, + "minSeverity": 3, + "mode": 0, + "options": { + "count": false, + "disableDataAlignment": false, + "showDisabledItems": false, + "skipEmptyValues": false, + "useTrends": "default", + "useZabbixValueMapping": false + }, + "proxy": { + "filter": "" + }, + "queryType": "0", + "refId": "A", + "resultFormat": "time_series", + "schema": 12, + "table": { + "skipEmptyValues": false + }, + "tags": { + "filter": "" + }, + "textFilter": "", + "trigger": { + "filter": "" + } + } + ], + "transformations": [ + { + "id": "reduce", + "options": { + "includeTimeField": false, + "mode": "seriesToRows", + "reducers": [ + "lastNotNull" + ] + } + } + ] + } + ], + "refresh": "30s", + "schemaVersion": 42, + "tags": [ + "02-tekhnohim", + "zabbix", + "global-view" + ], + "templating": { + "list": [ + { + "current": { + "selected": true, + "text": "SERVEREXCH", + "value": "SERVEREXCH" + }, + "datasource": { + "type": "alexanderzobnin-zabbix-datasource", + "uid": "zabbix-02" + }, + "includeAll": false, + "label": "Computer (failed logons page)", + "multi": false, + "name": "computer", + "options": [], + "query": "Computers.*", + "refresh": 1, + "regex": "", + "type": "query" + } + ] + }, + "time": { + "from": "now-1h", + "to": "now" + }, + "timepicker": {}, + "timezone": "browser", + "title": "Zabbix — Global view", + "uid": "zabbix-global-view-02", + "version": 1, + "weekStart": "monday" +} +