[PR #3547] [MERGED] Alpine Prometheus #4381

Closed
opened 2025-11-20 06:09:45 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/3547
Author: @MickLesk
Created: 4/1/2025
Status: Merged
Merged: 4/1/2025
Merged by: @CrazyWolf13

Base: mainHead: alpine_prometheus


📝 Commits (1)

📊 Changes

3 files changed (+91 additions, -0 deletions)

View changed files

ct/alpine-prometheus.sh (+46 -0)
📝 frontend/public/json/prometheus.json (+11 -0)
install/alpine-prometheus-install.sh (+34 -0)

📄 Description

✍️ Description

add new Script for Prometheus - Using Alpine

Link: #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No breaking changes – Existing functionality remains intact.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/3547 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 4/1/2025 **Status:** ✅ Merged **Merged:** 4/1/2025 **Merged by:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Base:** `main` ← **Head:** `alpine_prometheus` --- ### 📝 Commits (1) - [`1e1f948`](https://github.com/community-scripts/ProxmoxVE/commit/1e1f9480b92c2298de5190c9af269c1a69c1e234) Alpine Prometheus LXC ### 📊 Changes **3 files changed** (+91 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/alpine-prometheus.sh` (+46 -0) 📝 `frontend/public/json/prometheus.json` (+11 -0) ➕ `install/alpine-prometheus-install.sh` (+34 -0) </details> ### 📄 Description ## ✍️ Description add new Script for Prometheus - Using Alpine ## 🔗 Related PR / Issue Link: # ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No breaking changes** – Existing functionality remains intact. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [x] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:09:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#4381