configure prometheus for ubiquiti and proxmox cluster

This commit is contained in:
2026-05-08 00:25:55 -05:00
parent f8c6b327f9
commit 84523d0054
6 changed files with 637 additions and 378 deletions

View File

@@ -0,0 +1,11 @@
# ------------------------------------------------------------------------------
# FILE: ansible/playbooks/roles/monitoring/templates/pve.yml.j2
# DESCRIPTION: Proxmox VE Exporter credentials file.
# Mounted read-only into the pve-exporter container.
# ------------------------------------------------------------------------------
default:
user: prometheus@pve
token_name: prometheus-token
token_value: {{ vault_proxmox_prometheus_token }}
verify_ssl: false