Building python hooks to call existing nagios checks
The threshold checks for nagios are written in python, ideally we should call into it from python, not via the command line, so that we get more flexible access to the details of what is failing
may build some custom checks as well.
I want it to run asyncronous checks during the deploy and throw up red flags to the deployment enginer, allowing them to decide how to react. No automatic responses until we become comfortable with the reliability of the system.