Connector guide2-minute read10 MCP toolsEN · DE · IT

Zabbix в MCP — управляйте Zabbix из любого AI-агента

Zabbix monitoring: hosts, host groups, items, triggers, active problems, events and the latest measured values. JSON-RPC API over a single endpoint, bearer API token.

HCBy HelpCode teamОбновлено 2 min read Открытый код на GitHub

Без банковской карты · 7 дней пробного периода · Есть вариант self-host

Zabbix

Zabbix

Zabbix monitoring: hosts, host groups, items, triggers, active problems, events and the latest measured values. JSON-RPC API over a single endpoint, bearer API token.

инструментов

10

Регион

INTL

Категория

Monitoring

Аутентификация

Bearer Token

Требуемые env-vars

ZABBIX_URLZABBIX_API_TOKEN
Установить в Cloud одним кликом

7 дней бесплатно · Без карты

  • 7 дней бесплатно
    Без банковской карты
  • GDPR & SOC 2 ready
    Данные в ЕС, журналы аудита
  • Открытый код на GitHub
    Open source · AGPL-3.0
  • Работает с ChatGPT, Claude, Gemini
    Любой MCP-совместимый клиент

Пропустите установку. Заработает меньше чем за 2 минуты.

Начните бесплатный период на cloud.anythingmcp.com, добавьте Zabbix одним кликом и направьте свой ИИ-клиент (Claude, ChatGPT, Copilot или Cursor) на сгенерированный MCP-эндпоинт. Без Docker, без git clone, без опыта разработки.

Начать бесплатный период

Summary

Zabbix monitoring: hosts, host groups, items, triggers, active problems, events and the latest measured values. JSON-RPC API over a single endpoint, bearer API token.

Попробуй спросить

Примеры промптов для Zabbix

Кликни по промпту — он скопируется. Вставь в Claude, ChatGPT, Cursor, Gemini, Copilot или OpenClaw и запусти через этот коннектор.

Zabbix · live via MCP
Поделиться
Opus 4.7

Claude — это AI, он может ошибаться. Проверяйте ответы.

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Zabbix, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

Zabbix

Zabbix monitoring: hosts, host groups, items, triggers, active problems, events and the latest measured values. JSON-RPC API over a single endpoint, bearer API token.

Настройка

Getting a token (Zabbix 5.4 and newer)

  1. Sign in to the Zabbix frontend as a Super admin and open Users → API tokens.
  2. Create a token for a user with read permission on the host groups the agent should see, and copy the value — Zabbix shows it once.
  3. Set ZABBIX_URL to your frontend root (no trailing slash, no /api_jsonrpc.php) and ZABBIX_API_TOKEN to the token. The adapter sends it as Authorization: Bearer …, which Zabbix 6.0+ accepts; on 5.4 the token also works in the JSON-RPC auth field, which this adapter does not use.

…(continued in the in-app connector instructions)

Предварительные требования: ZABBIX_URL, ZABBIX_API_TOKEN

Локальная установка коннектора

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Откройте http://localhost:3000/connectors/store, выберите Zabbix и введите переменные, перечисленные в Предварительных требованиях.

Доступные инструменты

ToolWhat it does
zabbix_get_api_versionRead the Zabbix API version
zabbix_list_hostsList monitored hosts with their name, status, interfaces and host groups
zabbix_list_host_groupsList host groups with their id, name and the number of hosts in each
zabbix_list_problemsList the problems that are active right now, with their severity, host, name and the time they started
zabbix_list_eventsList events from the history — including problems that have since resolved, which problem
zabbix_list_triggersList triggers with their expression, severity, current value and the host they belong to — the rules that turn measurements into problems
zabbix_list_itemsList monitored items with their key, name, type, value type and units — what Zabbix actually measures on a host
zabbix_get_latest_valuesRead the most recent value of specific items — the current disk usage, load average or temperature, rather than the alert about it
zabbix_get_historyRead historical values of one item over a time range — the series behind a graph
zabbix_list_maintenance_windowsList configured maintenance windows with their hosts, groups and periods — the explanation for why an alert did not fire

Следующие шаги

Это руководство помогло?

Your Zabbix agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

Похожие руководства

connectors

Как подключить Zabbix к ChatGPT — через MCP

Zabbix monitoring: hosts, host groups, items, triggers, active problems, events and the latest measured values. JSON-RPC API over a single endpoint, bearer API token.

connectors

Как подключить Zabbix к Claude — через MCP

Zabbix monitoring: hosts, host groups, items, triggers, active problems, events and the latest measured values. JSON-RPC API over a single endpoint, bearer API token.

connectors

Как подключить Zabbix к Cursor — через MCP

Zabbix monitoring: hosts, host groups, items, triggers, active problems, events and the latest measured values. JSON-RPC API over a single endpoint, bearer API token.

connectors

Как подключить Zabbix к Gemini — через MCP

Zabbix monitoring: hosts, host groups, items, triggers, active problems, events and the latest measured values. JSON-RPC API over a single endpoint, bearer API token.

connectors

AFAS Profit в MCP — управляйте AFAS Profit из любого AI-агента

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Aruba Fatturazione Elettronica в MCP — управляйте Aruba Fatturazione Elettronica из любого AI-агента

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.