Monitor proxmox stats

This commit is contained in:
Jake Howard
2021-03-05 22:14:21 +00:00
parent d43d3433fa
commit 9d6ed88e13
2 changed files with 15 additions and 1 deletions

View File

@ -88,7 +88,6 @@
listen = "{{ protected_ip }}:9273"
metric_version = 2
###############################################################################
# INPUT PLUGINS #
###############################################################################
@ -99,3 +98,9 @@
[[inputs.smart]]
use_sudo = true
[[inputs.proxmox]]
base_url = "https://{{ pve_hosts.pve.ip }}:8006/api2/json/"
api_token = "telegraf@pve!telegraf={{ proxmox_telegraf_token }}"
node_name = "pve"
insecure_skip_verify = true