If I have a test that checks free space on a drive it might log as follows:-
If I then change the alert threshold to a different amount it might subsequently log like this:-TEST NAME: Server123 Drive D
TEST METHOD: check UNC (20%)
When I run a Log Analysis report based on the log files I then get two separate graphs for the test as if they represent two different tests entirely. I get a graph for the period when my alert level was at 20% and a separate report for the period during which my alert level was at 10%.TEST NAME: Server123 Drive D
TEST METHOD: check UNC (10%)
The problem does not seem to occur for some other test types. For instance if I do a "CPU Usage" test then it would log as follows:-
The test method for "CPU usage" does not include any threshold levels in the logged test method, so changing these alert levels does not confuse the log analyser.TEST NAME: Server123 Processor
TEST METHOD: CPU usage
Three questions come to mind:-
Okay I admit that Q2 is really two questions.Q1. Is there a reason that alert levels are included in the log files for some test types (eg UNC) but not other test types (eg CPU)?
Q2. Is there a reason that the log analyser treats different alert levels as if they were different tests? Shouldn't the name of the test be the only distinguishing feature?
Q3. Is this problem a bug or a feature?
We tune alert levels quite often. However we don't want to fragment the reports every time an alert level is tuned.
Regards,
Terje.
P.S. In the interum I have done a search and replace in the log files to trick the log analyser into thinking all the tests were done at the same alert level.