All,

The Logical Disk Monitor has all the normal parameters visible and able to be 
overridden however number of sample is not visible.

We have a customer who wants us to monitor disk space using a number of sample 
= 1 i.e. when exceeded then raise an alert.

Does anyone know if Microsoft plan to make this visible?
I know I can change the frequency but I think this is dangerous as it put more 
load on the SCOM platform / agent especially if we were to implement a high 
frequency across many servers. IN this customers case approx. 200 servers all 
with 3 to 10 drives. Worst case 2,000 Logical disks!!!

Mgt Pack Code.

<UnitMonitor ID="Microsoft.Windows.Server.2008.LogicalDisk.FreeSpace" 
Accessibility="Public" Enabled="true" 
Target="Server2008!Microsoft.Windows.Server.2008.LogicalDisk" 
ParentMonitorID="SystemHealth!System.Health.AvailabilityState" Remotable="true" 
Priority="Normal" TypeID="Microsoft.Windows.Server.2008.FreeSpace.Monitortype" 
ConfirmDelivery="true">
        <Category>Custom</Category>
        <AlertSettings 
AlertMessage="Microsoft.Windows.Server.2008.LogicalDisk.FreeSpace.AlertMessage">
          <AlertOnState>Warning</AlertOnState>
          <AutoResolve>true</AutoResolve>
          <AlertPriority>Normal</AlertPriority>
          <AlertSeverity>MatchMonitorHealth</AlertSeverity>
          <AlertParameters>
            
<AlertParameter1>$Target/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$</AlertParameter1>
            
<AlertParameter2>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</AlertParameter2>
          </AlertParameters>
        </AlertSettings>
       <OperationalStates>
          <OperationalState ID="UnderWarningThresholds" 
MonitorTypeStateID="UnderWarningThresholds" HealthState="Success" />
          <OperationalState ID="OverWarningUnderErrorThresholds" 
MonitorTypeStateID="OverWarningUnderErrorThresholds" HealthState="Warning" />
          <OperationalState ID="OverErrorThresholds" 
MonitorTypeStateID="OverErrorThresholds" HealthState="Error" />
        </OperationalStates>
        <Configuration>
          
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
          
<DiskLabel>$Target/Property[Type="Windows!Microsoft.Windows.LogicalDevice"]/DeviceID$</DiskLabel>
          <IntervalSeconds>900</IntervalSeconds>
          
<SystemDriveWarningMBytesThreshold>500</SystemDriveWarningMBytesThreshold>
          
<SystemDriveWarningPercentThreshold>10</SystemDriveWarningPercentThreshold>
          <SystemDriveErrorMBytesThreshold>300</SystemDriveErrorMBytesThreshold>
          <SystemDriveErrorPercentThreshold>5</SystemDriveErrorPercentThreshold>
          
<NonSystemDriveWarningMBytesThreshold>2000</NonSystemDriveWarningMBytesThreshold>
          
<NonSystemDriveWarningPercentThreshold>10</NonSystemDriveWarningPercentThreshold>
          
<NonSystemDriveErrorMBytesThreshold>1000</NonSystemDriveErrorMBytesThreshold>
          
<NonSystemDriveErrorPercentThreshold>5</NonSystemDriveErrorPercentThreshold>
          <NumSamples>4</NumSamples>
        </Configuration>
      </UnitMonitor>



Peter Hakesley | Monitoring & Automation Technical Lead Engineer, Data Centre 
Services

t: +44(0)845 155 6556 ext: 4006
e: [email protected] | w: www.scc.com<http://www.scc.com/>
a: SCC, CV1, Cole Valley, 20 Westwood Avenue, Tyseley, Birmingham B11 3RZ






Reply via email to