Added container metrics tracking

This commit is contained in:
2025-09-21 22:48:01 -05:00
parent f6197c144a
commit d80746cd61
3 changed files with 68 additions and 0 deletions

4
.env
View File

@@ -35,6 +35,10 @@ PROXMOX_HOST=https://your-proxmox-server:8006
PROXMOX_TOKEN_NAME=root@pam!yourtokenname
PROXMOX_TOKEN_VALUE=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
PROXMOX_VERIFY_SSL=false
PROXMOX_NODE=pve1
PROXMOX_VM_ID=
# Proxmox type can be "qemu" for VM, "lxc" for container
PROXMOX_TYPE=
# MySQL
DB_HOST=localhost