summaryrefslogtreecommitdiff
path: root/content/software/nagios_plugin_curl.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/software/nagios_plugin_curl.md')
-rw-r--r--content/software/nagios_plugin_curl.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/content/software/nagios_plugin_curl.md b/content/software/nagios_plugin_curl.md
index 92cbe42..bd83c2c 100644
--- a/content/software/nagios_plugin_curl.md
+++ b/content/software/nagios_plugin_curl.md
@@ -9,5 +9,11 @@ for Nagios to do HTTP alive checks. The standard one had some problems
mainly with chunked transfer encoding, thus I hacked a plugin using the
excellent [libCurl library](http://curl.haxx.se).
-The development area is accessible at:
-[https://github.com/andreasbaumann/nagios-plugin-curl](https://github.com/andreasbaumann/nagios-plugin-curl).
+Further development goes on as 'check_curl' in
+[monitoring-plugins](https://github.com/monitoring-plugins/monitoring-plugins)
+in branch
+feature_check_curl. If you want help out testing or developing it
+should happen there.
+
+An old archived version of the plugin can be found at
+http://git.andreasbaumann.cc/cgit/nagios-plugin-curl/.