I'd like to create a global monitoring override for DiskSpace\LowLogVolumeSpaceMonitor. Is this required to be a minimum size value, percentage or other?
This is what I've tried, but the end result is that I still receive alerts in OpsMgr that the threshold is 190GB:
Add-GlobalMonitoringOverride -Identity DiskSpace\LowLogVolumeSpaceMonitor -ItemType Monitor -PropertyName MonitoringThreshold -PropertyValue 100000 -Duration 30.00:00:00
Add-GlobalMonitoringOverride -Identity DiskSpace\LowLogVolumeSpaceMonitor -ItemType Monitor -PropertyName MonitoringThreshold -PropertyValue 100GB -Duration 30.00