-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add solr monitor #121
Add solr monitor #121
Conversation
5f32a6c
to
44fb3d6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hoping we can get this in, we've got this custom check in a bunch of our applications right now.
44fb3d6
to
ea9417c
Compare
Add Solr monitor documentation Co-authored-by: Carolyn Cole <[email protected]> Co-authored-by: Trey Pendragon <[email protected]>
ea9417c
to
16b6339
Compare
@maxkadel can you rebase now and we'll try the CI again? |
### Solr | ||
|
||
* `url`: the URL used to connect to your Solr instance - must be a string. You can also use `url` to explicitly configure authentication (e.g., `'http://user:[email protected]:8983/'`) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you update the example to https
? 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
Add a Solr health monitor.
Example PR adding this to a Blacklight-based application using Solr