Health check for loadbalancers and automated monitors

Uncategorized

Implemented health check URL to monitor server and it's services.
Healthcheck URL is  /statuscheck
Uses HTTP GET request, doesn't require authentication.
In case of failed check it returns HTTP 500 code.
In case of successful check it returns HTTP 200 code.