infra-monitoring

Audit AICP monitoring stack health and Prometheus targets.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/cyberpunk042/devops-expert-local-ai --skill infra-monitoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infra-monitoring
Source: https://github.com/cyberpunk042/devops-expert-local-ai/tree/main/.claude/skills/infra-monitoring
Command: npx skills add https://github.com/cyberpunk042/devops-expert-local-ai --skill infra-monitoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configures or audits AICP's monitoring stack. AICP ships a complete observability layer (Prometheus + Grafana behind a Docker compose profile + 7 baseline alerts + per-component metrics endpoints). This skill is for working WITH the existing stack — adding/tuning alerts, reviewing dashboards, verifying metrics flow, debugging missing signals — not for replacing the stack (replacing would be architecture-propose scope).

Core Features & Use Cases

  • Verify the monitoring stack is running, endpoints are reachable, and Prometheus targets are healthy.
  • Review dashboards and baseline alerts; tune signals and provenance for reliable on-call routing.
  • Perform post-incident audits and quarterly observability reviews to ensure signals align with reliability goals.

Quick Start

Load the skill and follow the four operations to verify stack health, audit dashboards, and document changes.

Frequently Asked Questions about infra-monitoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit Prometheus targets and verify Grafana dashboards are healthy?

Audit Prometheus targets and Grafana dashboards by verifying endpoints at ports 9090, 3000, 9101, and 8090 are reachable. Read the alerts configuration file to review baseline alerts and generate an audit page documenting stack health, target status, and dashboard inventories.

What is the best way to debug missing metrics in a Prometheus and Grafana monitoring stack?

Debug missing metrics in a Prometheus and Grafana stack by verifying endpoint reachability at ports 9090, 3000, 9101, and 8090. Check Prometheus target health, review the alerts configuration file, and audit dashboard signal provenance to identify where metrics flow breaks down.

Can I tune existing baseline alerts for on-call routing without replacing the monitoring stack?

Tune existing baseline alerts for on-call routing by reading the alerts configuration file and reviewing signal provenance. This monitoring audit process adjusts thresholds and routing rules without replacing the underlying Prometheus and Grafana stack.

How do I perform a quarterly observability review for a fleet deployment?

Perform a quarterly observability review for fleet deployments by auditing metrics endpoints at ports 9090, 3000, 9101, and 8090. Verify Prometheus target health, review dashboards and baseline alerts, then produce an audit page with stack health and alert inventories.

What ports do I need to check when verifying AICP monitoring stack health?

Check ports 9090, 3000, 9101, and 8090 when verifying AICP monitoring stack health. These endpoints correspond to Prometheus, Grafana, and per-component metrics endpoints that must be reachable and correctly scraped for a healthy observability stack.