Skip to content

Instantly share code, notes, and snippets.

@AkashRajvanshi
Created February 13, 2021 07:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AkashRajvanshi/e052cc585195298e3a21f332df7403b6 to your computer and use it in GitHub Desktop.
Save AkashRajvanshi/e052cc585195298e3a21f332df7403b6 to your computer and use it in GitHub Desktop.
# Setup Influx DB on any server ( as per os )
# Edit /etc/influxdb/influxdb.conf
[[udp]]
enabled = true
bind-address = "0.0.0.0:8089"
database = "proxmox"
batch-size = 1000
batch-timeout = "1s"
# Add InfluxDb to proxmox
# Go to the datacenter -> Metric Server -> Add influxdb server ( 8089 port )
---configs
# DB: proxmox
# user & password ( You set up while setting up a influxdb )
# Add a data source to the grafana with these configurations
# grafan dashboard for proxmox monitoring : 10048
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment