[PR #166] [MERGED] Feature metrics server #280

Closed
opened 2026-02-28 00:41:34 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/166
Author: @Tinyblargon
Created: 4/18/2022
Status: Merged
Merged: 4/19/2022
Merged by: @mleone87

Base: masterHead: Feature-Metrics


📝 Commits (1)

  • e7c40f7 Add feature to interact with metrics servers

📊 Changes

5 files changed (+333 additions, -4 deletions)

View changed files

📝 README.md (+27 -0)
📝 main.go (+38 -1)
📝 proxmox/client.go (+28 -0)
proxmox/config_metrics.go (+215 -0)
📝 proxmox/validate.go (+25 -3)

📄 Description

Added the functionality to interact with the metrics server configuration of proxmox.

Features include:

  • getMetricsServerList
    Gives the json output of all the configured metrics servers
  • getMetricsServer
    Gives the json formatted output of a metrics servers current configuration
  • setMetricsServer
    Creates or updates the metrics server configuration
  • deleteMetricsServer
    Deletes the metrics server

🔄 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/Telmate/proxmox-api-go/pull/166 **Author:** [@Tinyblargon](https://github.com/Tinyblargon) **Created:** 4/18/2022 **Status:** ✅ Merged **Merged:** 4/19/2022 **Merged by:** [@mleone87](https://github.com/mleone87) **Base:** `master` ← **Head:** `Feature-Metrics` --- ### 📝 Commits (1) - [`e7c40f7`](https://github.com/Telmate/proxmox-api-go/commit/e7c40f7eb61f5f704d1b92e088da19d0daf90c18) Add feature to interact with metrics servers ### 📊 Changes **5 files changed** (+333 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+27 -0) 📝 `main.go` (+38 -1) 📝 `proxmox/client.go` (+28 -0) ➕ `proxmox/config_metrics.go` (+215 -0) 📝 `proxmox/validate.go` (+25 -3) </details> ### 📄 Description Added the functionality to interact with the metrics server configuration of proxmox. Features include: - getMetricsServerList Gives the json output of all the configured metrics servers - getMetricsServer Gives the json formatted output of a metrics servers current configuration - setMetricsServer Creates or updates the metrics server configuration - deleteMetricsServer Deletes the metrics server --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:41:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#280
No description provided.