문제

I want create a alert alarm in my Load Balancer to monitorize if Apache Solr is down in my server, is it possible?

도움이 되었습니까?

해결책

You could use the PingRequestHandler of Solr to keep a watch on the Health of your Solr instance.

This answer talks about how to use a HealthCheck file to return back the status of your instance.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top