Monitor a (shared) webserver subfolder (only)

Hi guys, need your help on the following, who can help?
We want to monitor a webserver, not just via the regular http probe in The Dude, since ‘our’ webserver is hosted with a provider that hosts multiple webservers on one server.
Therefore, the overall webserver URL is http:// and ‘our’ webserver resides in a subdirectory, hence ‘our’ webserver is reachable via http:///
I want to monitor only that specific directory, to check whether our webserver is up and running, no point in checking the whole server via the standard http probe.
We tried to create a new http-probe, but do not know what specific string needs to be sent via the 'Send’field.
Can anybody help in explaining how to adjust the HEAD /HTTP/1.0\r\n\r\n string? What needs to be put in place? (we are no http programmers, but network engineers :wink: )
Is it possible anyway?
Thank you in advance!

Try:

HEAD /<subdirectory> HTTP/1.0\r\nHost: <dnsname>\r\n\r\n

Thx Sob, no luck yet. Reason for asking was because our provider has our website down (working on it to get it up again).
I tried your suggestion, but Dude notifies us that site is up, while in fact the site is down. The server is up, however no information is retrieved, just an empty page.
Maybe we need to monitor on a specific object on the page? For instance a picture, or paragraph header?
If so, we will do that when the page is up and running againg.
Question: can I change the string into “HEAD //<picture.jpg> HTTP/1.0\r\nHost: \r\n\r\n” or something similar then?
Regards, E.

This whole config is a little unusual. Even though your backend server is down, it’s likely that the main server returns something. And it depends on what it is. It’s hard to give you exact advice when I don’t see it. If I was you, I’d use developer console in web browser and inspect requests to your server. You can see all request and response headers and it should make clear what exactly is happening and what you need to be looking for in Dude.

Thx Sob, Will look into your suggestion, regards,

Any luck with that? The task looks simple - check website availability by URL (contoso.com) but dude operates with ip-addresses not urls. Is there a workaround?

no , no luck, gave up on this…