Icinga / icinga-powershell-plugins

A collection of Windows check plugins for the Icinga PowerShell Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invoke-IcingaCheckDiskHealth - Exclude virtual disks RDS User Profile Disk (UPD)

Aleksey-Maksimov opened this issue · comments

Hello

We discovered an issue when using the Invoke-IcingaCheckDiskHealth plugin. There is no way to exclude from scanning RDS User Profile Disk (UPD) virtual disks that appear in the system after an RDS user logs in. We use a farm of several RDS servers that use UDP disks. Each server can have 50-60 users working simultaneously. And for each user, a UDP disk is mounted upon login. Currently, checking such a server with the Invoke-IcingaCheckDiskHealth plugin leads to unnecessary load on the server. In addition, as a result, hundreds of unnecessary metrics end up in the plugin data.

изображение

Can you please add the ability to exclude such drives?
I think that to exclude these disks we can use the conditions: Friendly Name "Msft Virtual Disk" + Disk Label "User Disk"