From 5abf088eb89a206c9e9ab6fb25783a7cb90ace84 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Mon, 19 Oct 2015 12:52:24 -0400 Subject: [PATCH] add new ideas --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index ae98a80..caeb6a6 100644 --- a/readme.md +++ b/readme.md @@ -172,3 +172,9 @@ It might make sense if you do this. ## Alternatives to Urchin Alternatives to Urchin are discussed in [this blog post](https://blog.scraperwiki.com/2012/12/how-to-test-shell-scripts/). + +## Ideas for new features + +* Support [Nagios plugins](https://nagios-plugins.org/doc/guidelines.html) +* Stop running if a test fails so one can use Urchin as a + [setup framework](https://github.com/tlevine/urchin/issues/16).