Server Status

Build Status Code Climate Test Coverage Issue Count

I decided to create a simple server status page to act as the root vhost for an apache server. This way the load balancer will also have a simple page to act as the health check. PHP polls the server, gets the data, returns is as a JSON data source. The front end is an Angular app. Ansible ties it all together, builds the app with Yarn and deploys the files onto the apache server. Check out the project on GitHub.