[PR #1704] [CLOSED] initial PR for librenms #3172

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1704
Author: @svennd
Created: 1/23/2025
Status: Closed

Base: mainHead: librenms


📝 Commits (10+)

📊 Changes

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

View changed files

ct/librenms.sh (+46 -0)
install/librenms-install.sh (+160 -0)
json/librenms.json (+35 -0)

📄 Description

✍️ Description

Librenms is a fully featured network monitoring system that provides a wealth of features and device support.


  • Related Discussion: #1590

Prerequisites

The following steps must be completed for the pull request to be considered:

  • 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.)

🛠️ Type of Change

Please check the relevant options:

  • [] 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)

📋 Additional Information (optional)

Given this is my first script, I would appreciate any (contructive) feedback ! I created it, cause I would like to use it myself. But of course the entire community can use it :) I expect to still improve some small things.

After the web installation, you get to this screen : the 2 warnings, ofcourse can be resolved by adding devices to monitor and set the specific url (domain) or ip. (minor things)
librenms_clean


🔄 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/1704 **Author:** [@svennd](https://github.com/svennd) **Created:** 1/23/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `librenms` --- ### 📝 Commits (10+) - [`6dd3d35`](https://github.com/community-scripts/ProxmoxVE/commit/6dd3d3574aa5633cfc5e2f6ce145c3c8e497f0e5) initial PR for librenms - [`b4032fa`](https://github.com/community-scripts/ProxmoxVE/commit/b4032fa8b65a8cafad3b5e728ec091ceb63a319a) debugging further - [`dded396`](https://github.com/community-scripts/ProxmoxVE/commit/dded39642c5031dbd2eca43e9e245c044816f058) cleanup - [`ce75795`](https://github.com/community-scripts/ProxmoxVE/commit/ce757950c665c3cee20c360dad9cc8e69d15f6f0) errors link - [`f72e9fa`](https://github.com/community-scripts/ProxmoxVE/commit/f72e9fa718437a9616f3cf86157dee214263f39c) this aint fun :( - [`179021e`](https://github.com/community-scripts/ProxmoxVE/commit/179021e3f093d645de7f4d99434e9967719d0ff8) Update install/librenms-install.sh - [`c5454ff`](https://github.com/community-scripts/ProxmoxVE/commit/c5454ffea384f8fa2720498993ee5054c64e64d1) Update json/librenms.json - [`486dbc8`](https://github.com/community-scripts/ProxmoxVE/commit/486dbc8c1babca88ebfcbed60beabdfdb406b0e3) first round of feedback :) - [`e8a1c6e`](https://github.com/community-scripts/ProxmoxVE/commit/e8a1c6e634b3a91161ba77f01efce225a9b00864) Update librenms-install.sh - [`e4c4bd8`](https://github.com/community-scripts/ProxmoxVE/commit/e4c4bd861aee8df47cfedb0bdd822182e5a8e3df) Update librenms.json ### 📊 Changes **3 files changed** (+241 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/librenms.sh` (+46 -0) ➕ `install/librenms-install.sh` (+160 -0) ➕ `json/librenms.json` (+35 -0) </details> ### 📄 Description ## ✍️ Description Librenms is a fully featured network monitoring system that provides a wealth of features and device support. - - - - Related Discussion: [#1590](https://github.com/community-scripts/ProxmoxVE/discussions/1590) - - - ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [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.) ## 🛠️ Type of Change Please check the relevant options: - [] 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) - [x] New script (a fully functional and thoroughly tested script or set of scripts) --- ## 📋 Additional Information (optional) Given this is my first script, I would appreciate any (contructive) feedback ! I created it, cause I would like to use it myself. But of course the entire community can use it :) I expect to still improve some small things. After the web installation, you get to this screen : the 2 warnings, ofcourse can be resolved by adding devices to monitor and set the specific url (domain) or ip. (minor things) ![librenms_clean](https://github.com/user-attachments/assets/c68e6520-493e-455e-98c7-5fd22009f9b7) --- <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:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3172