User Tools

Site Tools


proxmox:monitor_proxmox:monitor_using_grafana_and_influx_db

This is an old revision of the document!


Proxmox - Monitor Proxmox - Monitor using Grafana and Influx DB

Setup Influx DB on any server.

Edit /etc/influxdb/influxdb.conf

/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

proxmox/monitor_proxmox/monitor_using_grafana_and_influx_db.1622200585.txt.gz · Last modified: 2021/05/28 11:16 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki