dpiquet / pve-monitor

pve-monitor is a tool to monitor hypervisor and virtual machines in a proxmox cluster
37 stars 24 forks source link

Don't return status qemu disk #35

Open Nico4D opened 6 years ago

Nico4D commented 6 years ago

Hi, Thank you for your good job. I have a problem with status qemu disk. This is my pve-monitor.conf: .... qemu server-01 { mem 80 90 cpu 80 95 disk 80 90 } .... and the result: server-01 OK : cpu OK (0.04%), mem OK (25.52%), disk OK (0.00%) uptime 5114 The disk information is not correct.

On the server local, result df: Filesystem Size Used Avail Use% Mounted on /dev/sda1 22G 8.0G 13G 39% /

I don't have the problem for lxc, container or others just qemu. Can you help me for this? Thank you. Best regards, Nicolas