HM 6.74 running as Service on WS2003
When the service is restarted, some test variables/counters obviously are reset, whereas others keep their value, e.g:
%Recurrences% keeps its value
%FailureIteration% is reset
As the expressions used to determine "Warning"- and "Normal" Status use %FailureIteration%, tests will fall back to "Normal" or "Warning" when the service is restarted and have to be acknowledged again.
It would be helpful for me to get a list of those counters that will not be reset when the service is restarted. Where are these counters stored?
Thanks in advance
Thomas
Reset of counters when service ist restarted
-
- Posts: 166
- Joined: Sat Apr 15, 2006 2:14 pm
- Location: Germany, Bavaria
-
- Posts: 166
- Joined: Sat Apr 15, 2006 2:14 pm
- Location: Germany, Bavaria
Every counter is stored except the following
%CurrentStatusIteration%
%SuggestedStatus%
%SuggestedSimpleStatus%
%SuggestedReply%
%SuggestedRecurrences%
%FailureIteration%
+ test specific variables are not stored
%TraceBrief%
%TraceFull%
%HttpPage%
%HttpHeader%
%HttpCode%
%DnsResults%
%TrapHost%
%TrapType%
etc
Regards
Alex
%CurrentStatusIteration%
%SuggestedStatus%
%SuggestedSimpleStatus%
%SuggestedReply%
%SuggestedRecurrences%
%FailureIteration%
+ test specific variables are not stored
%TraceBrief%
%TraceFull%
%HttpPage%
%HttpHeader%
%HttpCode%
%DnsResults%
%TrapHost%
%TrapType%
etc
Regards
Alex
-
- Posts: 166
- Joined: Sat Apr 15, 2006 2:14 pm
- Location: Germany, Bavaria