Created
February 13, 2021 07:54
-
-
Save AkashRajvanshi/e052cc585195298e3a21f332df7403b6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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