configure prometheus for ubiquiti and proxmox cluster
This commit is contained in:
11
ansible/playbooks/roles/monitoring/templates/pve.yml.j2
Normal file
11
ansible/playbooks/roles/monitoring/templates/pve.yml.j2
Normal 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
|
||||
Reference in New Issue
Block a user