Collector Interface Properties
The collector interface properties are written in the following formal in the XML file.
<Import>
<Collectors>
<Collector Name="<Collector Name>">
<InterfaceType>ServerToServer</InterfaceType>
<InterfaceGeneral1>10</InterfaceGeneral1>
......
</Collector>
</Collectors>
</Import>
where <Collector Name> is the collector name found in the ServerToServerCollector.shw file.
You can configure the following properties:
Property Name | Possible Values | Example |
---|---|---|
InterfaceType | ServerToServer, PI, Custom | <InterfaceType>ServerToServer</InterfaceType> |
DefaultTagPrefix | Any tag prefix name | <DefaultTagPrefix>OfflineCloud</DefaultTagPrefix> |
CanBrowseSource | Yes, No | <CanBrowseSource>Yes</CanBrowseSource> |
CanSourceTimestamp | Yes, No | <CanSourceTimestamp>Yes</CanSourceTimestamp> |
MinimumDiskFreeBufferSize | Size in MB | <MinimumDiskFreeBufferSize>150</MinimumDiskFreeBufferSize> |
MaximumMemoryBufferSize | Size in MB | <MaximumMemoryBufferSize>200</MaximumMemoryBufferSize> |
ShouldAdjustTime | Yes, No | <ShouldAdjustTime>Yes</ShouldAdjustTime> |
ShouldQueueWrites | Yes, No | <ShouldQueueWrites>No</ShouldQueueWrites> |
SourceTimeInLocalTime | Yes, No | <SourceTimeInLocalTime>No</SourceTimeInLocalTime> |
CollectionDelay | Time in seconds | <CollectionDelay>2</CollectionDelay> |
DefaultCollectionInterval | Time in milliseconds | <DefaultCollectionInterval>1000</DefaultCollectionInterval> |
DefaultCollectionType | Polled, Unsolicited | <DefaultCollectionType>Unsolicited</DefaultCollectionType> |
DefaultTimeStampType | Source, Collector | <DefaultTimeStampType>Source</DefaultTimeStampType> |
DefaultLoadBalancing | Yes, No | <DefaultLoadBalancing>No</DefaultLoadBalancing> |
DefaultCollectorCompression | Yes, No | <DefaultCollectorCompression>No</DefaultCollectorCompression> |
DefaultCollectorCompressionDeadband | Double type value | <DefaultCollectorCompressionDeadband>0.00000</DefaultCollectorCompressionDeadband> |
DisableOnTheFlyTagChange | Yes, No | <DisableOnTheFlyTagChange>No</DisableOnTheFlyTagChange> |
DefaultCollectorCompressionTimeout | Time in milliseconds | <DefaultCollectorCompressionTimeout>0</DefaultCollectorCompressionTimeout> |
DefaultSpikeLogic | Yes, No | <DefaultSpikeLogic>Yes</DefaultSpikeLogic> |
DefaultSpikeMultiplier | Any numeric value | <DefaultSpikeMultiplier>4</DefaultSpikeMultiplier> |
DefaultSpikeInterval | Any numeric value | <DefaultSpikeInterval>5</DefaultSpikeInterval> |
DataRecoveryQueueEnabled | Yes, No | <DataRecoveryQueueEnabled>No</DataRecoveryQueueEnabled> |
DefaultAbsoluteDeadbanding | Yes, No | <DefaultAbsoluteDeadbanding></DefaultAbsoluteDeadbanding> |
DefaultAbsoluteDeadband | Double type value | <DefaultAbsoluteDeadband>0.00000</DefaultAbsoluteDeadband> |
RedundancyEnabled | Yes, No | <RedundancyEnabled>No</RedundancyEnabled> |
RedundancyPrincipalCollector | <RedundancyPrincipalCollector></RedundancyPrincipalCollector> | |
RedundancyIsActiveCollector | Yes, No | <RedundancyIsActiveCollector>No</RedundancyIsActiveCollector> |
InterfaceGeneral1 | Customized for each collector | <InterfaceGeneral1>10</InterfaceGeneral1> |
InterfaceGeneral2 | Customized for each collector | <InterfaceGeneral2>4</InterfaceGeneral2> |
InterfaceGeneral3 | Customized for each collector | <InterfaceGeneral3>3.188.87.41</InterfaceGeneral3> |
InterfaceGeneral4 | Customized for each collector | <InterfaceGeneral4></InterfaceGeneral4> |
InterfaceGeneral5 | Customized for each collector | <InterfaceGeneral5></InterfaceGeneral5> |