A bug I think, HELP!
A bug I think, HELP!
Advanced Host Monitor 6.24 Enterprise edition + Lifetime updates.
A http test, which internal is 5 min, internal will change to 1 min if bad.
This test's info pane shows like this:
...
total tests 212
passed 211(100%)
failed 1(0%)
unknown 0(0%)
total time 17:41:05
alive time 17:35:46(99%)
dead time 00:05:18(1%)
...
This test's private log(full) shows like this:
...
2006-11-8 9:32:54 host is alive
2006-11-8 9:38:12 no answer
2006-11-8 9:39:23 host is alive
...
---------------
The PROBLEM is, I think the "dead time" in info pane should be "00:01:11", not "00:05:18", cause I change the internal from 5 min to 1 min when the test is bad, private log can prove that.
I think it is a bug, please check that.
I've autogenerated reports in HostMonitor(not log analyzer) every month, and especially shown them to my boss. The inaccurate "dead ratio" and "dead time" are deadly.
I'm crazy nearly, Please help me as soon as possible, thanks a lot.
A http test, which internal is 5 min, internal will change to 1 min if bad.
This test's info pane shows like this:
...
total tests 212
passed 211(100%)
failed 1(0%)
unknown 0(0%)
total time 17:41:05
alive time 17:35:46(99%)
dead time 00:05:18(1%)
...
This test's private log(full) shows like this:
...
2006-11-8 9:32:54 host is alive
2006-11-8 9:38:12 no answer
2006-11-8 9:39:23 host is alive
...
---------------
The PROBLEM is, I think the "dead time" in info pane should be "00:01:11", not "00:05:18", cause I change the internal from 5 min to 1 min when the test is bad, private log can prove that.
I think it is a bug, please check that.
I've autogenerated reports in HostMonitor(not log analyzer) every month, and especially shown them to my boss. The inaccurate "dead ratio" and "dead time" are deadly.
I'm crazy nearly, Please help me as soon as possible, thanks a lot.
9:38:12 - 9:32:54 = 00:05:18
2006-11-8 9:32:54 host is alive
2006-11-8 9:38:12 no answer
2006-11-8 9:39:23 host is alive
The PROBLEM is, I think the "dead time" in info pane should be "00:01:11", not "00:05:18", cause I change the internal from 5 min to 1 min when the test is bad, private log can prove that
9:39:23 - 9:38:12 = 00:01:11
Which "dead" time is more correct? We cannot say. Because we know server status at 9:32 and 9:38 and 9:39 but we don't know status of the system between probes. May be real dead time is 9:39:23-9:32:54 = 00:06:29? or 00:02:20? or 00:00:02?
So its impossible to provide 100% accurate report (unless you check server every second). HostMonitor takes 1st interval. Its not a bug. If we change behaviour and HostMonitor will take 2nd interval it does not change anything. Somebody else will complain.
Regards
Alex
2006-11-8 9:32:54 host is alive
2006-11-8 9:38:12 no answer
2006-11-8 9:39:23 host is alive
Atmo, dead time should be 9:32:54-9:39:23. The best way to avoid "2006-11-8 9:38:12 no answer" is to set an extra check (if no response then recheck xxx times). At least that is what i have configured and it works great!
2006-11-8 9:38:12 no answer
2006-11-8 9:39:23 host is alive
Atmo, dead time should be 9:32:54-9:39:23. The best way to avoid "2006-11-8 9:38:12 no answer" is to set an extra check (if no response then recheck xxx times). At least that is what i have configured and it works great!
Re: A bug I think, HELP!
Well if HM support wants to change the default settings, i guess i would prefer the above, as leo1631 suggested.leo1631 wrote:Advanced Host Monitor 6.24 Enterprise edition + Lifetime updates.
A http test, which internal is 5 min, internal will change to 1 min if bad.
This test's info pane shows like this:
...
total tests 212
passed 211(100%)
failed 1(0%)
unknown 0(0%)
total time 17:41:05
alive time 17:35:46(99%)
dead time 00:05:18(1%)
...
This test's private log(full) shows like this:
...
2006-11-8 9:32:54 host is alive
2006-11-8 9:38:12 no answer
2006-11-8 9:39:23 host is alive
...
---------------
The PROBLEM is, I think the "dead time" in info pane should be "00:01:11", not "00:05:18", cause I change the internal from 5 min to 1 min when the test is bad, private log can prove that.
Done. Version 6.50 Beta available at http://www.ks-soft.net/hostmon.eng/downpage.htmI can offer more correct method for average statistics: BadTime = (Time3-Time1)/2 = (9:39:23-9:32:54)/2 = 00:03:15
However this is undocumented option. if you want to change statistics calculations, add UseBothChecksForStat=1 line into [Misc] section of hostmon.ini file and restart HostMonitor
Regards
Alex