Skip to content

Commit 84d569c

Browse files
committed
v1.3.6 release
### Changed - Improve vSAN reporting
1 parent f52a9c9 commit 84d569c

File tree

5 files changed

+102
-64
lines changed

5 files changed

+102
-64
lines changed

AsBuiltReport.VMware.vSphere.json

102 Bytes
Binary file not shown.

AsBuiltReport.VMware.vSphere.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'AsBuiltReport.VMware.vSphere.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.3.5'
15+
ModuleVersion = '1.3.6'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = 'Desktop'

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## 1.3.5 - 2025-02-27
8+
## 1.3.6 - 2025-02-27
99
### Fixed
10-
- Fix vSAN Capacity Overview reporting
1110
- Fix issue with license reporting ([Fix #128](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/128))
1211
- Fix issue with vCenter user privileges not handling groups (@nathcoad) ([Fix #102](https://github.com/AsBuiltReport/AsBuiltReport.VMware.vSphere/issues/102))
1312
- Fix time & date outputs showing incorrect date format
1413
- Fix VMware Update Manager reporting with PowerShell 7
1514

1615
### Added
1716
- Add Free resource capacity reporting to VMhost hardware section
17+
- Add vSAN Capacity reporting and healthchecks
1818

1919
### Changed
2020
- Update VMware PowerCLI requirements to version 13.3

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,9 @@ The **VMHost** schema is used to configure health checks for VMHosts.
224224
#### vSAN
225225
The **vSAN** schema is used to configure health checks for vSAN.
226226

227-
| Schema | Sub-Schema | Setting | Default | Description | Highlight |
228-
|--------|------------|---------|---------|-------------|-----------|
227+
| Sub-Schema | Setting | Default | Description | Highlight |
228+
|---------------------|--------------|---------|------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|
229+
| CapacityUtilization | true / false | true | Highlights vSAN clusters with storage capacity utilization over 75% | ![Warning](https://via.placeholder.com/15/FFF4C7/FFF4C7.png) 75 - 90% utilized<br> ![Critical](https://via.placeholder.com/15/FEDDD7/FEDDD7.png) >90% utilized |
229230

230231
#### Datastore
231232
The **Datastore** schema is used to configure health checks for Datastores.

0 commit comments

Comments
 (0)