Hello
We use SCOM to monitor Exchange 2013. I always get the following alert:
Database 'MDB06' is low on log volume space. 'MDB06' is low on log volume space. Current=118.09 GB, Threshold=195.31 GB
Each Exchange database is on a different LUN. The transaction logs are on a separate LUN. That LUN has a capacity of 120GB and there are 118MB free diskspace.
I tried do an override:
Add-ServerMonitoringOverride -Server SRVEXCH01 -Identity DiskSpace\LowLogVolumeSpaceMonitor -ItemType Monitor -PropertyName MonitoringThreshold -PropertyValue ’20000’
But I still get this alert. I already spend hours to find a solution, without success.
How can I change this threshold to not always get this alert!!
Regards
Peter