Collect Outbound Server Kb from device
Uses SNMP to get the current client-side Outbound Bandwidth in Kb on the F5 Device (average over last 5 minutes).
SNMP OIDs Used;
.1.3.6.1.4.1.3375.2.1.1.2.1.97.0 - bigipTrafficMgmt.bigipSystem.sysGlobals.sysGlobalStats.sysGlobalStat.sysStatServerBytesOut5m
Value is divided by 1024 to get Kb
Target | AP.F5.Device |
Category | PerformanceCollection |
Enabled | True |
Alert Generate | False |
Remotable | True |
ID | Module Type | TypeId | RunAs |
---|---|---|---|
DS | DataSource | AP.F5.DataSource.Device.ServerSideOutboundKb.Powershell | Default |
CollectToDB | WriteAction | Microsoft.SystemCenter.CollectPerformanceData | Default |
CollectToDW | WriteAction | Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData | Default |
<Rule ID="AP.F5.Base.Perf.Device.ServerOutboundKb" Target="AP.F5.Device" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="AP.F5.DataSource.Device.ServerSideOutboundKb.Powershell">
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
<Debug>true</Debug>
<DeviceAddress>$Target/Property[Type="AP.F5.Device"]/IPAddress$</DeviceAddress>
<DevicePort>$Target/Property[Type="AP.F5.Device"]/Port$</DevicePort>
<DeviceCommunity>$Target/Property[Type="AP.F5.Device"]/Community$</DeviceCommunity>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CollectToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="CollectToDW" TypeID="MSDL!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>