A text file that lives at www.yoursite.tld/monitors.txt and describes in plain text what monitoring you want done on your site.
Your monitoring provider regularly reads your monitors.txt file to configure your application’s monitors. Due to the open nature of monitors.txt, you’ll be able to quickly switch monitor providers or even add new providers without hassle.
One intention of monitors.txt is to encourage developers to improve monitoring for their web sites by making it easy to setup new monitors; I don’t enjoy logging into some monitoring service web app to setup monitors, but I do enjoy writing readable monitoring tests right there in my code, where they belong.
Two ways spring to mind:
Perhaps a service could support multiple formats for monitors.txt:
If you build it, yep. Sorry, this monitors.txt article is just an idea I had one weekend that I hastily decided to publish. It got some useful feedback on Hacker News if you would like to read more.
I did toy with the idea of providing a service to do this, and produced a prototype that worked with a Cucumber/Gherkin format monitors.txt. However, my monitoring needs and views have evolved since then and I’ve stopped work on it.
Eliot Sykes (e -at- jetbootlabs.com)