2011-09-16 17:53:22,165 INFO [CollectdScheduler-50 Pool-fiber2] OneToOnePersister: Persisting data for resource org.opennms.netmgt.collectd.HttpCollector$HttpCollectionResource@6846f5ba
2011-09-16 17:53:22,166 DEBUG [CollectdScheduler-50 Pool-fiber2] AttributeGroup: Visiting Group AttrGroupType[name=test-counts, ifType=all] for null@6
2011-09-16 17:53:22,166 DEBUG [CollectdScheduler-50 Pool-fiber2] AttributeGroup: AttrGroupType[name=test-counts, ifType=all] for null@6.shouldPersist = true
2011-09-16 17:53:22,166 DEBUG [CollectdScheduler-50 Pool-fiber2] HttpCollector$HttpCollectionAttribute: Visiting attribute HttpAttribute: testCount:gauge32:85
2011-09-16 17:53:22,166 DEBUG [CollectdScheduler-50 Pool-fiber2] OneToOnePersister: Persisting HttpAttribute: testCount:gauge32:85
2011-09-16 17:53:22,166 DEBUG [CollectdScheduler-50 Pool-fiber2] OneToOnePersister: Storing attribute HttpAttribute: testCount:gauge32:85
2011-09-16 17:53:22,166 INFO [CollectdScheduler-50 Pool-fiber2] RrdUtils: createRRD: creating RRD file /Users/agalue/Development/opennms/git/1.10/target/opennms-1.9.92-SNAPSHOT/share/rrd/snmp/6/testCount.jrb
2011-09-16 17:53:22,166 INFO [CollectdScheduler-50 Pool-fiber2] RrdUtils: updateRRD: updating RRD file /Users/agalue/Development/opennms/git/1.10/target/opennms-1.9.92-SNAPSHOT/share/rrd/snmp/6/testCount.jrb with values '1316211802:85'
2011-09-16 17:53:22,166 DEBUG [CollectdScheduler-50 Pool-fiber2] RrdUtils: updateRRD: RRD update command completed.
2011-09-16 17:53:22,166 DEBUG [CollectdScheduler-50 Pool-fiber2] AttributeGroup: Visiting Group AttrGroupType[name=test-counts, ifType=all] for null@6
2011-09-16 17:53:22,166 DEBUG [CollectdScheduler-50 Pool-fiber2] HttpCollector$HttpCollectionAttribute: Visiting attribute HttpAttribute: testCount:gauge32:85
2011-09-16 17:53:22,166 DEBUG [CollectdScheduler-50 Pool-fiber2] CollectorThresholdingSet: hasThresholds: node@testCount? true
2011-09-16 17:53:22,166 DEBUG [CollectdScheduler-50 Pool-fiber2] ThresholdingVisitor: visitAttribute: storing value 85 for attribute named testCount
2011-09-16 17:53:22,166 DEBUG [CollectdScheduler-50 Pool-fiber2] CollectorThresholdingSet: applyThresholds: Applying thresholds on org.opennms.netmgt.collectd.HttpCollector$HttpCollectionResource@6846f5ba using 1 attributes.
2011-09-16 17:53:22,166 INFO [CollectdScheduler-50 Pool-fiber2] CollectorThresholdingSet: applyThresholds: Processing threshold testCount : {evaluator=absoluteChange, dsName=testCount, dsType=node, evaluators=[{ds=testCount, value=10.0, rearm=5.0, trigger=1}]}
2011-09-16 17:53:22,166 DEBUG [CollectdScheduler-50 Pool-fiber2] CollectionResourceWrapper: getAttributeValue: id=org.opennms.netmgt.collectd.HttpCollector$HttpCollectionResource@6846f5ba.testCount, value= 85.0
2011-09-16 17:53:22,166 INFO [CollectdScheduler-50 Pool-fiber2] CollectorThresholdingSet: applyThresholds: All values found, evaluating
2011-09-16 17:53:22,166 DEBUG [CollectdScheduler-50 Pool-fiber2] ThresholdEntity: evaluate: value= 85.0 against threshold: {evaluator=absoluteChange, dsName=testCount, dsType=node, evaluators=[{ds=testCount, value=10.0, rearm=5.0, trigger=1}]}
2011-09-16 17:53:22,166 DEBUG [CollectdScheduler-50 Pool-fiber2] ThresholdEvaluatorAbsoluteChange$ThresholdEvaluatorStateAbsoluteChange: evaluate: absolute positive change threshold triggered
Can you provide the thresholds configuration files? It will also be great if you can set DEBUG for COLLECTD on log4j.properties and give me the log message related to thresholds.
I'm trying to reproduce the problem, but it seems to work for me (from junit testing point of view).