Icinga / icingaweb2-module-vspheredb

The easiest way to monitor a VMware vSphere environment.
https://icinga.com/docs/vsphere/latest
GNU General Public License v2.0
100 stars 34 forks source link

Virtual Machine Guest Disks: Usage should be in percent #411

Closed idandr closed 2 years ago

idandr commented 2 years ago

Expected Behavior

Disk Usage should be displayed in percent.

Current Behavior

Disk Usage is shown as factor, but "unit" displayed as being "%".

Possible Solution

To match https://github.com/Icinga/icingaweb2-module-vspheredb/blob/2c088e5b8d76ddb1281b5a636db4733892292e4b/library/Vspheredb/Web/Table/Objects/VmsGuestDiskUsageTable.php#L46 the result in https://github.com/Icinga/icingaweb2-module-vspheredb/blob/2c088e5b8d76ddb1281b5a636db4733892292e4b/library/Vspheredb/Web/Table/Objects/VmsGuestDiskUsageTable.php#L49 should be multiplied by 100.

Steps to Reproduce (for bugs)

View Usage (mouseover).

Your Environment

Thomas-Gelf commented 2 years ago

Thanks for reporting this, will be fixed