grafana

Ingest Grafana alerts via webhook to trigger Aurora investigation workflows.

387|68|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Arvo-AI/aurora --skill grafana-arvo-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: grafana
Source: https://github.com/Arvo-AI/aurora/tree/main/server/chat/backend/agent/skills/integrations/grafana
Command: npx skills add https://github.com/Arvo-AI/aurora --skill grafana-arvo-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Grafana alerts are ingested via Aurora's webhook pipeline to automate incident investigation and RCA.

Core Features & Use Cases

  • Observation-only ingestion of Grafana alerts through webhook
  • Auto-association of Grafana alert context with infra resources for faster root cause analysis
  • Use cases include alert-driven incident investigation across dashboards and monitored resources

Quick Start

Configure Grafana to send alerts to Aurora's webhook and let Aurora automatically investigate the alert.

Frequently Asked Questions about grafana

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

FAQPage Schema
How do I ingest Grafana alerts via webhook for incident investigation?

You can ingest Grafana alerts via webhook by configuring Grafana to send alert notifications to the internal ingestion pipeline, which automatically triggers investigation workflows for rapid root cause analysis across monitored resources.

What is the best way to automate RCA when a Grafana alert fires?

Automating RCA for a Grafana alert is best handled by forwarding the alert context via webhook to an automated investigation pipeline, which immediately associates the alert with relevant infrastructure resources to expedite analysis.

Can I trigger incident investigation workflows directly from Grafana dashboards?

Yes, you can trigger incident investigation workflows directly from Grafana dashboards by configuring outgoing webhooks on your alerts, enabling observation-only ingestion that initiates automated root cause analysis without requiring CLI dependencies.

Do I need CLI dependencies to integrate Grafana alerts for root cause analysis?

No CLI dependencies are required to integrate Grafana alerts for root cause analysis; the integration relies entirely on observation-only ingestion through webhooks, using internal alert context to safely trigger investigation workflows.

How does auto-association of Grafana alert context work with infrastructure resources?

Auto-association of Grafana alert context works by mapping the incoming webhook alert payload directly to monitored infrastructure resources, allowing the investigation workflow to instantly correlate dashboard anomalies with backend resource states.