Monitor Volume Mount Points 8721
Hello,
Running Opmgr 8721 out of the box does not allow for monitoring VMP's, which we are heavy users of. We made the following changes to disk.vbs and disk_snapshot.vbs to enable Opmanager to monitor these:
From:
Set colItems = wbemServices.ExecQuery("Select * from Win32_LogicalDisk where DriveType=3",,48)
To:
Set colItems = wbemServices.ExecQuery("Select * from Win32_Volume where DriveType=3",,48)
Update Dec 2010 - One caveat; XP does not support the Win32_volume class so I had to create a custom WMI monitor using LogicalDisk.FreeMegabytes for XP machines.
New to ADSelfService Plus?