Hence, the "toleranceInSeconds" required for this polling is 1200 - 1100 = 100 seconds.
Resolution
When using the availability filter to generate availability raw value from "Uptime" raw values coming from Smarts, the "toleranceInSeconds" may need to be increased. To change this setting, review the instructions below:
Log onto the collector host and edit the availability filter configuration file below:
Find the "toleranceInSeconds" attribute in the "Uptime" entry:
<input name="Uptime" period="240"toleranceInSeconds="60"factorToSeconds="0.01" maxValueInSeconds="4294967295" groupProperties="source" /> <!-- * name: the value of the up-time raw values 'name' property. -->
Increase the value from the default 60 seconds to 120 seconds:
<input name="Uptime" period="240" toleranceInSeconds="120" factorToSeconds="0.01" maxValueInSeconds="4294967295" groupProperties="source" /> <!-- * name: the value of the up-time raw values 'name' property. -->
Save the changes and restart the Smarts collector.
Additional Information
Increasing the value to match the polling period (240 seconds) or greater is not advised as this may cause the availability value to report incorrectly.