Hi,
we just upgraded Proxmox to 6.1. Everything seems fine so far, but most of our monitoring data will be dropped, maybe because of an mtu issue:
We configured metrics in /etc/pve/status.cfg:
Before the update:
After update:
On the other hand the Host data itself is still complete (ex. proxmox-wir->nodes->host->cpustat->cpu)
In trouble is only all of the VM data (ex. proxmox-wir->qemu->108->cpu)
Any ideas?
we just upgraded Proxmox to 6.1. Everything seems fine so far, but most of our monitoring data will be dropped, maybe because of an mtu issue:
Code:
08:55:30.176550 IP 172.16.200.250.47503 > 172.16.200.6.2003: UDP, bad length 10348 > 1472
08:55:30.242207 IP 172.16.200.250.47871 > 172.16.200.6.2003: UDP, bad length 50789 > 1472
08:55:30.245716 IP 172.16.200.250.47871 > 172.16.200.6.2003: UDP, bad length 50654 > 1472
08:55:30.246359 IP 172.16.200.250.47871 > 172.16.200.6.2003: UDP, bad length 8260 > 1472
08:55:30.580892 IP 172.16.200.250.60298 > 172.16.200.6.2003: UDP, bad length 2793 > 1472
We configured metrics in /etc/pve/status.cfg:
Code:
graphite:
server eusib-deb-mon
port 2003
path proxmox-wir
Before the update:
After update:
On the other hand the Host data itself is still complete (ex. proxmox-wir->nodes->host->cpustat->cpu)
In trouble is only all of the VM data (ex. proxmox-wir->qemu->108->cpu)
Any ideas?