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 NamePossible ValuesExample
InterfaceTypeServerToServer, PI, Custom<InterfaceType>ServerToServer</InterfaceType>
DefaultTagPrefixAny tag prefix name<DefaultTagPrefix>OfflineCloud</DefaultTagPrefix>
CanBrowseSourceYes, No<CanBrowseSource>Yes</CanBrowseSource>
CanSourceTimestampYes, No<CanSourceTimestamp>Yes</CanSourceTimestamp>
MinimumDiskFreeBufferSizeSize in MB<MinimumDiskFreeBufferSize>150</MinimumDiskFreeBufferSize>
MaximumMemoryBufferSizeSize in MB<MaximumMemoryBufferSize>200</MaximumMemoryBufferSize>
ShouldAdjustTimeYes, No<ShouldAdjustTime>Yes</ShouldAdjustTime>
ShouldQueueWritesYes, No<ShouldQueueWrites>No</ShouldQueueWrites>
SourceTimeInLocalTimeYes, No<SourceTimeInLocalTime>No</SourceTimeInLocalTime>
CollectionDelayTime in seconds<CollectionDelay>2</CollectionDelay>
DefaultCollectionIntervalTime in milliseconds<DefaultCollectionInterval>1000</DefaultCollectionInterval>
DefaultCollectionTypePolled, Unsolicited<DefaultCollectionType>Unsolicited</DefaultCollectionType>
DefaultTimeStampTypeSource, Collector<DefaultTimeStampType>Source</DefaultTimeStampType>
DefaultLoadBalancingYes, No<DefaultLoadBalancing>No</DefaultLoadBalancing>
DefaultCollectorCompressionYes, No<DefaultCollectorCompression>No</DefaultCollectorCompression>
DefaultCollectorCompressionDeadbandDouble type value<DefaultCollectorCompressionDeadband>0.00000</DefaultCollectorCompressionDeadband>
DisableOnTheFlyTagChangeYes, No<DisableOnTheFlyTagChange>No</DisableOnTheFlyTagChange>
DefaultCollectorCompressionTimeoutTime in milliseconds<DefaultCollectorCompressionTimeout>0</DefaultCollectorCompressionTimeout>
DefaultSpikeLogicYes, No<DefaultSpikeLogic>Yes</DefaultSpikeLogic>
DefaultSpikeMultiplierAny numeric value<DefaultSpikeMultiplier>4</DefaultSpikeMultiplier>
DefaultSpikeIntervalAny numeric value<DefaultSpikeInterval>5</DefaultSpikeInterval>
DataRecoveryQueueEnabledYes, No<DataRecoveryQueueEnabled>No</DataRecoveryQueueEnabled>
DefaultAbsoluteDeadbandingYes, No<DefaultAbsoluteDeadbanding></DefaultAbsoluteDeadbanding>
DefaultAbsoluteDeadbandDouble type value<DefaultAbsoluteDeadband>0.00000</DefaultAbsoluteDeadband>
RedundancyEnabledYes, No<RedundancyEnabled>No</RedundancyEnabled>
RedundancyPrincipalCollector <RedundancyPrincipalCollector></RedundancyPrincipalCollector>
RedundancyIsActiveCollectorYes, No<RedundancyIsActiveCollector>No</RedundancyIsActiveCollector>
InterfaceGeneral1Customized for each collector<InterfaceGeneral1>10</InterfaceGeneral1>
InterfaceGeneral2Customized for each collector<InterfaceGeneral2>4</InterfaceGeneral2>
InterfaceGeneral3Customized for each collector<InterfaceGeneral3>3.188.87.41</InterfaceGeneral3>
InterfaceGeneral4Customized for each collector<InterfaceGeneral4></InterfaceGeneral4>
InterfaceGeneral5Customized for each collector<InterfaceGeneral5></InterfaceGeneral5>