monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Monit cannot connect to Solr/Jetty instance


From: Jan-Henrik Haukeland
Subject: Re: Monit cannot connect to Solr/Jetty instance
Date: Fri, 15 Aug 2014 18:53:25 +0200

You need to request the path solr answer on, not the default path / which might 
not have anything behind it. Use something like (you will need Monit version 
5.8.1)

 if failed
        host 127.0.0.1
        port 8983 protocol http
        and request /solr/
 then restart



On 15 Aug 2014, at 18:00, Matt Coneybeare <address@hidden> wrote:

> Hi Monit Experts,
> 
> I have been having an issue with monit connecting to a jetty/solr instance. 
> To save space and bytes, I will link to my Server Fault question instead of 
> duplicating the content here. Please help!
> 
> http://serverfault.com/questions/620728/monit-cannot-connect-to-solr-jetty-instance
> 
> Thanks!
> 
> -Matt Coneybeare
> 
> --
> To unsubscribe:
> https://lists.nongnu.org/mailman/listinfo/monit-general




reply via email to

[Prev in Thread] Current Thread [Next in Thread]