alanrenouf / vCheck-vSphere

vCheck Daily Report for vSphere
MIT License
733 stars 325 forks source link

feat: Added cluster overcommitment rate #709

Closed dploeger closed 3 years ago

dploeger commented 4 years ago

This plugin calculates the rate between the actual existing CPUs and memory to the committed CPUs and memory in the virtual hardware of every VM.

Sneddo commented 3 years ago

Secondly, PRs should be submitted to the dev branch- I'm not sure if this is actually stated anywhere, so easy to overlook.

dploeger commented 3 years ago

@Sneddo Thanks! I have changed the base branch to dev and removed the result variable. I'm not that deep into Powershell. Could you take a look, if that is how it's supposed to be? Thanks.