grafana / grafana-zabbix

Zabbix plugin for Grafana dashboard
http://play.grafana-zabbix.org
Apache License 2.0
2.06k stars 458 forks source link

Dashboard - System Status not show groups #1020

Open asm19 opened 4 years ago

asm19 commented 4 years ago

The system status dashboard does not show groups. When I run the query inspector I don't have any results.

Software versions

Zabbix: 5.0.3 Grafana: 7.1.4 Zabbix Plugin: 3.12.4

image

image

Panel JSON:

{ "cacheTimeout": null, "colorBackground": true, "colorValue": false, "colors": [ "rgba(50, 172, 45, 0.97)", "rgba(16, 154, 113, 0.97)", "#C4162A" ], "datasource": "Zabbix", "fieldConfig": { "defaults": { "custom": {} }, "overrides": [] }, "format": "none", "gauge": { "maxValue": 100, "minValue": 0, "show": false, "thresholdLabels": false, "thresholdMarkers": true }, "gridPos": { "h": 3, "w": 24, "x": 0, "y": 10 }, "id": 23763571993, "interval": null, "links": [], "mappingType": 1, "mappingTypes": [ { "$$hashKey": "object:1111", "name": "value to text", "value": 1 }, { "$$hashKey": "object:1112", "name": "range to text", "value": 2 } ], "maxDataPoints": 100, "maxPerRow": 6, "nullPointMode": "connected", "nullText": null, "postfix": "", "postfixFontSize": "50%", "prefix": "", "prefixFontSize": "50%", "rangeMaps": [ { "from": "null", "text": "N/A", "to": "null" } ], "repeat": "group", "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": "" }, "options": { "showDisabledItems": false, "skipEmptyValues": false }, "refId": "A", "resultFormat": "time_series", "table": { "skipEmptyValues": false }, "target": "", "triggers": { "acknowledged": 2, "count": true, "minSeverity": 3 }, "queryType": 4, "trigger": { "filter": "" }, "tags": { "filter": "" }, "proxy": { "filter": "" } } ], "thresholds": "0,1", "title": "$group", "type": "singlestat", "valueFontSize": "120%", "valueMaps": [ { "$$hashKey": "object:1114", "op": "=", "text": "N/A", "value": "null" } ], "valueName": "avg", "scopedVars": { "group": { "text": "All", "value": "$__all", "selected": true } } }

github-actions[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had activity in the last 2 years. It will be closed in 60 days if no further activity occurs. Please feel free to leave a comment if you believe the issue is still relevant. Thank you for your contributions!