"passed tests"+"failed tests"+"unknown tests" < total tests, not =?
A silly question I guess, but why?
Is there any other type of tests?
I'm confused.
passed+failed+unknown<total?
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Re: passed+failed+unknown<total?
Do you want to enumerate HostMonitor's statuses? Here you are:leo1631 wrote:"passed tests"+"failed tests"+"unknown tests" < total tests, not =?
A silly question I guess, but why?
Is there any other type of tests?
00- Not Tested
01- Host is Alive
02- No Answer
03- Unknown
04- Not Resolved
05- Checking
06- Resolving
07- Ok
08- Bad
09- Disabled
10- Bad Contents
11- WaitForMaster
12- OutOfSchedule
Note. Please use "Problem and bugs" forum when something does not work correctly.
Regards,
Max
Hi Max.
I don't want to enumerate HostMonitor's statuses.
In HM's report or a test's statistics summary, I found like this:
total tests 100
passed 90(90%)
failed 5(5%)
unknown 1(1%)
I want to known what kind of status is there in a test's statistics besides 3 above. Now I've known "wait for master" is one,and "disabled" is not, "host is alive" and "ok" all means passed, what is possible type in the rest 4%?
I don't want to enumerate HostMonitor's statuses.
In HM's report or a test's statistics summary, I found like this:
total tests 100
passed 90(90%)
failed 5(5%)
unknown 1(1%)
I want to known what kind of status is there in a test's statistics besides 3 above. Now I've known "wait for master" is one,and "disabled" is not, "host is alive" and "ok" all means passed, what is possible type in the rest 4%?
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
Sorry for misunderstanding.leo1631 wrote:I don't want to enumerate HostMonitor's statuses.
Here you could find all macro variables you are able to use in a reports:leo1631 wrote:I want to known what kind of status is there in a test's statistics besides 3 above. Now I've known "wait for master" is one,and "disable" is not, is there any else?
http://www.ks-soft.net/hostmon.eng/mfra ... m#RepMacro
So, you have missed "out of schedule" and two "acknowledged" statuses.
Regards,
Max