Monitor proxmox stats
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user