From: SourceForge.net <no...@so...> - 2011-08-30 14:12:36
|
Bugs item #3400778, was opened at 2011-08-30 16:12 Message generated for change (Tracker Item Submitted) made by wnelis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=816977&aid=3400778&group_id=160720 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Devmon Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Wim Nelis (wnelis) Assigned to: Nobody/Anonymous (nobody) Summary: Thresholds remain undefined Initial Comment: If an OID is used in tests (templates) called A and B, and in test A no thresholds are defined for the OID, but in test B thresholds are defined for the OID, the thresholds are unknown to Devmon when performing test B. Thus no alerts will be triggered, and displaying the threshold value in the status message will show value 'undefined'. This behaviour is caused by an optimisation of Devmon, module dm_tests.pm. The tests are performed in sorted order. During test A, the OID will get defined in a cache (hash %oids). During test B, the presence of the OID in the cache will inhibit retrieval of the thresholds defined in test B. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=816977&aid=3400778&group_id=160720 |