Closed idandr closed 2 years ago
Disk Usage should be displayed in percent.
Disk Usage is shown as factor, but "unit" displayed as being "%".
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.
View Usage (mouseover).
Thanks for reporting this, will be fixed
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