Search found 5 matches

by Son_Of_Diablo
Wed Nov 09, 2016 1:45 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Agent does not support HTTP test
Replies: 5
Views: 17247

URL Request test may check HTTP header and HTTP code. This can be done using variables %HttpCode% and %HttpHeader%. E.g. If you need to set Warning status if HTTP code is 403, you may use "Use Warning status if" option with expression like the following: '%HTTPCode%'=='403' another exampl...
by Son_Of_Diablo
Fri Nov 04, 2016 5:07 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Agent does not support HTTP test
Replies: 5
Views: 17247

KS-Soft Europe wrote:You may use URL Request test instead:
http://www.ks-soft.net/hostmon.eng/mfra ... ts.htm#url

I have looked at that as an option, but it doesn't look like it can check the header for response codes.
by Son_Of_Diablo
Fri Nov 04, 2016 3:43 am
Forum: Configuration, Maintenance, Troubleshooting
Topic: Agent does not support HTTP test
Replies: 5
Views: 17247

Agent does not support HTTP test

Hello I'm trying to setup a HTTP test so I can check the header of some sites (look for response codes). But HM gives me the following message when I try to create the test: Warning: Agent AgentName does not support specified test. Would you like to perform this test by HostMonitor? I need the agent...
by Son_Of_Diablo
Tue Nov 01, 2016 7:10 am
Forum: Reports
Topic: [Solved] Hide 'empty' folders in report
Replies: 3
Views: 34083

KS-Soft wrote:Add SkipEmptyFolders=1 line into [Reports] section of hostmon.ini file and restart HostMonitor

Regards
Alex
That worked like a charm, Thank you so much Alex!
by Son_Of_Diablo
Tue Nov 01, 2016 6:35 am
Forum: Reports
Topic: [Solved] Hide 'empty' folders in report
Replies: 3
Views: 34083

[Solved] Hide 'empty' folders in report

Hello I'm trying to generate a clean report of errors in my tests. But for some reason the report shows all folders I have, also those that have no bad tests. Now my question is: Is there any way to not make it show 'empty' folders without making a custom html template and if not how would I go abou...