vote up 0 vote down star

Hi all,

I have a web server which is protected behind http-basic-auth. I've read through the monit docs and it doesn't seem like there's a clear way to pass credentials in order to test that the test page on the server is being returned correctly.

Any thoughts?

Thanks!

(Please don't confuse this with monit's own httpd for showing monit status in a web page)

PS this is monit 4.8.1 -- that which comes with Ubuntu Hardy 8.04

flag

1 Answer

vote up 1 vote down

It seems to be possible to include the credentials in the URL, have you tried this?:

(from http://mmonit.com/monit/documentation/monit.html#connection_testing )

[...] Where URL-spec is an URL on the standard form as specified in RFC 2396:

<protocol>://<authority><path>?<query>

Here is an example of an URL where all components are used:

http://user:password@www.foo.bar:8080/document/?querystring#ref

If a username and password is included in the URL Monit will attempt to login at the server using Basic Authentication.

link|flag
Nice one yes that makes sense. I got stuck because the URL isn't specified by default but monit docs do say you can do this: "You can test a HTTP server using the compact URL syntax. This test also allow you to use POSIX regular expressions to test the content returned by the HTTP server." mmonit.com/monit/documentation/monit.html fingers crossed while I see whether this works on monit 4.8.1! – Julian Jul 12 at 18:52

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.