From ceae1811e291cb3563596248cf1558efaa2be7f2 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Mon, 8 Feb 2016 15:51:53 +0000 Subject: [PATCH] nagios todo --- TODO | 6 ++++++ readme.md | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/TODO b/TODO index 52adb5b..0d9ac5e 100644 --- a/TODO +++ b/TODO @@ -109,3 +109,9 @@ in the case of Urchin. This is as far as I have gotten with contemplating license changes. For now we're sticking with the original MIT-style license, but it's easy to change licenses later. + +Nagios plugins +----------------- +It would be cool to run Nagios plugins with Urchin. This is already possible, +actually, but it might be worth giving some special thought to it. +https://nagios-plugins.org/doc/guidelines.html diff --git a/readme.md b/readme.md index 722c6e5..d0505c8 100644 --- a/readme.md +++ b/readme.md @@ -169,9 +169,3 @@ It does something similar, but the interface may be more intuitive. ## 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).