huawei-cloud-cce-alarm-correlation-engine

Correlate Huawei Cloud AOM alarms and manage CCE alarm rules through preview-confirmed operations.

1|Updated May 27, 2026
One-click install
npx skills add https://github.com/pancake0001/huawei-cloudnative-skills --skill huawei-cloud-cce-alarm-correlation-engine-pancake0001
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: huawei-cloud-cce-alarm-correlation-engine
Source: https://github.com/pancake0001/huawei-cloudnative-skills/tree/main/releases/container/cce/huawei-cloud-cce-alarm-correlation-engine
Command: npx skills add https://github.com/pancake0001/huawei-cloudnative-skills --skill huawei-cloud-cce-alarm-correlation-engine-pancake0001

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Raw Huawei Cloud AOM alarm streams for CCE clusters are noisy and hard to act on, and managing alarm rules manually risks misconfiguration. This Skill deduplicates and groups active plus historical alarms into prioritized investigation leads, and manages AOM alarm rules and notification action rules through a strict preview-and-confirm workflow. ## Core Features & Use Cases - Alarm Correlation: Query active and historical AOM alarms, then analyze deduplication, severity grouping, burst alarms, and chronic alarms to surface real issues. - Alarm Rule Lifecycle: Query, create, update, enable, disable, and delete AOM metric and event alarm rules, including batch configuration of CCE recommended template rules. - Notification Management: Query and create notification action rules from user-provided SMN topics, and inspect mute rules when notifications go missing. - Use Case: A cluster shows intermittent issues but no active alarms. Run the alarm analysis to merge active and historical alarms, identify a chronic NodeNotReady pattern, then hand off to the node failure diagnoser skill. ## Quick Start Ask the assistant to analyze AOM alarms for your CCE cluster by providing the region and cluster ID, for example: analyze active and historical alarms for cluster <cluster-id> in region <region>.

Frequently Asked Questions about huawei-cloud-cce-alarm-correlation-engine

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

FAQPage Schema
How do I analyze AOM alarm storms for a CCE cluster?▼

Run huawei_analyze_aom_alarms with the region and cluster_id to get deduplicated, burst, attention, and chronic alarm groupings. Use huawei_list_aom_alarms first to merge active and historical alarms, since active-only views can miss recently recovered issues.

How do I create CCE recommended alarm rules in AOM?▼

Use huawei_configure_cce_aom_alarm_rules with region, cluster_id, and an explicit bind_notification_rule_id. The tool previews the batch creation first and only executes after you confirm with confirm=true; it never auto-selects a notification rule.

What IAM permissions are required for AOM alarm rule management?▼

Read-only queries need aom:event:list, aom:alarmRule:list, and aom:actionRule:list. Creating rules requires aom:alarmRule:create, updates need aom:alarmRule:update, and deletions need aom:alarmRule:delete, plus cce:cluster:get for cluster resolution.

Why does the alarm rule query return too many rules?▼

The query is missing a cluster_id filter, so it returns all rules in the region. Re-run huawei_list_aom_alarm_rules with the exact cluster_id; cluster names are not accepted as a filter by this tool.

Can this skill delete alarm rules automatically?▼

No. Deletion tools like huawei_delete_aom_alarm_rule and huawei_cleanup_cce_aom_alarm_rules are R0 operations that require a preview, explicit user confirmation, and confirm=true before executing. Nothing is deleted automatically.

What are the limitations of this alarm correlation skill?▼

It only manages AOM alarms, alarm rules, action rules, and mute rule visibility; it does not modify CCE, ECS, ELB, VPC, or Kubernetes resources. Remediation actions are handed off to the auto-remediation-runner skill.