zabbix-alert-analysis

zabbix-alert-analysis is a skill for Claude Code, Codex from stufently/zabbix-ai-cli-mcp. It costs 50 tokens per session (585 once invoked), scanned A, original, Apache-2.0.

A diagnostic skill for tracing why a Zabbix alert did or did not reach its recipients. Zabbix is a system that monitors infrastructure and sends notifications about problems.

In plain words
What is it for?
Use it to identify an event from its notification text and explain maintenance suppression, failed delivery attempts or other breaks in the notification chain.
Why use it?
It follows the event through suppression, delivery attempts, actions and recipients instead of relying on assumptions about where notification failed.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to identify an event from its notification text and explain maintenance suppression, failed delivery attempts or other breaks in the notification chain.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/stufently/zabbix-ai-cli-mcp/zabbix-alert-analysis
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add stufently/zabbix-ai-cli-mcp --skill zabbix-alert-analysis
Clone the repo
git clone --depth 1 https://github.com/stufently/zabbix-ai-cli-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for zabbix-alert-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/stufently/zabbix-ai-cli-mcp/zabbix-alert-analysis/github.svg)](https://agentmods.dev/skills/stufently/zabbix-ai-cli-mcp/zabbix-alert-analysis)
Your own site
<a href="https://agentmods.dev/skills/stufently/zabbix-ai-cli-mcp/zabbix-alert-analysis"><img src="https://agentmods.dev/badge/skills/stufently/zabbix-ai-cli-mcp/zabbix-alert-analysis/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for zabbix-alert-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/stufently/zabbix-ai-cli-mcp/zabbix-alert-analysis"><img src="https://agentmods.dev/badge/skills/stufently/zabbix-ai-cli-mcp/zabbix-alert-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 585 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00050 $0.00585
Opus 5 $0.00025 $0.00293
Sonnet 5 $0.00010 $0.00117
Haiku 4.5 $0.00005 $0.00059

Measured 10d ago against content hash 93ca831b5c05, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

zabbix-alert-analysis scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

internal/skills/files/zabbix-alert-analysis/SKILL.md · 56 lines

How it starts

The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Zabbix: why was there no alert

A notification can be dropped at five different points, and most of them record no error anywhere. Do not reconstruct the chain by hand.

Workflow

  1. Get the event identifier. If you have the notification text — pasted from chat, email, or a ticket — hand it over whole:

    zabbix-ai-cli-mcp resolve "Problem started at 08:17 ... Host: web01 ... Original problem ID: 757474" --json
    

    It extracts the event, host and trigger. Without this step an instruction like "why didn't this one alert?" cannot be acted on, because the identifiers exist only inside the message.

  2. Explain the delivery:

    zabbix-ai-cli-mcp alert why 757474 --json
    
  3. Read findings first. They are ordered facts, not conclusions. The supporting detail sits in suppressed_by, delivery_attempts, actions, media_types and recipients.

  • Suppressed — the event fell inside a maintenance window. Nothing else matters; suppressed_by names the window and its end.
  • Delivery attempts exist and failed — Zabbix tried. error carries the transport's own message: a rejected token, a refused connection, a bad address.
  • No delivery attempts at all — nothing was ever queued, so the cause is configuration. Work down: is any trigger action enabled; is the media type enabled; does any recipient have media for it.
  • Recipients listed but severity_accepted: false — the user's media filters this severity out. This drops notifications silently and is the single easiest cause to miss.
  • media_enabled: false — that contact is switched off.

Reading the result

meta.partial: true means one leg of the chain could not be read; say which. A finding of "no obstacle was found in the configuration" means the chain is intact and the cause lies outside Zabbix — at the transport or the recipient's client.

Do not

  • Do not answer from problem.get or alert.get alone. Delivery attempts only exist once an action fired; their absence is the interesting case, and it needs the action, media type and recipient checks to interpret.

Read the full file on GitHub · 56 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 56 lines · 50 tokens per session scan A 93ca831b5c05

Subscribe to this mod's changes

zabbix-alert-analysis is a skill published in the GitHub repository stufently/zabbix-ai-cli-mcp (0 stars, last pushed 12d ago), licensed Apache-2.0. It adds 50 tokens to every session and 585 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

host_bash

A read-only shell skill for examining files and running diagnostic commands in a restricted environment. A shell is a text interface for operating-system commands.

ongridio/ongrid · 26 tokens

host_files

A set of tools for investigating a device’s file system, including finding large files, checking directory disk usage, and inspecting individual files.

ongridio/ongrid · 35 tokens

code_explorer

Explores the repository to locate primary source files, coupled UI components, and test files for bug reports or feature requests.

google-gemini/gemini-cli · 28 tokens

alert-rule-troubleshoot

This skill should be used when the user reports that an alert rule is "not firing", "no alert was sent", "the rule didn't trigger", "the rule isn't working", "it should have alerted but didn't", "why didn't I get an alert", "alert rule not firing", or wants to diagnose why a specific alert rule failed to produce an…

ccfos/nightingale · 129 tokens

ops-troubleshooting

This skill should be used when the user asks to "troubleshoot", "diagnose", "debug alert", "investigate incident", "locate a fault", "investigate an alert", "diagnose a problem", "fix an issue", "check alerts", "analyze alerts", "root cause analysis", "check metrics", "check logs", or discusses…

ccfos/nightingale · 99 tokens

operating-github-ci-fixer

Use when the user asks OpenSRE to fix failing GitHub CI, GitHub Actions checks, failing pull request checks, a broken PR branch, or CI on a named branch such as main.

Tracer-Cloud/opensre · 48 tokens