All Products
Search
Document Center

Managed Service for Grafana:Add and use a Zabbix data source

Last Updated:Mar 11, 2026

If you use Zabbix for infrastructure monitoring and want to build unified dashboards in Grafana, the Zabbix plug-in connects Managed Service for Grafana directly to your Zabbix server.

Prerequisites

Before you begin, make sure that you have:

  • A Grafana workspace running version 9.0.x or later. For more information, see Create and manage a Grafana workspace

  • A Zabbix server that is deployed and collecting data

  • The Zabbix JSON-RPC API endpoint URL (typically https://[Zabbix Server IP]/api_jsonrpc.php)

  • A Zabbix account with API access. For production environments, create a dedicated API user with minimum required permissions instead of using the default administrator account

Step 1: Open the Grafana console

  1. Log on to the Managed Service for Grafana console. In the left-side navigation pane, click Workspace Management.

  2. On the Workspace Management page, find the workspace that you want to manage and click the URL in the URL column to go to Grafana.

    Note

    You can log on to Grafana with the administrator account of Grafana and the password that you configured when you created the workspace. You can also click Sign in with Alibaba Cloud to log on to Grafana with the current Alibaba Cloud account.

Step 2: Install and enable the Zabbix plug-in

  1. Open the plug-in management page:

    • Grafana 9.0.x: In the left-side navigation pane, click the Settings icon, then click the Plugins tab on the Configuration page.

    • Grafana 10.0.x: Click the Menu icon in the upper-left corner, then go to Administration > Plugins.

  2. Search for Zabbix and click it.

  3. Click Install.

  4. After installation completes, click Enable.

Important

The plug-in is disabled by default after installation. Enable it before you proceed.

Step 3: Add a Zabbix data source

  1. Open the data source configuration page:

    • Grafana 9.0.x: In the left-side navigation pane, click the Data sources icon, then click Add data source on the Data sources tab.

    • Grafana 10.0.x: Click the Menu icon, then go to Connections > Data sources and click Add new data source.

  2. Search for Zabbix and click it.

  3. On the Settings tab, configure the following parameters:

    Grafana 9.0.x

    Zabbix data source settings (Grafana 9.0.x)

    Grafana 10.0.x

    Zabbix data source settings (Grafana 10.0.x)

    Parameter

    Description

    Example

    Name

    A display name for this data source.

    Zabbix

    URL

    The Zabbix JSON-RPC API endpoint.

    https://[Zabbix Server IP]/api_jsonrpc.php

    Username

    The username that is used to log on to Zabbix.

    Default value: Admin.

    Password

    The password that is used to log on to Zabbix.

    Default value: zabbix.

    Note

    The default Zabbix credentials are Admin / zabbix. For production environments, create a dedicated API user with only the permissions your dashboards require, rather than using the default administrator account.

  4. Click Save & test. A success message confirms that Grafana can reach the Zabbix API.

Step 4: Create a dashboard with Zabbix data

  1. Open the dashboard creation page:

    • Grafana 9.0.x: In the left-side navigation pane, click the Dashboard icon. On the Dashboards page, click the Browse tab, then click New Dashboard.

    • Grafana 10.0.x: Click the Menu icon, click Dashboards, then click New > New Dashboard.

  2. Add a panel:

    • Grafana 9.0.x: Click Add a new panel.

    • Grafana 10.0.x: Click + Add visualization, then select your Zabbix data source in the Select data source dialog box.

  3. On the Query tab, select your Zabbix data source (if not already selected) and configure the query in the A section. For example, select a host group, host, application, and item to display CPU utilization or memory usage.

    Grafana 9.0.x

    Zabbix query configuration (Grafana 9.0.x)

    Grafana 10.0.x

    Zabbix query configuration (Grafana 10.0.x)

  4. In the right-side pane, set the panel title, visualization type, and graph styles.

  5. Click Apply in the upper-right corner to add the panel to the dashboard.

    Panel added to dashboard

  6. Click the Save icon in the upper-right corner, enter a dashboard name, select a folder, and click Save.