====== Proxmox - Monitor Proxmox - Monitor using Grafana and Influx DB ======
Setup Influx DB on any server.
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:
Navigate to **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
{{:proxmox:monitor_proxmox:grafana_-_dashboard.png?800|}}