spatie / laravel-server-monitor

Don't let your servers just melt down
https://docs.spatie.be/laravel-server-monitor/v1/introduction
MIT License
813 stars 95 forks source link

Support IP addresses in Elasticsearch check. #87

Closed philipgunther closed 5 years ago

philipgunther commented 5 years ago

This PR adds the possibility to check if Elasticsearch is running on a different IP than localhost.

You just have to add {"ip": "XX.XX.XX.XX"} to your custom_properties column of your check in the checks table.

freekmurze commented 5 years ago

Thanks!