You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #346 from Icinga:fix/pagefile_base_values_stored_as_mb_instead_of_bytes
Fix: Pagefile provider returning values in MB instead of Bytes
Fixes the pagefile provider at `Get-IcingaMemoryPerformanceCounter` which returned the pagefile size in MB instead of Bytes
Copy file name to clipboardExpand all lines: doc/31-Changelog.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Released closed milestones can be found on [GitHub](https://github.com/Icinga/ic
12
12
### Bugfixes
13
13
14
14
*[#342](https://github.com/Icinga/icinga-powershell-plugins/issues/342) Fixes an issue for disk health plugin, which can fail in some cases due to an invalid conversion from the MSFT output from int to string
15
+
*[#346](https://github.com/Icinga/icinga-powershell-plugins/pull/346) Fixes the pagefile provider at `Get-IcingaMemoryPerformanceCounter` which returned the pagefile size in MB instead of Bytes
0 commit comments