-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Add Friendly Name, Opeational Status and Health Status for Virtual Disks to Invoke-IcingaCheckDiskHealth #390
Comments
Possible solution. 1. Modify Get-IcingaPhysicalDiskInfo.psm1 Add the following below Line 34
Add the following below Line 289 bute above Line 291
2. Modify Icinga_ProviderEnums.psm1 Add the following to the [hashtable]$DiskOperationalStatus
Add the following to the [hashtable]$DiskOperationalStatusName
|
+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For windows storage spaces virtual disks the performance part (avg. disk queue length, avg. disk queue length) of the Invoke-IcingaCheckDiskHealth is already working. It would be great to also include at least Friendly Name, Operational Status and Health Status.
The text was updated successfully, but these errors were encountered: