mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2025-12-10 04:01:20 -06:00
[PR #50] [CLOSED] NEW: Add Pulse monitoring dashboard #843
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/community-scripts/ProxmoxVED/pull/50
Author: @rcourtman
Created: 3/14/2025
Status: ❌ Closed
Base:
main← Head:pulse-cleanup📝 Commits (3)
3fee8aeNEW: Add Pulse monitoring dashboard79f543cFIX: Correct script formatting to follow community standards40242faFIX: Set TERM environment variable if not set📊 Changes
3 files changed (+495 additions, -0 deletions)
View changed files
➕
ct/pulse.sh(+281 -0)➕
install/pulse-install.sh(+170 -0)➕
json/pulse.json(+44 -0)📄 Description
🛑 New scripts must first be submitted to ProxmoxVED for testing.
PRs for new scripts that skip this process will be closed.
✍️ Description
This PR adds the Pulse monitoring dashboard, a modern and lightweight monitoring solution designed specifically for Proxmox Virtual Environment. The implementation includes three essential files:
ct/pulse.sh: Container script for managing the Pulse containerinstall/pulse-install.sh: Installation script for setting up Pulsejson/pulse.json: Configuration file with metadata and requirementsThe scripts have been optimized with minimal comments while maintaining full functionality and following project standards.
🔗 Related PR / Issue
Link: #3075 (Previous PR on wrong repository)
✅ Prerequisites (X in brackets)
🛠️ Type of Change (X in brackets)
README,AppName.md,CONTRIBUTING.md, or other docs.🔍 Code & Security Review (X in brackets)
Code_Audit.md&CONTRIBUTING.mdguidelinesAppName.sh,AppName-install.sh,AppName.json)📋 Additional Information (optional)
The Pulse dashboard provides real-time monitoring capabilities for Proxmox VE environments, including:
The implementation uses mock data by default for demonstration purposes, with clear instructions for users to configure their own Proxmox node connections.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.