28c32d4dbf52629996eaa71d1eece5da0460b3c4
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [grafana/plugin-ci-workflows](https://redirect.github.com/grafana/plugin-ci-workflows) | action | major | `ci-cd-workflows/v4.3.0` → `ci-cd-workflows/v5.0.0` | `ci-cd-workflows/v5.1.0` | --- ### Release Notes <details> <summary>grafana/plugin-ci-workflows (grafana/plugin-ci-workflows)</summary> ### [`vci-cd-workflows/v5.0.0`](https://redirect.github.com/grafana/plugin-ci-workflows/releases/tag/ci-cd-workflows/v5.0.0): ci-cd-workflows: v5.0.0 [Compare Source](https://redirect.github.com/grafana/plugin-ci-workflows/compare/ci-cd-workflows/v4.3.0...ci-cd-workflows/v5.0.0) ##### ⚠ BREAKING CHANGES - **ci:** `universal-zip-url-*` outputs are now URLs rather than paths - **deps:** Update default Node version to 24 LTS ([#​439](https://redirect.github.com/grafana/plugin-ci-workflows/issues/439)) - **deps:** Update default golangci-lint version to 2.7.2 ([#​439](https://redirect.github.com/grafana/plugin-ci-workflows/issues/439)) - **deps:** Update default Go version to 1.25 ([#​439](https://redirect.github.com/grafana/plugin-ci-workflows/issues/439)) - **ci:** use pm-detect to understand nodejs package manager ([#​204](https://redirect.github.com/grafana/plugin-ci-workflows/issues/204)) *** The `package-manager` input has been removed from `ci.yml`. If you were using it, please remove it from your workflow. The correct package manager will now be detected automatically from the plugin's source code. Supported package managers are npm, yarn and pnpm. *** golangci-lint has been bumped from v1 to v2 in order to support Go 1.25. The config file format for golangci-lint has changed and has to be migrated. Please follow [golangci-lint's migration guide](https://golangci-lint.run/docs/product/migration-guide/) for more information. If you want to revert to Go 1.24 and golangci-lint v1, add the following to both your CI and your CD workflows: ```yaml inputs: go-version: "1.24" golangci-lint-version: "1.64.8" ``` ##### 🎉 Features - **ci:** use pm-detect to understand nodejs package manager ([#​204](https://redirect.github.com/grafana/plugin-ci-workflows/issues/204)) ([e739fbe](e739fbe504)) ##### 🐛 Bug Fixes - **ci:** `universal-zip-url-*` outputs are now URLs rather than paths ([b5e3ec2](b5e3ec296c)) - **ci:** do not copy backend into the "dist" folder ([b5e3ec2](b5e3ec296c)) - use local exec for playwright test ([#​451](https://redirect.github.com/grafana/plugin-ci-workflows/issues/451)) ([b27d62d](b27d62de5d)) ##### ✅ Tests - **act:** add pre-generated dist mockdata for test plugins ([#​417](https://redirect.github.com/grafana/plugin-ci-workflows/issues/417)) ([cb33db6](cb33db657c)) - add concurrency to pr-checks-test-ci workflow ([630b056](630b0567a9)) - pin actions in pr-checks-test-ci workflow ([630b056](630b0567a9)) - run smoke tests with act ([#​389](https://redirect.github.com/grafana/plugin-ci-workflows/issues/389)) ([0f2f7c6](0f2f7c6fc4)) - use local repository for release please manifest tag when running act ([630b056](630b0567a9)) ##### 🔧 Chores - build and package plugin in its directory, better support for artifact prefix ([#​438](https://redirect.github.com/grafana/plugin-ci-workflows/issues/438)) ([dbbcc52](dbbcc5276e)) - **deps:** update actions/checkout action to v5.0.1 ([#​413](https://redirect.github.com/grafana/plugin-ci-workflows/issues/413)) ([8c591cd](8c591cdfe4)) - **deps:** update actions/checkout action to v6 ([#​437](https://redirect.github.com/grafana/plugin-ci-workflows/issues/437)) ([949a63c](949a63c075)) - **deps:** update actions/checkout action to v6.0.1 ([#​455](https://redirect.github.com/grafana/plugin-ci-workflows/issues/455)) ([aec5016](aec5016c9a)) - **deps:** update actions/create-github-app-token action to v2.2.0 ([#​435](https://redirect.github.com/grafana/plugin-ci-workflows/issues/435)) ([5b2407c](5b2407c17d)) - **deps:** update actions/setup-go action to v6.1.0 ([#​436](https://redirect.github.com/grafana/plugin-ci-workflows/issues/436)) ([5f5e089](5f5e089494)) - **deps:** Update default Go version to 1.25 ([b1f1b22](b1f1b2282f)) - **deps:** Update default golangci-lint version to 2.7.2 ([b1f1b22](b1f1b2282f)) - **deps:** Update default Node version to 24 LTS ([b1f1b22](b1f1b2282f)) - **deps:** update grafana/shared-workflows/trigger-argo-workflow action to v1.2.1 ([#​433](https://redirect.github.com/grafana/plugin-ci-workflows/issues/433)) ([6c260c0](6c260c01bd)) - **deps:** update peter-evans/create-pull-request action to v7.0.9 ([#​434](https://redirect.github.com/grafana/plugin-ci-workflows/issues/434)) ([55c4108](55c4108fe0)) - **deps:** update pnpm/action-setup action to v4.2.0 ([#​450](https://redirect.github.com/grafana/plugin-ci-workflows/issues/450)) ([5fbf8e6](5fbf8e65a1)) - **deps:** update softprops/action-gh-release action to v2.5.0 ([#​452](https://redirect.github.com/grafana/plugin-ci-workflows/issues/452)) ([48548e8](48548e8674)) - **deps:** update step-security/harden-runner action to v2.13.3 ([#​456](https://redirect.github.com/grafana/plugin-ci-workflows/issues/456)) ([fccf74b](fccf74bf9e)) - **main:** release plugins-frontend-e2e-against-stack 1.0.0 ([#​430](https://redirect.github.com/grafana/plugin-ci-workflows/issues/430)) ([6443ba2](6443ba2a59)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- ## Need help? You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section. <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicGx1Z2luLWNpLXdvcmtmbG93cyJdfQ==--> Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Zabbix plugin for Grafana
Features
- Select multiple metrics by using Regex
- Create interactive and reusable dashboards with template variables
- Show events on graphs with Annotations
- Display active problems with Triggers panel
- Transform and shape your data with metric processing functions (Avg, Median, Min, Max, Multiply, Summarize, Time shift, Alias)
- Find problems faster with Alerting feature
- Mix metrics from multiple data sources in the same dashboard or even graph
- Discover and share dashboards in the official library
See all features overview and dashboards examples at Grafana-Zabbix Live demo site. Visit plugins page at grafana.com and check out available Grafana data sources, panels and dashboards.
Installation
Install by using grafana-cli
grafana-cli plugins install alexanderzobnin-zabbix-app
Or see more installation options in docs.
Getting started
First, configure Zabbix data source. Then you can create your first dashboard with step-by-step Getting started guide.
Documentation
Community Resources, Feedback, and Support
- Found a bug? Want a new feature? Feel free to open an issue.
- Have a question? You also can open issue, but for questions, it would be better to use Grafana Community portal.
Description
Languages
TypeScript
68.4%
Go
22.8%
SCSS
5.3%
JavaScript
1.3%
Python
1%
Other
1.1%
