From 6495953dc7a8d609b7bf22e55f405b6bab28f657 Mon Sep 17 00:00:00 2001 From: illustris Date: Sun, 22 Mar 2026 07:46:45 +0530 Subject: [PATCH] add disclaimer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c252586..7a00736 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Prometheus exporter for Proxmox VE that collects VM and storage metrics directly Metrics are gathered by reading `/proc`, `/sys`, `/etc/pve`, and running `qm monitor` commands. +> **Disclaimer:** This is a heavily vibe-coded rewrite of [pvemon](https://github.com/illustris/pvemon) for better maintainability and easier distribution. This disclaimer will remain up until the codebase has been reviewed and validated. + ## Building Requires [Nix](https://nixos.org/):