proxmox-monitoring

Monitor Proxmox VE cluster health, nodes, VMs, storage, and networking via REST API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/russellkt/inframon --skill proxmox-monitoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: proxmox-monitoring
Source: https://github.com/russellkt/inframon/tree/main/skills/proxmox-monitoring
Command: npx skills add https://github.com/russellkt/inframon --skill proxmox-monitoring

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides comprehensive monitoring of your Proxmox Virtual Environment (VE) cluster, ensuring the health and performance of your hypervisor infrastructure.

Core Features & Use Cases

  • Cluster Health: Assess overall cluster status, quorum, and node membership.
  • Node & Resource Monitoring: Track CPU, memory, and disk usage for individual nodes.
  • VM/Container Inventory: List and check the status of all virtual machines and containers.
  • Storage & Network Checks: Monitor storage capacity and review network interface configurations.
  • Use Case: When an alert indicates a potential issue with a Proxmox node, use this Skill to quickly check its status, resource utilization, and running VMs to diagnose the problem.

Quick Start

Use the proxmox-monitoring skill to check the current status of the Proxmox cluster.

Frequently Asked Questions about proxmox-monitoring

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

FAQPage Schema
How do I monitor Proxmox VE cluster health and node status?

To monitor Proxmox VE cluster health, you need API access with token authentication to query cluster and node-specific data, enabling you to assess quorum, node membership, and individual node CPU, memory, and disk usage.

Can I inventory virtual machines and containers running on a Proxmox hypervisor?

Yes, you can inventory virtual machines and containers on a Proxmox hypervisor by querying the Proxmox REST API, which allows you to list and check the status of all running and stopped virtualized resources across the cluster.

What do I need to check Proxmox storage capacity and network interface configurations?

To check Proxmox storage capacity and network interface configurations, you need API access with token authentication to query the Proxmox REST API, retrieving storage utilization metrics and reviewing network interface setups.

How does monitoring Proxmox node status help diagnose performance issues on a hypervisor cluster?

Monitoring Proxmox node status helps diagnose performance issues by tracking CPU, memory, and disk usage for individual nodes, allowing you to quickly check resource utilization and running VMs to identify the root cause of alerts.

What is the best way to verify Proxmox cluster integrity and quorum?

The best way to verify Proxmox cluster integrity is by using the REST API to assess overall cluster status, checking quorum state and node membership to ensure all hypervisor nodes are communicating correctly.

Does Proxmox monitoring via the REST API require any specific dependencies?

Proxmox monitoring via the REST API requires no specific software dependencies, but it does require API access with token authentication to successfully query cluster health, node status, and virtualized resource inventory.