[PR #1416] [MERGED] Prometheus: Fix installation via creating the service file #3015

Closed
opened 2025-11-20 05:33:00 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1416
Author: @andygrunwald
Created: 1/11/2025
Status: Merged
Merged: 1/11/2025
Merged by: @michelroegl-brunner

Base: mainHead: fix-install-prometheus


📝 Commits (1)

  • 6df5939 Prometheus: Fix installation via creating the service file

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 install/prometheus-install.sh (+1 -1)

📄 Description

✍️ Description

Service file of Prometheus can't be created.
Bug was introduced here: https://github.com/community-scripts/ProxmoxVE/pull/1402

Testing was done here: https://github.com/community-scripts/ProxmoxVE/pull/1402#issuecomment-2585143729



🛠️ Type of Change

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts)

Prerequisites

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)
  • Documentation updated (I have updated any relevant documentation)

📋 Additional Information (optional)

None


🔄 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/1416 **Author:** [@andygrunwald](https://github.com/andygrunwald) **Created:** 1/11/2025 **Status:** ✅ Merged **Merged:** 1/11/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `fix-install-prometheus` --- ### 📝 Commits (1) - [`6df5939`](https://github.com/community-scripts/ProxmoxVE/commit/6df5939022556420333e9a942d90029f9987f8f9) Prometheus: Fix installation via creating the service file ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `install/prometheus-install.sh` (+1 -1) </details> ### 📄 Description ## ✍️ Description Service file of Prometheus can't be created. Bug was introduced here: https://github.com/community-scripts/ProxmoxVE/pull/1402 Testing was done here: https://github.com/community-scripts/ProxmoxVE/pull/1402#issuecomment-2585143729 - - - - Related PR: #1402 --- ## 🛠️ Type of Change - [X] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [ ] New script (a fully functional and thoroughly tested script or set of scripts) --- ## ✅ Prerequisites - [X] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [X] Testing performed (I have thoroughly tested my changes and verified expected functionality.) - [ ] Documentation updated (I have updated any relevant documentation) --- ## 📋 Additional Information (optional) None --- <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 05:33:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3015