The backend adds the total count for all pods, as well as the count for active pods.
In the frontend shows the new counts but without any further user interactions
* add a class for checking pod connectivity
* extend pod model to handle new functionality
* add an admin frontend to list pods and re-trigger checks manually
* add a daily worker to run through all the pods
* add unit tests for most of the new code