Search found 10 matches

by Mellertm
Wed Mar 16, 2011 6:31 am
Forum: Bug reports
Topic: perfmon test fail after hostmonitor startup
Replies: 4
Views: 18675

Hi Alex,

Hostmonitor tests machines in the same subnet / location as well as machines located at a different subnet / location connected through a IPsec tunnel. All machines are members of the same domain.

both the local and remote tests fail.

Melle.
by Mellertm
Mon Mar 14, 2011 5:36 am
Forum: Bug reports
Topic: perfmon test fail after hostmonitor startup
Replies: 4
Views: 18675

Hi Alex, Thanks for the fast reply! I have read up on the perfmon bugs, and also concluded i would be wise to replace them with WMI tests. They also seem to perform a lot better. For your information though, hostmonitor is not running as a service. Its running on my desktop as a normal application. ...
by Mellertm
Fri Mar 11, 2011 9:43 am
Forum: Bug reports
Topic: perfmon test fail after hostmonitor startup
Replies: 4
Views: 18675

perfmon test fail after hostmonitor startup

After shutting down hostmonitor, and starting it up again, all perfmon test fail with the error: "Error: The wait operation timed out" After refreshing all the tests everything is fine once again. I am using hostmonitor 8.82, and have perfmon test configured to use OneByOne methods. We hav...
by Mellertm
Thu Jan 27, 2011 8:21 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: HttpPage var content as attachment to email alert
Replies: 9
Views: 20265

My bad, i meant a screenshot of the website requested (output from the webserver).

But you are totally right, %HTTPHeader% and %HTTPPage% macro variables provide all the information.

Thanks again!
by Mellertm
Thu Jan 27, 2011 8:18 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Warning counts as dead time
Replies: 3
Views: 10869

I would recommend to use expression like %SuggestedReply_Integer%>200 instead of '%Reply%'>"200 ms" Thanks! You may use "Action depends on bad one" option for "Good" actions. Exactly what i needed! PS If you do not want to start "bad" actions on this status a...
by Mellertm
Wed Jan 26, 2011 3:54 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Warning counts as dead time
Replies: 3
Views: 10869

Warning counts as dead time

I have configured several tests to use optional status processing, the check box 'treat warning status as bad' is unchecked, 'use warning status if' (for example) from a ping test contains: '%Reply%'>"200 ms" This will trigger a warning when the response time is higher then 200ms. Although...
by Mellertm
Wed Jan 26, 2011 3:35 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: HttpPage var content as attachment to email alert
Replies: 9
Views: 20265

RE: HttpPage var content as attachment to email alert

The header does not provide sufficient information. Thanks for helping me along, i will explore the possible workarounds. Although i have to say, i would be a neat feature to let hostmonitor mail screenshots with URL requests in case of an response code other the 200 and 302 for example. I dont know...
by Mellertm
Wed Jan 26, 2011 3:31 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Create view using expression (status 05)
Replies: 4
Views: 12917

RE: Create view using expression (status 05)

Seems resonable, could have guessed that :wink:

Thanks for the answer!
by Mellertm
Wed Jan 12, 2011 7:02 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Create view using expression (status 05)
Replies: 4
Views: 12917

Create view using expression (status 05)

I wanted to create a view showing the currently running tests. I've tried several expressions, but none of them seem to work: 'Checking..' in '%Status%' ('Checking..' in '%Status%') %StatusID%=='05' '%StatusID%'==05 '%StatusID%'=='05' (%StatusID%=='05') ('%StatusID%'==05) ('%StatusID%'=='05') %Statu...
by Mellertm
Wed Jan 12, 2011 3:59 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: HttpPage var content as attachment to email alert
Replies: 9
Views: 20265

HttpPage var content as attachment to email alert

To aid our developers in tracking down error responses, i would like to provide the actual output hostmonitor receives when getting certain error codes (500/503 for example). The most common response from a developer when i tell them a site has an error is: "what was the output?" I can inc...