infrastructure-monitoring

Configure Prometheus, Grafana, and Alertmanager monitoring with YAML/JSON manifests.

1|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/allthingslinux/atl.services --skill infrastructure-monitoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infrastructure-monitoring
Source: https://github.com/allthingslinux/atl.services/tree/main/.agents/skills/infrastructure-monitoring
Command: npx skills add https://github.com/allthingslinux/atl.services --skill infrastructure-monitoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables comprehensive infrastructure monitoring with Prometheus, Grafana, and alerting across your entire stack to detect incidents quickly and optimize resource usage.

Core Features & Use Cases

  • Centralized monitoring with Prometheus, Grafana, and Alertmanager for metrics, alerts, and dashboards.
  • End-to-end visibility across servers, containers, and Kubernetes to drive reliability.
  • Incident detection and capacity planning with predefined alert rules and dashboards; use cases include service degradation, CPU/memory spikes, and pod restarts.

Quick Start

Deploy and connect the monitoring stack in your environment. Start by applying Prometheus, Alertmanager, and Grafana manifests, then import dashboards and configure alerts; access Grafana at the exposed URL or via port-forward during setup.

Frequently Asked Questions about infrastructure-monitoring

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

FAQPage Schema
How do I monitor Kubernetes infrastructure health with Prometheus and Grafana?

You can monitor Kubernetes infrastructure health by applying standard Prometheus and Grafana YAML manifests to your cluster, enabling real-time metrics collection and dashboard visualization for servers, containers, and workloads.

What's the best way to set up alerting for pod restarts and CPU spikes in production?

The best way to set up alerting for pod restarts and CPU spikes is by configuring Alertmanager routing and predefined alert rules via YAML manifests, ensuring incident detection across your production environment.

Can I use this infrastructure monitoring stack for capacity planning across containers and servers?

Yes, you can use this infrastructure monitoring stack for capacity planning across containers and servers by analyzing Prometheus metrics and Grafana dashboards to track resource usage and optimize allocation.

How do I configure Alertmanager routing for infrastructure incident response?

You configure Alertmanager routing for incident response by applying standard YAML manifests that define alert rules and routing paths, enabling quick detection of service degradation and resource spikes.

Does this monitoring approach require any specific dependencies or components?

This monitoring approach requires no specific dependencies or components, allowing you to deploy Prometheus, Grafana, and Alertmanager using standard YAML and JSON manifests across your existing infrastructure.