Edge Server Cache Free Space

Talon.FAST.Monitor.EdgeServer.CacheStatus (UnitMonitor)

Description for the new unit monitor.

Element properties:

TargetTalon.FAST.ComputerRole.EdgeServer
Parent MonitorSystem.Health.PerformanceState
CategoryCustom
EnabledFalse
Instance NameLogicalDisk
Counter Name\% Free Space
Frequency300
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.Performance.ThresholdMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Cache Status Exceeds Threshold
Cache Drive [{0}] has free space {1} GB
{2}<
RunAsDefault

Source Code:

<UnitMonitor ID="Talon.FAST.Monitor.EdgeServer.CacheStatus" Accessibility="Public" Enabled="false" Target="Talon.FAST.ComputerRole.EdgeServer" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Perf!System.Performance.ThresholdMonitorType" ConfirmDelivery="false">
<Category>Custom</Category>
<AlertSettings AlertMessage="Talon.FAST.Monitor.EdgeServer.CacheStatus.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data[Default='']/Context/InstanceName$</AlertParameter1>
<AlertParameter2>$Data[Default='']/Context/Value$</AlertParameter2>
<AlertParameter3>$Data[Default='']/Context/TimeSampled$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="UnderThreshold" HealthState="Warning"/>
<OperationalState ID="OverThreshold" MonitorTypeStateID="OverThreshold" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>% Free Space</CounterName>
<ObjectName>LogicalDisk</ObjectName>
<InstanceName>d:</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>300</Frequency>
<Threshold>20</Threshold>
</Configuration>
</UnitMonitor>