Merge pull request #1896 from grafana/update-dashboards
Update example dashboards
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
"list": [
|
||||
{
|
||||
"builtIn": 1,
|
||||
"datasource": "-- Grafana --",
|
||||
"datasource": {
|
||||
"type": "datasource",
|
||||
"uid": "grafana"
|
||||
},
|
||||
"enable": true,
|
||||
"hide": true,
|
||||
"iconColor": "rgba(0, 211, 255, 1)",
|
||||
@@ -21,12 +24,15 @@
|
||||
"editable": true,
|
||||
"fiscalYearStartMonth": 0,
|
||||
"graphTooltip": 0,
|
||||
"iteration": 1651660898062,
|
||||
"links": [],
|
||||
"liveNow": false,
|
||||
"panels": [
|
||||
{
|
||||
"collapsed": false,
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 1,
|
||||
"w": 24,
|
||||
@@ -35,66 +41,158 @@
|
||||
},
|
||||
"id": 4,
|
||||
"panels": [],
|
||||
"targets": [
|
||||
{
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"refId": "A"
|
||||
}
|
||||
],
|
||||
"title": "CPU",
|
||||
"type": "row"
|
||||
},
|
||||
{
|
||||
"aliasColors": {
|
||||
"CPU iowait time": "#B7DBAB",
|
||||
"CPU system time": "#BF1B00",
|
||||
"CPU user time": "#EAB839"
|
||||
},
|
||||
"bars": false,
|
||||
"dashLength": 10,
|
||||
"dashes": false,
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"editable": true,
|
||||
"error": false,
|
||||
"fill": 3,
|
||||
"fillGradient": 0,
|
||||
"grid": {},
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"color": {
|
||||
"mode": "palette-classic"
|
||||
},
|
||||
"custom": {
|
||||
"axisCenteredZero": false,
|
||||
"axisColorMode": "text",
|
||||
"axisLabel": "",
|
||||
"axisPlacement": "auto",
|
||||
"barAlignment": 0,
|
||||
"drawStyle": "line",
|
||||
"fillOpacity": 30,
|
||||
"gradientMode": "none",
|
||||
"hideFrom": {
|
||||
"legend": false,
|
||||
"tooltip": false,
|
||||
"viz": false
|
||||
},
|
||||
"insertNulls": false,
|
||||
"lineInterpolation": "linear",
|
||||
"lineWidth": 1,
|
||||
"pointSize": 5,
|
||||
"scaleDistribution": {
|
||||
"type": "linear"
|
||||
},
|
||||
"showPoints": "never",
|
||||
"spanNulls": true,
|
||||
"stacking": {
|
||||
"group": "A",
|
||||
"mode": "normal"
|
||||
},
|
||||
"thresholdsStyle": {
|
||||
"mode": "off"
|
||||
}
|
||||
},
|
||||
"mappings": [],
|
||||
"max": 100,
|
||||
"min": 0,
|
||||
"thresholds": {
|
||||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "green",
|
||||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "red",
|
||||
"value": 80
|
||||
}
|
||||
]
|
||||
},
|
||||
"unit": "percent"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "CPU iowait time"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "color",
|
||||
"value": {
|
||||
"fixedColor": "#B7DBAB",
|
||||
"mode": "fixed"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "CPU system time"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "color",
|
||||
"value": {
|
||||
"fixedColor": "#BF1B00",
|
||||
"mode": "fixed"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "CPU user time"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "color",
|
||||
"value": {
|
||||
"fixedColor": "#EAB839",
|
||||
"mode": "fixed"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 7,
|
||||
"w": 12,
|
||||
"x": 0,
|
||||
"y": 1
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 1,
|
||||
"legend": {
|
||||
"avg": false,
|
||||
"current": false,
|
||||
"max": false,
|
||||
"min": false,
|
||||
"show": true,
|
||||
"total": false,
|
||||
"values": false
|
||||
},
|
||||
"lines": true,
|
||||
"linewidth": 1,
|
||||
"links": [],
|
||||
"nullPointMode": "connected",
|
||||
"options": {
|
||||
"alertThreshold": true
|
||||
"legend": {
|
||||
"calcs": [],
|
||||
"displayMode": "list",
|
||||
"placement": "bottom",
|
||||
"showLegend": true
|
||||
},
|
||||
"tooltip": {
|
||||
"mode": "multi",
|
||||
"sort": "none"
|
||||
}
|
||||
},
|
||||
"percentage": false,
|
||||
"pluginVersion": "8.4.7",
|
||||
"pointradius": 2,
|
||||
"points": false,
|
||||
"renderer": "flot",
|
||||
"seriesOverrides": [],
|
||||
"spaceLength": 10,
|
||||
"stack": true,
|
||||
"steppedLine": false,
|
||||
"pluginVersion": "10.1.2",
|
||||
"targets": [
|
||||
{
|
||||
"application": {
|
||||
"filter": "CPU"
|
||||
},
|
||||
"countTriggers": true,
|
||||
"countTriggersBy": "",
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"evaltype": "0",
|
||||
"functions": [],
|
||||
"group": {
|
||||
"filter": "$group"
|
||||
@@ -105,102 +203,153 @@
|
||||
"item": {
|
||||
"filter": "/CPU/"
|
||||
},
|
||||
"itemTag": {
|
||||
"filter": ""
|
||||
},
|
||||
"macro": {
|
||||
"filter": ""
|
||||
},
|
||||
"minSeverity": 3,
|
||||
"mode": 0,
|
||||
"options": {
|
||||
"showDisabledItems": false
|
||||
"count": false,
|
||||
"disableDataAlignment": false,
|
||||
"showDisabledItems": false,
|
||||
"skipEmptyValues": false,
|
||||
"useTrends": "default",
|
||||
"useZabbixValueMapping": false
|
||||
},
|
||||
"refId": "A"
|
||||
"proxy": {
|
||||
"filter": ""
|
||||
},
|
||||
"queryType": "0",
|
||||
"refId": "A",
|
||||
"resultFormat": "time_series",
|
||||
"schema": 12,
|
||||
"table": {
|
||||
"skipEmptyValues": false
|
||||
},
|
||||
"tags": {
|
||||
"filter": ""
|
||||
},
|
||||
"textFilter": "",
|
||||
"trigger": {
|
||||
"filter": ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"thresholds": [],
|
||||
"timeRegions": [],
|
||||
"title": "CPU",
|
||||
"tooltip": {
|
||||
"msResolution": false,
|
||||
"shared": true,
|
||||
"sort": 0,
|
||||
"value_type": "individual"
|
||||
},
|
||||
"type": "graph",
|
||||
"xaxis": {
|
||||
"mode": "time",
|
||||
"show": true,
|
||||
"values": []
|
||||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "percent",
|
||||
"logBase": 1,
|
||||
"max": 100,
|
||||
"min": 0,
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"format": "short",
|
||||
"logBase": 1,
|
||||
"show": true
|
||||
}
|
||||
],
|
||||
"yaxis": {
|
||||
"align": false
|
||||
}
|
||||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
"aliasColors": {
|
||||
"Processor load (1 min average per core)": "#1F78C1"
|
||||
},
|
||||
"bars": false,
|
||||
"dashLength": 10,
|
||||
"dashes": false,
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"editable": true,
|
||||
"error": false,
|
||||
"fill": 1,
|
||||
"fillGradient": 0,
|
||||
"grid": {},
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"color": {
|
||||
"mode": "palette-classic"
|
||||
},
|
||||
"custom": {
|
||||
"axisCenteredZero": false,
|
||||
"axisColorMode": "text",
|
||||
"axisLabel": "",
|
||||
"axisPlacement": "auto",
|
||||
"barAlignment": 0,
|
||||
"drawStyle": "line",
|
||||
"fillOpacity": 10,
|
||||
"gradientMode": "none",
|
||||
"hideFrom": {
|
||||
"legend": false,
|
||||
"tooltip": false,
|
||||
"viz": false
|
||||
},
|
||||
"insertNulls": false,
|
||||
"lineInterpolation": "linear",
|
||||
"lineWidth": 2,
|
||||
"pointSize": 5,
|
||||
"scaleDistribution": {
|
||||
"type": "linear"
|
||||
},
|
||||
"showPoints": "never",
|
||||
"spanNulls": true,
|
||||
"stacking": {
|
||||
"group": "A",
|
||||
"mode": "none"
|
||||
},
|
||||
"thresholdsStyle": {
|
||||
"mode": "off"
|
||||
}
|
||||
},
|
||||
"mappings": [],
|
||||
"min": 0,
|
||||
"thresholds": {
|
||||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "green",
|
||||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "red",
|
||||
"value": 80
|
||||
}
|
||||
]
|
||||
},
|
||||
"unit": "short"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Processor load (1 min average per core)"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "color",
|
||||
"value": {
|
||||
"fixedColor": "#1F78C1",
|
||||
"mode": "fixed"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 7,
|
||||
"w": 12,
|
||||
"x": 12,
|
||||
"y": 1
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 2,
|
||||
"legend": {
|
||||
"avg": false,
|
||||
"current": false,
|
||||
"max": false,
|
||||
"min": false,
|
||||
"show": true,
|
||||
"total": false,
|
||||
"values": false
|
||||
},
|
||||
"lines": true,
|
||||
"linewidth": 2,
|
||||
"links": [],
|
||||
"nullPointMode": "connected",
|
||||
"options": {
|
||||
"alertThreshold": true
|
||||
"legend": {
|
||||
"calcs": [],
|
||||
"displayMode": "list",
|
||||
"placement": "bottom",
|
||||
"showLegend": true
|
||||
},
|
||||
"tooltip": {
|
||||
"mode": "multi",
|
||||
"sort": "none"
|
||||
}
|
||||
},
|
||||
"percentage": false,
|
||||
"pluginVersion": "8.4.7",
|
||||
"pointradius": 5,
|
||||
"points": false,
|
||||
"renderer": "flot",
|
||||
"seriesOverrides": [],
|
||||
"spaceLength": 10,
|
||||
"stack": false,
|
||||
"steppedLine": false,
|
||||
"pluginVersion": "10.1.2",
|
||||
"targets": [
|
||||
{
|
||||
"application": {
|
||||
"filter": "CPU"
|
||||
},
|
||||
"countTriggers": true,
|
||||
"countTriggersBy": "",
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"evaltype": "0",
|
||||
"functions": [],
|
||||
"group": {
|
||||
"filter": "$group"
|
||||
@@ -211,48 +360,50 @@
|
||||
"item": {
|
||||
"filter": "Processor load (15 min average per core)"
|
||||
},
|
||||
"itemTag": {
|
||||
"filter": ""
|
||||
},
|
||||
"macro": {
|
||||
"filter": ""
|
||||
},
|
||||
"minSeverity": 3,
|
||||
"mode": 0,
|
||||
"options": {
|
||||
"showDisabledItems": false
|
||||
"count": false,
|
||||
"disableDataAlignment": false,
|
||||
"showDisabledItems": false,
|
||||
"skipEmptyValues": false,
|
||||
"useTrends": "default",
|
||||
"useZabbixValueMapping": false
|
||||
},
|
||||
"refId": "A"
|
||||
"proxy": {
|
||||
"filter": ""
|
||||
},
|
||||
"queryType": "0",
|
||||
"refId": "A",
|
||||
"resultFormat": "time_series",
|
||||
"schema": 12,
|
||||
"table": {
|
||||
"skipEmptyValues": false
|
||||
},
|
||||
"tags": {
|
||||
"filter": ""
|
||||
},
|
||||
"textFilter": "",
|
||||
"trigger": {
|
||||
"filter": ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"thresholds": [],
|
||||
"timeRegions": [],
|
||||
"title": "System load",
|
||||
"tooltip": {
|
||||
"msResolution": false,
|
||||
"shared": true,
|
||||
"sort": 0,
|
||||
"value_type": "cumulative"
|
||||
},
|
||||
"type": "graph",
|
||||
"xaxis": {
|
||||
"mode": "time",
|
||||
"show": true,
|
||||
"values": []
|
||||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "short",
|
||||
"logBase": 1,
|
||||
"min": 0,
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"format": "short",
|
||||
"logBase": 1,
|
||||
"show": true
|
||||
}
|
||||
],
|
||||
"yaxis": {
|
||||
"align": false
|
||||
}
|
||||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
"collapsed": false,
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 1,
|
||||
"w": 24,
|
||||
@@ -261,71 +412,124 @@
|
||||
},
|
||||
"id": 5,
|
||||
"panels": [],
|
||||
"targets": [
|
||||
{
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"refId": "A"
|
||||
}
|
||||
],
|
||||
"title": "Network",
|
||||
"type": "row"
|
||||
},
|
||||
{
|
||||
"aliasColors": {},
|
||||
"bars": false,
|
||||
"dashLength": 10,
|
||||
"dashes": false,
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"editable": true,
|
||||
"error": false,
|
||||
"fill": 3,
|
||||
"fillGradient": 0,
|
||||
"grid": {},
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"color": {
|
||||
"mode": "palette-classic"
|
||||
},
|
||||
"custom": {
|
||||
"axisCenteredZero": false,
|
||||
"axisColorMode": "text",
|
||||
"axisLabel": "",
|
||||
"axisPlacement": "auto",
|
||||
"barAlignment": 0,
|
||||
"drawStyle": "line",
|
||||
"fillOpacity": 30,
|
||||
"gradientMode": "none",
|
||||
"hideFrom": {
|
||||
"legend": false,
|
||||
"tooltip": false,
|
||||
"viz": false
|
||||
},
|
||||
"insertNulls": false,
|
||||
"lineInterpolation": "linear",
|
||||
"lineWidth": 2,
|
||||
"pointSize": 5,
|
||||
"scaleDistribution": {
|
||||
"type": "linear"
|
||||
},
|
||||
"showPoints": "never",
|
||||
"spanNulls": true,
|
||||
"stacking": {
|
||||
"group": "A",
|
||||
"mode": "none"
|
||||
},
|
||||
"thresholdsStyle": {
|
||||
"mode": "off"
|
||||
}
|
||||
},
|
||||
"mappings": [],
|
||||
"thresholds": {
|
||||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "green",
|
||||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "red",
|
||||
"value": 80
|
||||
}
|
||||
]
|
||||
},
|
||||
"unit": "bps"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byRegexp",
|
||||
"options": "/Incoming/"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "custom.transform",
|
||||
"value": "negative-Y"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 7,
|
||||
"w": 24,
|
||||
"x": 0,
|
||||
"y": 9
|
||||
},
|
||||
"hiddenSeries": false,
|
||||
"id": 3,
|
||||
"legend": {
|
||||
"alignAsTable": false,
|
||||
"avg": false,
|
||||
"current": false,
|
||||
"max": false,
|
||||
"min": false,
|
||||
"rightSide": false,
|
||||
"show": true,
|
||||
"total": false,
|
||||
"values": false
|
||||
},
|
||||
"lines": true,
|
||||
"linewidth": 2,
|
||||
"links": [],
|
||||
"maxPerRow": 3,
|
||||
"nullPointMode": "connected",
|
||||
"options": {
|
||||
"alertThreshold": true
|
||||
},
|
||||
"percentage": false,
|
||||
"pluginVersion": "8.4.7",
|
||||
"pointradius": 5,
|
||||
"points": false,
|
||||
"renderer": "flot",
|
||||
"repeat": "netif",
|
||||
"seriesOverrides": [
|
||||
{
|
||||
"alias": "/Incoming/",
|
||||
"transform": "negative-Y"
|
||||
"legend": {
|
||||
"calcs": [],
|
||||
"displayMode": "list",
|
||||
"placement": "bottom",
|
||||
"showLegend": true
|
||||
},
|
||||
"tooltip": {
|
||||
"mode": "multi",
|
||||
"sort": "none"
|
||||
}
|
||||
],
|
||||
"spaceLength": 10,
|
||||
"stack": false,
|
||||
"steppedLine": false,
|
||||
},
|
||||
"pluginVersion": "10.1.2",
|
||||
"repeat": "netif",
|
||||
"targets": [
|
||||
{
|
||||
"application": {
|
||||
"filter": ""
|
||||
},
|
||||
"countTriggers": true,
|
||||
"countTriggersBy": "",
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"evaltype": "0",
|
||||
"functions": [],
|
||||
"group": {
|
||||
"filter": "$group"
|
||||
@@ -336,61 +540,58 @@
|
||||
"item": {
|
||||
"filter": "/$netif/"
|
||||
},
|
||||
"itemTag": {
|
||||
"filter": ""
|
||||
},
|
||||
"macro": {
|
||||
"filter": ""
|
||||
},
|
||||
"minSeverity": 3,
|
||||
"mode": 0,
|
||||
"options": {
|
||||
"showDisabledItems": false
|
||||
"count": false,
|
||||
"disableDataAlignment": false,
|
||||
"showDisabledItems": false,
|
||||
"skipEmptyValues": false,
|
||||
"useTrends": "default",
|
||||
"useZabbixValueMapping": false
|
||||
},
|
||||
"refId": "A"
|
||||
"proxy": {
|
||||
"filter": ""
|
||||
},
|
||||
"queryType": "0",
|
||||
"refId": "A",
|
||||
"resultFormat": "time_series",
|
||||
"schema": 12,
|
||||
"table": {
|
||||
"skipEmptyValues": false
|
||||
},
|
||||
"tags": {
|
||||
"filter": ""
|
||||
},
|
||||
"textFilter": "",
|
||||
"trigger": {
|
||||
"filter": ""
|
||||
}
|
||||
}
|
||||
],
|
||||
"thresholds": [],
|
||||
"timeRegions": [],
|
||||
"title": "Network traffic on $netif",
|
||||
"tooltip": {
|
||||
"msResolution": false,
|
||||
"shared": true,
|
||||
"sort": 0,
|
||||
"value_type": "cumulative"
|
||||
},
|
||||
"type": "graph",
|
||||
"xaxis": {
|
||||
"mode": "time",
|
||||
"show": true,
|
||||
"values": []
|
||||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "bps",
|
||||
"logBase": 1,
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"format": "short",
|
||||
"logBase": 1,
|
||||
"show": true
|
||||
}
|
||||
],
|
||||
"yaxis": {
|
||||
"align": false
|
||||
}
|
||||
"type": "timeseries"
|
||||
}
|
||||
],
|
||||
"refresh": "",
|
||||
"revision": 1,
|
||||
"schemaVersion": 35,
|
||||
"schemaVersion": 38,
|
||||
"style": "dark",
|
||||
"tags": [
|
||||
"zabbix",
|
||||
"example"
|
||||
],
|
||||
"tags": ["zabbix", "example"],
|
||||
"templating": {
|
||||
"list": [
|
||||
{
|
||||
"allFormat": "regex values",
|
||||
"current": {
|
||||
"selected": true,
|
||||
"text": "Backend",
|
||||
"value": "Backend"
|
||||
"text": "Frontend",
|
||||
"value": "Frontend"
|
||||
},
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
@@ -424,9 +625,9 @@
|
||||
{
|
||||
"allFormat": "glob",
|
||||
"current": {
|
||||
"selected": true,
|
||||
"text": "backend01",
|
||||
"value": "backend01"
|
||||
"selected": false,
|
||||
"text": "frontend01",
|
||||
"value": "frontend01"
|
||||
},
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
@@ -460,9 +661,9 @@
|
||||
{
|
||||
"allFormat": "regex values",
|
||||
"current": {
|
||||
"selected": false,
|
||||
"text": "All",
|
||||
"value": "$__all"
|
||||
"selected": true,
|
||||
"text": ["All"],
|
||||
"value": ["$__all"]
|
||||
},
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
@@ -502,28 +703,8 @@
|
||||
},
|
||||
"timepicker": {
|
||||
"now": true,
|
||||
"refresh_intervals": [
|
||||
"30s",
|
||||
"1m",
|
||||
"5m",
|
||||
"15m",
|
||||
"30m",
|
||||
"1h",
|
||||
"3h",
|
||||
"2h",
|
||||
"1d"
|
||||
],
|
||||
"time_options": [
|
||||
"5m",
|
||||
"15m",
|
||||
"1h",
|
||||
"6h",
|
||||
"12h",
|
||||
"24h",
|
||||
"2d",
|
||||
"7d",
|
||||
"30d"
|
||||
]
|
||||
"refresh_intervals": ["30s", "1m", "5m", "15m", "30m", "1h", "3h", "2h", "1d"],
|
||||
"time_options": ["5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d"]
|
||||
},
|
||||
"timezone": "browser",
|
||||
"title": "Template Linux Server",
|
||||
|
||||
@@ -3,7 +3,10 @@
|
||||
"list": [
|
||||
{
|
||||
"builtIn": 1,
|
||||
"datasource": "-- Grafana --",
|
||||
"datasource": {
|
||||
"type": "datasource",
|
||||
"uid": "grafana"
|
||||
},
|
||||
"enable": true,
|
||||
"hide": true,
|
||||
"iconColor": "rgba(0, 211, 255, 1)",
|
||||
@@ -21,7 +24,6 @@
|
||||
"editable": true,
|
||||
"fiscalYearStartMonth": 0,
|
||||
"graphTooltip": 0,
|
||||
"id": 3,
|
||||
"links": [],
|
||||
"liveNow": false,
|
||||
"panels": [
|
||||
@@ -30,6 +32,10 @@
|
||||
"ackField": true,
|
||||
"ageField": false,
|
||||
"customLastChangeFormat": false,
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"descriptionAtNewLine": false,
|
||||
"descriptionField": true,
|
||||
"fontSize": "100%",
|
||||
@@ -51,7 +57,82 @@
|
||||
"layout": "table",
|
||||
"markAckEvents": false,
|
||||
"okEventColor": "rgb(56, 189, 113)",
|
||||
"options": {
|
||||
"ackEventColor": "rgb(56, 219, 156)",
|
||||
"ackField": true,
|
||||
"ageField": false,
|
||||
"allowDangerousHTML": false,
|
||||
"customLastChangeFormat": false,
|
||||
"descriptionAtNewLine": false,
|
||||
"descriptionField": true,
|
||||
"fontSize": "100%",
|
||||
"highlightBackground": false,
|
||||
"highlightNewEvents": false,
|
||||
"highlightNewerThan": "1h",
|
||||
"hostField": true,
|
||||
"hostGroups": false,
|
||||
"hostProxy": false,
|
||||
"hostTechNameField": false,
|
||||
"lastChangeFormat": "",
|
||||
"layout": "table",
|
||||
"markAckEvents": false,
|
||||
"okEventColor": "rgb(56, 189, 113)",
|
||||
"opdataField": false,
|
||||
"pageSize": 10,
|
||||
"problemTimeline": true,
|
||||
"resizedColumns": [],
|
||||
"severityField": true,
|
||||
"showTags": true,
|
||||
"sortProblems": "lastchange",
|
||||
"statusField": true,
|
||||
"statusIcon": false,
|
||||
"triggerSeverity": [
|
||||
{
|
||||
"$$hashKey": "object:127",
|
||||
"color": "rgb(108, 108, 108)",
|
||||
"priority": 0,
|
||||
"severity": "Not classified",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"$$hashKey": "object:128",
|
||||
"color": "rgb(120, 158, 183)",
|
||||
"priority": 1,
|
||||
"severity": "Information",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"$$hashKey": "object:129",
|
||||
"color": "rgb(175, 180, 36)",
|
||||
"priority": 2,
|
||||
"severity": "Warning",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"$$hashKey": "object:130",
|
||||
"color": "rgb(255, 137, 30)",
|
||||
"priority": 3,
|
||||
"severity": "Average",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"$$hashKey": "object:131",
|
||||
"color": "rgb(255, 101, 72)",
|
||||
"priority": 4,
|
||||
"severity": "High",
|
||||
"show": true
|
||||
},
|
||||
{
|
||||
"$$hashKey": "object:132",
|
||||
"color": "rgb(215, 0, 0)",
|
||||
"priority": 5,
|
||||
"severity": "Disaster",
|
||||
"show": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"pageSize": 10,
|
||||
"pluginVersion": "10.1.2",
|
||||
"problemTimeline": true,
|
||||
"resizedColumns": [],
|
||||
"schemaVersion": 8,
|
||||
@@ -65,10 +146,12 @@
|
||||
"application": {
|
||||
"filter": ""
|
||||
},
|
||||
"countTriggersBy": "",
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"evaltype": "0",
|
||||
"functions": [],
|
||||
"group": {
|
||||
"filter": ""
|
||||
@@ -82,16 +165,22 @@
|
||||
"itemTag": {
|
||||
"filter": ""
|
||||
},
|
||||
"macro": {
|
||||
"filter": ""
|
||||
},
|
||||
"options": {
|
||||
"acknowledged": 2,
|
||||
"count": true,
|
||||
"disableDataAlignment": false,
|
||||
"hostProxy": false,
|
||||
"hostsInMaintenance": false,
|
||||
"limit": 1001,
|
||||
"minSeverity": 0,
|
||||
"minSeverity": 3,
|
||||
"showDisabledItems": false,
|
||||
"skipEmptyValues": false,
|
||||
"sortProblems": "default",
|
||||
"useTimeRange": false,
|
||||
"useTrends": "default",
|
||||
"useZabbixValueMapping": false
|
||||
},
|
||||
"proxy": {
|
||||
@@ -100,6 +189,7 @@
|
||||
"queryType": "5",
|
||||
"refId": "A",
|
||||
"resultFormat": "time_series",
|
||||
"schema": 12,
|
||||
"showProblems": "problems",
|
||||
"table": {
|
||||
"skipEmptyValues": false
|
||||
@@ -107,13 +197,12 @@
|
||||
"tags": {
|
||||
"filter": ""
|
||||
},
|
||||
"textFilter": "",
|
||||
"trigger": {
|
||||
"filter": ""
|
||||
},
|
||||
"triggers": {
|
||||
"acknowledged": 2,
|
||||
"count": true,
|
||||
"minSeverity": 3
|
||||
"acknowledged": 2
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -165,6 +254,10 @@
|
||||
"type": "alexanderzobnin-zabbix-triggers-panel"
|
||||
},
|
||||
{
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"color": {
|
||||
@@ -200,24 +293,24 @@
|
||||
"justifyMode": "auto",
|
||||
"orientation": "auto",
|
||||
"reduceOptions": {
|
||||
"calcs": [
|
||||
"lastNotNull"
|
||||
],
|
||||
"calcs": ["lastNotNull"],
|
||||
"fields": "/^Host$/",
|
||||
"values": false
|
||||
},
|
||||
"textMode": "value"
|
||||
},
|
||||
"pluginVersion": "8.4.7",
|
||||
"pluginVersion": "10.1.2",
|
||||
"targets": [
|
||||
{
|
||||
"application": {
|
||||
"filter": ""
|
||||
},
|
||||
"countTriggersBy": "",
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"evaltype": "0",
|
||||
"functions": [],
|
||||
"group": {
|
||||
"filter": "Linux servers"
|
||||
@@ -231,10 +324,16 @@
|
||||
"itemTag": {
|
||||
"filter": ""
|
||||
},
|
||||
"macro": {
|
||||
"filter": ""
|
||||
},
|
||||
"options": {
|
||||
"count": true,
|
||||
"disableDataAlignment": false,
|
||||
"minSeverity": 3,
|
||||
"showDisabledItems": false,
|
||||
"skipEmptyValues": false,
|
||||
"useTrends": "default",
|
||||
"useZabbixValueMapping": false
|
||||
},
|
||||
"proxy": {
|
||||
@@ -243,19 +342,19 @@
|
||||
"queryType": "2",
|
||||
"refId": "A",
|
||||
"resultFormat": "table",
|
||||
"schema": 12,
|
||||
"table": {
|
||||
"skipEmptyValues": false
|
||||
},
|
||||
"tags": {
|
||||
"filter": ""
|
||||
},
|
||||
"textFilter": "",
|
||||
"trigger": {
|
||||
"filter": ""
|
||||
},
|
||||
"triggers": {
|
||||
"acknowledged": 2,
|
||||
"count": true,
|
||||
"minSeverity": 3
|
||||
"acknowledged": 2
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -263,6 +362,10 @@
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"color": {
|
||||
@@ -298,24 +401,24 @@
|
||||
"justifyMode": "auto",
|
||||
"orientation": "auto",
|
||||
"reduceOptions": {
|
||||
"calcs": [
|
||||
"lastNotNull"
|
||||
],
|
||||
"calcs": ["lastNotNull"],
|
||||
"fields": "",
|
||||
"values": false
|
||||
},
|
||||
"textMode": "auto"
|
||||
},
|
||||
"pluginVersion": "8.4.7",
|
||||
"pluginVersion": "10.1.2",
|
||||
"targets": [
|
||||
{
|
||||
"application": {
|
||||
"filter": ""
|
||||
},
|
||||
"countTriggersBy": "",
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"evaltype": "0",
|
||||
"functions": [],
|
||||
"group": {
|
||||
"filter": "Zabbix servers"
|
||||
@@ -329,10 +432,16 @@
|
||||
"itemTag": {
|
||||
"filter": "component: cpu"
|
||||
},
|
||||
"macro": {
|
||||
"filter": ""
|
||||
},
|
||||
"options": {
|
||||
"count": true,
|
||||
"disableDataAlignment": false,
|
||||
"minSeverity": 3,
|
||||
"showDisabledItems": false,
|
||||
"skipEmptyValues": false,
|
||||
"useTrends": "default",
|
||||
"useZabbixValueMapping": false
|
||||
},
|
||||
"proxy": {
|
||||
@@ -341,19 +450,19 @@
|
||||
"queryType": "0",
|
||||
"refId": "A",
|
||||
"resultFormat": "time_series",
|
||||
"schema": 12,
|
||||
"table": {
|
||||
"skipEmptyValues": false
|
||||
},
|
||||
"tags": {
|
||||
"filter": ""
|
||||
},
|
||||
"textFilter": "",
|
||||
"trigger": {
|
||||
"filter": ""
|
||||
},
|
||||
"triggers": {
|
||||
"acknowledged": 2,
|
||||
"count": true,
|
||||
"minSeverity": 3
|
||||
"acknowledged": 2
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -361,12 +470,18 @@
|
||||
"type": "stat"
|
||||
},
|
||||
{
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"color": {
|
||||
"mode": "palette-classic"
|
||||
},
|
||||
"custom": {
|
||||
"axisCenteredZero": false,
|
||||
"axisColorMode": "text",
|
||||
"axisLabel": "",
|
||||
"axisPlacement": "auto",
|
||||
"barAlignment": 0,
|
||||
@@ -378,6 +493,7 @@
|
||||
"tooltip": false,
|
||||
"viz": false
|
||||
},
|
||||
"insertNulls": false,
|
||||
"lineInterpolation": "linear",
|
||||
"lineWidth": 1,
|
||||
"pointSize": 5,
|
||||
@@ -422,7 +538,8 @@
|
||||
"legend": {
|
||||
"calcs": [],
|
||||
"displayMode": "list",
|
||||
"placement": "bottom"
|
||||
"placement": "bottom",
|
||||
"showLegend": true
|
||||
},
|
||||
"tooltip": {
|
||||
"mode": "single",
|
||||
@@ -434,10 +551,12 @@
|
||||
"application": {
|
||||
"filter": ""
|
||||
},
|
||||
"countTriggersBy": "",
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"evaltype": "0",
|
||||
"functions": [],
|
||||
"group": {
|
||||
"filter": "Linux servers"
|
||||
@@ -451,10 +570,16 @@
|
||||
"itemTag": {
|
||||
"filter": ""
|
||||
},
|
||||
"macro": {
|
||||
"filter": ""
|
||||
},
|
||||
"options": {
|
||||
"count": true,
|
||||
"disableDataAlignment": false,
|
||||
"minSeverity": 3,
|
||||
"showDisabledItems": false,
|
||||
"skipEmptyValues": false,
|
||||
"useTrends": "default",
|
||||
"useZabbixValueMapping": false
|
||||
},
|
||||
"proxy": {
|
||||
@@ -463,19 +588,19 @@
|
||||
"queryType": "0",
|
||||
"refId": "A",
|
||||
"resultFormat": "time_series",
|
||||
"schema": 12,
|
||||
"table": {
|
||||
"skipEmptyValues": false
|
||||
},
|
||||
"tags": {
|
||||
"filter": ""
|
||||
},
|
||||
"textFilter": "",
|
||||
"trigger": {
|
||||
"filter": ""
|
||||
},
|
||||
"triggers": {
|
||||
"acknowledged": 2,
|
||||
"count": true,
|
||||
"minSeverity": 3
|
||||
"acknowledged": 2
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -483,12 +608,18 @@
|
||||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"color": {
|
||||
"mode": "palette-classic"
|
||||
},
|
||||
"custom": {
|
||||
"axisCenteredZero": false,
|
||||
"axisColorMode": "text",
|
||||
"axisLabel": "",
|
||||
"axisPlacement": "auto",
|
||||
"barAlignment": 0,
|
||||
@@ -500,6 +631,7 @@
|
||||
"tooltip": false,
|
||||
"viz": false
|
||||
},
|
||||
"insertNulls": false,
|
||||
"lineInterpolation": "linear",
|
||||
"lineWidth": 1,
|
||||
"pointSize": 5,
|
||||
@@ -579,7 +711,8 @@
|
||||
"legend": {
|
||||
"calcs": [],
|
||||
"displayMode": "list",
|
||||
"placement": "bottom"
|
||||
"placement": "bottom",
|
||||
"showLegend": true
|
||||
},
|
||||
"tooltip": {
|
||||
"mode": "single",
|
||||
@@ -630,28 +763,25 @@
|
||||
"filter": ""
|
||||
},
|
||||
"triggers": {
|
||||
"acknowledged": 2,
|
||||
"count": true,
|
||||
"minSeverity": 3
|
||||
"acknowledged": 2
|
||||
}
|
||||
},
|
||||
{
|
||||
"application": {
|
||||
"filter": ""
|
||||
},
|
||||
"countTriggersBy": "",
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"evaltype": "0",
|
||||
"functions": [
|
||||
{
|
||||
"$$hashKey": "object:577",
|
||||
"def": {
|
||||
"category": "Aggregate",
|
||||
"defaultParams": [
|
||||
"1m",
|
||||
"avg"
|
||||
],
|
||||
"defaultParams": ["1m", "avg"],
|
||||
"name": "aggregateBy",
|
||||
"params": [
|
||||
{
|
||||
@@ -660,24 +790,12 @@
|
||||
},
|
||||
{
|
||||
"name": "function",
|
||||
"options": [
|
||||
"avg",
|
||||
"min",
|
||||
"max",
|
||||
"sum",
|
||||
"count",
|
||||
"median",
|
||||
"first",
|
||||
"last"
|
||||
],
|
||||
"options": ["avg", "min", "max", "sum", "count", "median", "first", "last"],
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
},
|
||||
"params": [
|
||||
"5m",
|
||||
"median"
|
||||
],
|
||||
"params": ["5m", "median"],
|
||||
"text": "aggregateBy(5m, median)"
|
||||
},
|
||||
{
|
||||
@@ -693,9 +811,7 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"params": [
|
||||
"median"
|
||||
],
|
||||
"params": ["median"],
|
||||
"text": "setAlias(median)"
|
||||
}
|
||||
],
|
||||
@@ -712,10 +828,16 @@
|
||||
"itemTag": {
|
||||
"filter": ""
|
||||
},
|
||||
"macro": {
|
||||
"filter": ""
|
||||
},
|
||||
"options": {
|
||||
"count": true,
|
||||
"disableDataAlignment": false,
|
||||
"minSeverity": 3,
|
||||
"showDisabledItems": false,
|
||||
"skipEmptyValues": false,
|
||||
"useTrends": "default",
|
||||
"useZabbixValueMapping": false
|
||||
},
|
||||
"proxy": {
|
||||
@@ -724,19 +846,19 @@
|
||||
"queryType": "0",
|
||||
"refId": "B",
|
||||
"resultFormat": "time_series",
|
||||
"schema": 12,
|
||||
"table": {
|
||||
"skipEmptyValues": false
|
||||
},
|
||||
"tags": {
|
||||
"filter": ""
|
||||
},
|
||||
"textFilter": "",
|
||||
"trigger": {
|
||||
"filter": ""
|
||||
},
|
||||
"triggers": {
|
||||
"acknowledged": 2,
|
||||
"count": true,
|
||||
"minSeverity": 3
|
||||
"acknowledged": 2
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -744,6 +866,10 @@
|
||||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"color": {
|
||||
@@ -751,6 +877,8 @@
|
||||
"seriesBy": "last"
|
||||
},
|
||||
"custom": {
|
||||
"axisCenteredZero": false,
|
||||
"axisColorMode": "text",
|
||||
"axisLabel": "",
|
||||
"axisPlacement": "auto",
|
||||
"axisSoftMin": 0,
|
||||
@@ -763,6 +891,7 @@
|
||||
"tooltip": false,
|
||||
"viz": false
|
||||
},
|
||||
"insertNulls": false,
|
||||
"lineInterpolation": "smooth",
|
||||
"lineWidth": 2,
|
||||
"pointSize": 5,
|
||||
@@ -807,7 +936,8 @@
|
||||
"legend": {
|
||||
"calcs": [],
|
||||
"displayMode": "list",
|
||||
"placement": "bottom"
|
||||
"placement": "bottom",
|
||||
"showLegend": true
|
||||
},
|
||||
"tooltip": {
|
||||
"mode": "single",
|
||||
@@ -819,10 +949,12 @@
|
||||
"application": {
|
||||
"filter": ""
|
||||
},
|
||||
"countTriggersBy": "",
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"evaltype": "0",
|
||||
"functions": [],
|
||||
"group": {
|
||||
"filter": "Zabbix servers"
|
||||
@@ -836,10 +968,16 @@
|
||||
"itemTag": {
|
||||
"filter": "component: cpu"
|
||||
},
|
||||
"macro": {
|
||||
"filter": ""
|
||||
},
|
||||
"options": {
|
||||
"count": true,
|
||||
"disableDataAlignment": false,
|
||||
"minSeverity": 3,
|
||||
"showDisabledItems": false,
|
||||
"skipEmptyValues": false,
|
||||
"useTrends": "default",
|
||||
"useZabbixValueMapping": false
|
||||
},
|
||||
"proxy": {
|
||||
@@ -848,19 +986,19 @@
|
||||
"queryType": "0",
|
||||
"refId": "A",
|
||||
"resultFormat": "time_series",
|
||||
"schema": 12,
|
||||
"table": {
|
||||
"skipEmptyValues": false
|
||||
},
|
||||
"tags": {
|
||||
"filter": ""
|
||||
},
|
||||
"textFilter": "",
|
||||
"trigger": {
|
||||
"filter": ""
|
||||
},
|
||||
"triggers": {
|
||||
"acknowledged": 2,
|
||||
"count": true,
|
||||
"minSeverity": 3
|
||||
"acknowledged": 2
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -868,6 +1006,10 @@
|
||||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"color": {
|
||||
@@ -875,6 +1017,8 @@
|
||||
"seriesBy": "last"
|
||||
},
|
||||
"custom": {
|
||||
"axisCenteredZero": false,
|
||||
"axisColorMode": "text",
|
||||
"axisLabel": "",
|
||||
"axisPlacement": "auto",
|
||||
"axisSoftMin": 0,
|
||||
@@ -887,6 +1031,7 @@
|
||||
"tooltip": false,
|
||||
"viz": false
|
||||
},
|
||||
"insertNulls": false,
|
||||
"lineInterpolation": "smooth",
|
||||
"lineWidth": 1,
|
||||
"pointSize": 5,
|
||||
@@ -947,8 +1092,9 @@
|
||||
"options": {
|
||||
"legend": {
|
||||
"calcs": [],
|
||||
"displayMode": "hidden",
|
||||
"placement": "bottom"
|
||||
"displayMode": "list",
|
||||
"placement": "bottom",
|
||||
"showLegend": false
|
||||
},
|
||||
"tooltip": {
|
||||
"mode": "single",
|
||||
@@ -960,10 +1106,12 @@
|
||||
"application": {
|
||||
"filter": ""
|
||||
},
|
||||
"countTriggersBy": "",
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "PCAF1C06DCF802728"
|
||||
},
|
||||
"evaltype": "0",
|
||||
"functions": [],
|
||||
"group": {
|
||||
"filter": "Linux servers"
|
||||
@@ -977,10 +1125,16 @@
|
||||
"itemTag": {
|
||||
"filter": ""
|
||||
},
|
||||
"macro": {
|
||||
"filter": ""
|
||||
},
|
||||
"options": {
|
||||
"count": true,
|
||||
"disableDataAlignment": false,
|
||||
"minSeverity": 3,
|
||||
"showDisabledItems": false,
|
||||
"skipEmptyValues": false,
|
||||
"useTrends": "default",
|
||||
"useZabbixValueMapping": false
|
||||
},
|
||||
"proxy": {
|
||||
@@ -989,19 +1143,19 @@
|
||||
"queryType": "0",
|
||||
"refId": "A",
|
||||
"resultFormat": "time_series",
|
||||
"schema": 12,
|
||||
"table": {
|
||||
"skipEmptyValues": false
|
||||
},
|
||||
"tags": {
|
||||
"filter": ""
|
||||
},
|
||||
"textFilter": "",
|
||||
"trigger": {
|
||||
"filter": ""
|
||||
},
|
||||
"triggers": {
|
||||
"acknowledged": 2,
|
||||
"count": true,
|
||||
"minSeverity": 3
|
||||
"acknowledged": 2
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -1009,7 +1163,8 @@
|
||||
"type": "timeseries"
|
||||
}
|
||||
],
|
||||
"schemaVersion": 35,
|
||||
"refresh": "",
|
||||
"schemaVersion": 38,
|
||||
"style": "dark",
|
||||
"tags": [],
|
||||
"templating": {
|
||||
@@ -1023,6 +1178,6 @@
|
||||
"timezone": "",
|
||||
"title": "Zabbix data source features",
|
||||
"uid": "u9mWZdlnk",
|
||||
"version": 6,
|
||||
"version": 1,
|
||||
"weekStart": ""
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
|
||||
# Zabbix
|
||||
zabbix-server:
|
||||
image: zabbix/zabbix-server-pgsql:alpine-trunk
|
||||
image: zabbix/zabbix-server-pgsql:alpine-7.0-latest
|
||||
ports:
|
||||
- '10051:10051'
|
||||
depends_on:
|
||||
@@ -32,7 +32,7 @@ services:
|
||||
ZBX_DEBUGLEVEL: 3
|
||||
|
||||
zabbix-web:
|
||||
image: zabbix/zabbix-web-apache-pgsql:alpine-trunk
|
||||
image: zabbix/zabbix-web-apache-pgsql:alpine-7.0-latest
|
||||
ports:
|
||||
- '8188:8080'
|
||||
depends_on:
|
||||
@@ -57,7 +57,7 @@ services:
|
||||
POSTGRES_PASSWORD: zabbix
|
||||
|
||||
zabbix-agent:
|
||||
image: zabbix/zabbix-agent:alpine-trunk
|
||||
image: zabbix/zabbix-agent:alpine-7.0-latest
|
||||
environment:
|
||||
ZBX_SERVER_HOST: zabbix-server
|
||||
ZBX_SERVER_PORT: 10051
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,339 +1,605 @@
|
||||
{
|
||||
"__inputs": [
|
||||
{
|
||||
"name": "DS_NAME",
|
||||
"name": "DS_ZABBIX",
|
||||
"label": "Zabbix",
|
||||
"description": "",
|
||||
"type": "datasource",
|
||||
"pluginId": "alexanderzobnin-zabbix-datasource"
|
||||
"pluginId": "alexanderzobnin-zabbix-datasource",
|
||||
"pluginName": "Zabbix"
|
||||
}
|
||||
],
|
||||
"title": "Zabbix System Status",
|
||||
"revision": "1.0",
|
||||
"annotations": {
|
||||
"list": []
|
||||
},
|
||||
"editable": true,
|
||||
"gnetId": null,
|
||||
"graphTooltip": 0,
|
||||
"hideControls": false,
|
||||
"id": null,
|
||||
"links": [],
|
||||
"rows": [
|
||||
"__elements": {},
|
||||
"__requires": [
|
||||
{
|
||||
"collapse": false,
|
||||
"height": 250,
|
||||
"panels": [
|
||||
{
|
||||
"columns": [],
|
||||
"datasource": "${DS_NAME}",
|
||||
"fontSize": "100%",
|
||||
"id": 9,
|
||||
"links": [],
|
||||
"pageSize": null,
|
||||
"scroll": true,
|
||||
"showHeader": true,
|
||||
"sort": {
|
||||
"col": 0,
|
||||
"desc": true
|
||||
},
|
||||
"span": 12,
|
||||
"styles": [
|
||||
{
|
||||
"alias": "Time",
|
||||
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"pattern": "Time",
|
||||
"type": "date"
|
||||
},
|
||||
{
|
||||
"alias": "",
|
||||
"colorMode": "cell",
|
||||
"colors": [
|
||||
"rgba(45, 172, 121, 0.97)",
|
||||
"rgba(45, 172, 121, 0.97)",
|
||||
"#58140c"
|
||||
],
|
||||
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"decimals": 0,
|
||||
"pattern": "Disaster",
|
||||
"thresholds": [
|
||||
"0",
|
||||
"1"
|
||||
],
|
||||
"type": "number",
|
||||
"unit": "none"
|
||||
},
|
||||
{
|
||||
"alias": "",
|
||||
"colorMode": "cell",
|
||||
"colors": [
|
||||
"#99440a",
|
||||
"rgba(45, 172, 121, 0.97)",
|
||||
"#99440a"
|
||||
],
|
||||
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"decimals": 0,
|
||||
"pattern": "High",
|
||||
"thresholds": [
|
||||
"0",
|
||||
"1"
|
||||
],
|
||||
"type": "number",
|
||||
"unit": "short"
|
||||
},
|
||||
{
|
||||
"alias": "",
|
||||
"colorMode": "cell",
|
||||
"colors": [
|
||||
"rgba(50, 172, 45, 0.97)",
|
||||
"rgba(45, 172, 121, 0.97)",
|
||||
"#c15c17"
|
||||
],
|
||||
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"decimals": 0,
|
||||
"pattern": "Average",
|
||||
"thresholds": [
|
||||
"0",
|
||||
"1"
|
||||
],
|
||||
"type": "number",
|
||||
"unit": "short"
|
||||
},
|
||||
{
|
||||
"alias": "",
|
||||
"colorMode": "cell",
|
||||
"colors": [
|
||||
"rgba(50, 172, 45, 0.97)",
|
||||
"rgba(45, 172, 121, 0.97)",
|
||||
"#cca300"
|
||||
],
|
||||
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"decimals": 0,
|
||||
"pattern": "Warning",
|
||||
"thresholds": [
|
||||
"0",
|
||||
"1"
|
||||
],
|
||||
"type": "number",
|
||||
"unit": "short"
|
||||
},
|
||||
{
|
||||
"alias": "",
|
||||
"colorMode": "cell",
|
||||
"colors": [
|
||||
"rgba(50, 172, 45, 0.97)",
|
||||
"rgba(45, 172, 121, 0.97)",
|
||||
"#64b0c8"
|
||||
],
|
||||
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"decimals": 0,
|
||||
"pattern": "Information",
|
||||
"thresholds": [
|
||||
"0",
|
||||
"1"
|
||||
],
|
||||
"type": "number",
|
||||
"unit": "short"
|
||||
},
|
||||
{
|
||||
"alias": "",
|
||||
"colorMode": "cell",
|
||||
"colors": [
|
||||
"rgba(50, 172, 45, 0.97)",
|
||||
"rgba(45, 172, 121, 0.97)",
|
||||
"rgb(176, 176, 176)"
|
||||
],
|
||||
"dateFormat": "YYYY-MM-DD HH:mm:ss",
|
||||
"decimals": 0,
|
||||
"pattern": "Not classified",
|
||||
"thresholds": [
|
||||
"0",
|
||||
"1"
|
||||
],
|
||||
"type": "number",
|
||||
"unit": "short"
|
||||
},
|
||||
{
|
||||
"alias": "",
|
||||
"colorMode": null,
|
||||
"colors": [
|
||||
"rgba(245, 54, 54, 0.9)",
|
||||
"rgba(237, 129, 40, 0.89)",
|
||||
"rgba(50, 172, 45, 0.97)"
|
||||
],
|
||||
"decimals": 0,
|
||||
"pattern": "/.*/",
|
||||
"thresholds": [],
|
||||
"type": "number",
|
||||
"unit": "none"
|
||||
}
|
||||
],
|
||||
"targets": [
|
||||
{
|
||||
"application": {
|
||||
"filter": ""
|
||||
},
|
||||
"functions": [],
|
||||
"group": {
|
||||
"filter": "/.*/"
|
||||
},
|
||||
"host": {
|
||||
"filter": "/.*/"
|
||||
},
|
||||
"item": {
|
||||
"filter": ""
|
||||
},
|
||||
"mode": 4,
|
||||
"triggers": {
|
||||
"count": false,
|
||||
"minSeverity": 0,
|
||||
"acknowledged": 2
|
||||
},
|
||||
"refId": "A",
|
||||
"target": ""
|
||||
}
|
||||
],
|
||||
"title": "System status",
|
||||
"transform": "table",
|
||||
"type": "table"
|
||||
}
|
||||
],
|
||||
"repeat": null,
|
||||
"repeatIteration": null,
|
||||
"repeatRowId": null,
|
||||
"showTitle": false,
|
||||
"title": "Dashboard Row",
|
||||
"titleSize": "h6"
|
||||
"type": "datasource",
|
||||
"id": "alexanderzobnin-zabbix-datasource",
|
||||
"name": "Zabbix",
|
||||
"version": "4.5.5"
|
||||
},
|
||||
{
|
||||
"collapse": false,
|
||||
"height": "150px",
|
||||
"panels": [
|
||||
{
|
||||
"cacheTimeout": null,
|
||||
"colorBackground": true,
|
||||
"colorValue": false,
|
||||
"colors": [
|
||||
"rgba(50, 172, 45, 0.97)",
|
||||
"rgba(16, 154, 113, 0.97)",
|
||||
"#890f02"
|
||||
],
|
||||
"datasource": "${DS_NAME}",
|
||||
"format": "none",
|
||||
"gauge": {
|
||||
"maxValue": 100,
|
||||
"minValue": 0,
|
||||
"show": false,
|
||||
"thresholdLabels": false,
|
||||
"thresholdMarkers": true
|
||||
},
|
||||
"id": 1,
|
||||
"interval": null,
|
||||
"links": [],
|
||||
"mappingType": 1,
|
||||
"mappingTypes": [
|
||||
{
|
||||
"name": "value to text",
|
||||
"value": 1
|
||||
},
|
||||
{
|
||||
"name": "range to text",
|
||||
"value": 2
|
||||
}
|
||||
],
|
||||
"maxDataPoints": 100,
|
||||
"minSpan": 2,
|
||||
"nullPointMode": "connected",
|
||||
"nullText": null,
|
||||
"postfix": "",
|
||||
"postfixFontSize": "50%",
|
||||
"prefix": "",
|
||||
"prefixFontSize": "50%",
|
||||
"rangeMaps": [
|
||||
{
|
||||
"from": "null",
|
||||
"text": "N/A",
|
||||
"to": "null"
|
||||
}
|
||||
],
|
||||
"repeat": "group",
|
||||
"span": 2,
|
||||
"sparkline": {
|
||||
"fillColor": "rgba(31, 118, 189, 0.18)",
|
||||
"full": false,
|
||||
"lineColor": "rgb(31, 120, 193)",
|
||||
"show": false
|
||||
},
|
||||
"tableColumn": "",
|
||||
"targets": [
|
||||
{
|
||||
"application": {
|
||||
"filter": ""
|
||||
},
|
||||
"functions": [],
|
||||
"group": {
|
||||
"filter": "$group"
|
||||
},
|
||||
"host": {
|
||||
"filter": "/.*/"
|
||||
},
|
||||
"item": {
|
||||
"filter": ""
|
||||
},
|
||||
"mode": 4,
|
||||
"triggers": {
|
||||
"count": true,
|
||||
"minSeverity": 3,
|
||||
"acknowledged": 2
|
||||
},
|
||||
"refId": "A",
|
||||
"target": ""
|
||||
}
|
||||
],
|
||||
"thresholds": "0,1",
|
||||
"title": "$group",
|
||||
"type": "singlestat",
|
||||
"valueFontSize": "120%",
|
||||
"valueMaps": [
|
||||
{
|
||||
"op": "=",
|
||||
"text": "N/A",
|
||||
"value": "null"
|
||||
}
|
||||
],
|
||||
"valueName": "avg"
|
||||
}
|
||||
],
|
||||
"repeat": null,
|
||||
"repeatIteration": null,
|
||||
"repeatRowId": null,
|
||||
"showTitle": false,
|
||||
"title": "Dashboard Row",
|
||||
"titleSize": "h6"
|
||||
"type": "panel",
|
||||
"id": "stat",
|
||||
"name": "Stat",
|
||||
"version": ""
|
||||
},
|
||||
{
|
||||
"type": "panel",
|
||||
"id": "table",
|
||||
"name": "Table",
|
||||
"version": ""
|
||||
}
|
||||
],
|
||||
"schemaVersion": 14,
|
||||
"style": "dark",
|
||||
"annotations": {
|
||||
"list": [
|
||||
{
|
||||
"builtIn": 1,
|
||||
"datasource": {
|
||||
"type": "grafana",
|
||||
"uid": "-- Grafana --"
|
||||
},
|
||||
"enable": true,
|
||||
"hide": true,
|
||||
"iconColor": "rgba(0, 211, 255, 1)",
|
||||
"name": "Annotations & Alerts",
|
||||
"type": "dashboard"
|
||||
}
|
||||
]
|
||||
},
|
||||
"editable": true,
|
||||
"fiscalYearStartMonth": 0,
|
||||
"graphTooltip": 0,
|
||||
"id": null,
|
||||
"links": [],
|
||||
"panels": [
|
||||
{
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "${DS_ZABBIX}"
|
||||
},
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"color": {
|
||||
"mode": "thresholds"
|
||||
},
|
||||
"custom": {
|
||||
"align": "auto",
|
||||
"cellOptions": {
|
||||
"type": "auto"
|
||||
},
|
||||
"inspect": false
|
||||
},
|
||||
"decimals": 0,
|
||||
"displayName": "",
|
||||
"mappings": [],
|
||||
"thresholds": {
|
||||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "green",
|
||||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "red",
|
||||
"value": 80
|
||||
}
|
||||
]
|
||||
},
|
||||
"unit": "none"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Time"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "displayName",
|
||||
"value": "Time"
|
||||
},
|
||||
{
|
||||
"id": "unit",
|
||||
"value": "time: YYYY-MM-DD HH:mm:ss"
|
||||
},
|
||||
{
|
||||
"id": "custom.align"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Disaster"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "unit",
|
||||
"value": "none"
|
||||
},
|
||||
{
|
||||
"id": "custom.cellOptions",
|
||||
"value": {
|
||||
"type": "color-background"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "custom.align"
|
||||
},
|
||||
{
|
||||
"id": "thresholds",
|
||||
"value": {
|
||||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "rgba(45, 172, 121, 0.97)",
|
||||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "rgba(45, 172, 121, 0.97)",
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"color": "#58140c",
|
||||
"value": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "High"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "unit",
|
||||
"value": "short"
|
||||
},
|
||||
{
|
||||
"id": "custom.cellOptions",
|
||||
"value": {
|
||||
"type": "color-background"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "custom.align"
|
||||
},
|
||||
{
|
||||
"id": "thresholds",
|
||||
"value": {
|
||||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "#99440a",
|
||||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "rgba(45, 172, 121, 0.97)",
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"color": "#99440a",
|
||||
"value": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Average"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "unit",
|
||||
"value": "short"
|
||||
},
|
||||
{
|
||||
"id": "custom.cellOptions",
|
||||
"value": {
|
||||
"type": "color-background"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "custom.align"
|
||||
},
|
||||
{
|
||||
"id": "thresholds",
|
||||
"value": {
|
||||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "rgba(50, 172, 45, 0.97)",
|
||||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "rgba(45, 172, 121, 0.97)",
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"color": "#c15c17",
|
||||
"value": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Warning"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "unit",
|
||||
"value": "short"
|
||||
},
|
||||
{
|
||||
"id": "custom.cellOptions",
|
||||
"value": {
|
||||
"type": "color-background"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "custom.align"
|
||||
},
|
||||
{
|
||||
"id": "thresholds",
|
||||
"value": {
|
||||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "rgba(50, 172, 45, 0.97)",
|
||||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "rgba(45, 172, 121, 0.97)",
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"color": "#cca300",
|
||||
"value": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Information"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "unit",
|
||||
"value": "short"
|
||||
},
|
||||
{
|
||||
"id": "custom.cellOptions",
|
||||
"value": {
|
||||
"type": "color-background"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "custom.align"
|
||||
},
|
||||
{
|
||||
"id": "thresholds",
|
||||
"value": {
|
||||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "rgba(50, 172, 45, 0.97)",
|
||||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "rgba(45, 172, 121, 0.97)",
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"color": "#64b0c8",
|
||||
"value": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"matcher": {
|
||||
"id": "byName",
|
||||
"options": "Not classified"
|
||||
},
|
||||
"properties": [
|
||||
{
|
||||
"id": "unit",
|
||||
"value": "short"
|
||||
},
|
||||
{
|
||||
"id": "custom.cellOptions",
|
||||
"value": {
|
||||
"type": "color-background"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "custom.align"
|
||||
},
|
||||
{
|
||||
"id": "thresholds",
|
||||
"value": {
|
||||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "rgba(50, 172, 45, 0.97)",
|
||||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "rgba(45, 172, 121, 0.97)",
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"color": "rgb(176, 176, 176)",
|
||||
"value": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 7,
|
||||
"w": 24,
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"id": 9,
|
||||
"options": {
|
||||
"cellHeight": "sm",
|
||||
"footer": {
|
||||
"countRows": false,
|
||||
"fields": "",
|
||||
"reducer": ["sum"],
|
||||
"show": false
|
||||
},
|
||||
"showHeader": true
|
||||
},
|
||||
"pluginVersion": "11.4.0-pre",
|
||||
"targets": [
|
||||
{
|
||||
"application": {
|
||||
"filter": ""
|
||||
},
|
||||
"countTriggersBy": "",
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "${DS_ZABBIX}"
|
||||
},
|
||||
"evaltype": "0",
|
||||
"functions": [],
|
||||
"group": {
|
||||
"filter": "$group"
|
||||
},
|
||||
"host": {
|
||||
"filter": "/.*/"
|
||||
},
|
||||
"item": {
|
||||
"filter": ""
|
||||
},
|
||||
"itemTag": {
|
||||
"filter": ""
|
||||
},
|
||||
"macro": {
|
||||
"filter": ""
|
||||
},
|
||||
"mode": 4,
|
||||
"options": {
|
||||
"acknowledged": 2,
|
||||
"count": false,
|
||||
"disableDataAlignment": false,
|
||||
"hostProxy": false,
|
||||
"hostsInMaintenance": false,
|
||||
"limit": 1001,
|
||||
"minSeverity": 0,
|
||||
"showDisabledItems": false,
|
||||
"skipEmptyValues": false,
|
||||
"sortProblems": "default",
|
||||
"useTimeRange": false,
|
||||
"useTrends": "default",
|
||||
"useZabbixValueMapping": false
|
||||
},
|
||||
"proxy": {
|
||||
"filter": ""
|
||||
},
|
||||
"queryType": "4",
|
||||
"refId": "A",
|
||||
"resultFormat": "time_series",
|
||||
"schema": 12,
|
||||
"showProblems": "problems",
|
||||
"table": {
|
||||
"skipEmptyValues": false
|
||||
},
|
||||
"tags": {
|
||||
"filter": ""
|
||||
},
|
||||
"target": "",
|
||||
"textFilter": "",
|
||||
"trigger": {
|
||||
"filter": ""
|
||||
},
|
||||
"triggers": {
|
||||
"acknowledged": 2,
|
||||
"count": false,
|
||||
"minSeverity": 0
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "System status",
|
||||
"type": "table"
|
||||
},
|
||||
{
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "${DS_ZABBIX}"
|
||||
},
|
||||
"fieldConfig": {
|
||||
"defaults": {
|
||||
"mappings": [
|
||||
{
|
||||
"options": {
|
||||
"match": "null",
|
||||
"result": {
|
||||
"text": "N/A"
|
||||
}
|
||||
},
|
||||
"type": "special"
|
||||
}
|
||||
],
|
||||
"thresholds": {
|
||||
"mode": "absolute",
|
||||
"steps": [
|
||||
{
|
||||
"color": "rgba(50, 172, 45, 0.97)",
|
||||
"value": null
|
||||
},
|
||||
{
|
||||
"color": "rgba(16, 154, 113, 0.97)",
|
||||
"value": 0
|
||||
},
|
||||
{
|
||||
"color": "#890f02",
|
||||
"value": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"unit": "none"
|
||||
},
|
||||
"overrides": []
|
||||
},
|
||||
"gridPos": {
|
||||
"h": 4,
|
||||
"w": 4,
|
||||
"x": 0,
|
||||
"y": 7
|
||||
},
|
||||
"id": 1,
|
||||
"maxDataPoints": 100,
|
||||
"maxPerRow": 6,
|
||||
"options": {
|
||||
"colorMode": "background",
|
||||
"graphMode": "none",
|
||||
"justifyMode": "auto",
|
||||
"orientation": "horizontal",
|
||||
"percentChangeColorMode": "standard",
|
||||
"reduceOptions": {
|
||||
"calcs": ["mean"],
|
||||
"fields": "",
|
||||
"values": false
|
||||
},
|
||||
"showPercentChange": false,
|
||||
"textMode": "auto",
|
||||
"wideLayout": true
|
||||
},
|
||||
"pluginVersion": "11.4.0-pre",
|
||||
"repeat": "group",
|
||||
"repeatDirection": "v",
|
||||
"targets": [
|
||||
{
|
||||
"application": {
|
||||
"filter": ""
|
||||
},
|
||||
"countTriggersBy": "",
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "${DS_ZABBIX}"
|
||||
},
|
||||
"evaltype": "0",
|
||||
"functions": [],
|
||||
"group": {
|
||||
"filter": "$group"
|
||||
},
|
||||
"host": {
|
||||
"filter": "/.*/"
|
||||
},
|
||||
"item": {
|
||||
"filter": ""
|
||||
},
|
||||
"itemTag": {
|
||||
"filter": ""
|
||||
},
|
||||
"macro": {
|
||||
"filter": ""
|
||||
},
|
||||
"mode": 4,
|
||||
"options": {
|
||||
"acknowledged": 2,
|
||||
"count": true,
|
||||
"disableDataAlignment": false,
|
||||
"hostProxy": false,
|
||||
"hostsInMaintenance": false,
|
||||
"limit": 1001,
|
||||
"minSeverity": 2,
|
||||
"showDisabledItems": false,
|
||||
"skipEmptyValues": false,
|
||||
"sortProblems": "default",
|
||||
"useTimeRange": false,
|
||||
"useTrends": "default",
|
||||
"useZabbixValueMapping": false
|
||||
},
|
||||
"proxy": {
|
||||
"filter": ""
|
||||
},
|
||||
"queryType": "4",
|
||||
"refId": "A",
|
||||
"resultFormat": "time_series",
|
||||
"schema": 12,
|
||||
"showProblems": "problems",
|
||||
"table": {
|
||||
"skipEmptyValues": false
|
||||
},
|
||||
"tags": {
|
||||
"filter": ""
|
||||
},
|
||||
"target": "",
|
||||
"textFilter": "",
|
||||
"trigger": {
|
||||
"filter": ""
|
||||
},
|
||||
"triggers": {
|
||||
"acknowledged": 2
|
||||
}
|
||||
}
|
||||
],
|
||||
"title": "$group",
|
||||
"type": "stat"
|
||||
}
|
||||
],
|
||||
"schemaVersion": 40,
|
||||
"tags": [],
|
||||
"templating": {
|
||||
"list": [
|
||||
{
|
||||
"allValue": null,
|
||||
"current": {},
|
||||
"datasource": "${DS_NAME}",
|
||||
"hide": 0,
|
||||
"datasource": {
|
||||
"type": "alexanderzobnin-zabbix-datasource",
|
||||
"uid": "${DS_ZABBIX}"
|
||||
},
|
||||
"includeAll": true,
|
||||
"label": null,
|
||||
"multi": true,
|
||||
"name": "group",
|
||||
"options": [],
|
||||
"query": "*",
|
||||
"refresh": 1,
|
||||
"regex": "",
|
||||
"sort": 0,
|
||||
"tagValuesQuery": "",
|
||||
"tags": [],
|
||||
"tagsQuery": "",
|
||||
"type": "query",
|
||||
"useTags": false
|
||||
"type": "query"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -341,30 +607,10 @@
|
||||
"from": "now-6h",
|
||||
"to": "now"
|
||||
},
|
||||
"timepicker": {
|
||||
"refresh_intervals": [
|
||||
"5s",
|
||||
"10s",
|
||||
"30s",
|
||||
"1m",
|
||||
"5m",
|
||||
"15m",
|
||||
"30m",
|
||||
"1h",
|
||||
"2h",
|
||||
"1d"
|
||||
],
|
||||
"time_options": [
|
||||
"5m",
|
||||
"15m",
|
||||
"1h",
|
||||
"6h",
|
||||
"12h",
|
||||
"24h",
|
||||
"2d",
|
||||
"7d",
|
||||
"30d"
|
||||
]
|
||||
},
|
||||
"timezone": ""
|
||||
"timepicker": {},
|
||||
"timezone": "",
|
||||
"title": "Zabbix System Status",
|
||||
"uid": "ae0yciqutx2iob",
|
||||
"version": 2,
|
||||
"weekStart": ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user