[PR #2153] [MERGED] New Script: Prometheus Paperless-NGX Exporter #3457

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2153
Author: @andygrunwald
Created: 2/7/2025
Status: Merged
Merged: 2/10/2025
Merged by: @MickLesk

Base: mainHead: prometheus-paperless-exporter


📝 Commits (5)

  • 178076a New Script: Prometheus Paperless NGX Exporter
  • f78d295 Temp: Change import URLs to test fork
  • 018406c Prometheus Paperless NGX Exporter: Fix double = in systemd unit file
  • 60e4b38 Revert "Temp: Change import URLs to test fork"
  • 0ac9bf8 Fix script in install_methods

📊 Changes

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

View changed files

ct/prometheus-paperless-ngx-exporter.sh (+67 -0)
install/prometheus-paperless-ngx-exporter-install.sh (+64 -0)
json/prometheus-paperless-ngx-exporter.json (+43 -0)

📄 Description

✍️ Description

Paperless-ngx metrics for Prometheus.

See https://github.com/hansmi/prometheus-paperless-exporter

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

🛠️ 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)

📋 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/2153 **Author:** [@andygrunwald](https://github.com/andygrunwald) **Created:** 2/7/2025 **Status:** ✅ Merged **Merged:** 2/10/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `prometheus-paperless-exporter` --- ### 📝 Commits (5) - [`178076a`](https://github.com/community-scripts/ProxmoxVE/commit/178076a796e534c20ae630279a41090f32e67ff5) New Script: Prometheus Paperless NGX Exporter - [`f78d295`](https://github.com/community-scripts/ProxmoxVE/commit/f78d295c0233cb3ca358d9c8067fb500bfda58b3) Temp: Change import URLs to test fork - [`018406c`](https://github.com/community-scripts/ProxmoxVE/commit/018406cf983bcac28209efb585391076878fe18c) Prometheus Paperless NGX Exporter: Fix double `=` in systemd unit file - [`60e4b38`](https://github.com/community-scripts/ProxmoxVE/commit/60e4b386af1ba43588115b9f38644aec2ed1f559) Revert "Temp: Change import URLs to test fork" - [`0ac9bf8`](https://github.com/community-scripts/ProxmoxVE/commit/0ac9bf82594b0bb9c3c70e5a1aae0ec019cc8031) Fix script in `install_methods` ### 📊 Changes **3 files changed** (+174 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/prometheus-paperless-ngx-exporter.sh` (+67 -0) ➕ `install/prometheus-paperless-ngx-exporter-install.sh` (+64 -0) ➕ `json/prometheus-paperless-ngx-exporter.json` (+43 -0) </details> ### 📄 Description ## ✍️ Description Paperless-ngx metrics for Prometheus. See https://github.com/hansmi/prometheus-paperless-exporter ## ✅ 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.) ## 🛠️ 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) - [X] New script (a fully functional and thoroughly tested script or set of scripts) --- ## 📋 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 06:04:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3457