summaryrefslogtreecommitdiff
path: root/public_html/software_nagios_plugin_curl.shtml
diff options
context:
space:
mode:
Diffstat (limited to 'public_html/software_nagios_plugin_curl.shtml')
-rw-r--r--public_html/software_nagios_plugin_curl.shtml21
1 files changed, 21 insertions, 0 deletions
diff --git a/public_html/software_nagios_plugin_curl.shtml b/public_html/software_nagios_plugin_curl.shtml
new file mode 100644
index 0000000..88ff353
--- /dev/null
+++ b/public_html/software_nagios_plugin_curl.shtml
@@ -0,0 +1,21 @@
+<!--#include file="header.shtml" -->
+
+<!--#include file="leftside_software.shtml" -->
+
+<div id="content">
+
+<h1>Nagios Curl Plugin</h1>
+
+<p>In my job I'm sometimes the deputy of the system administrator. Using nagios/zabbix/SNMP for
+ monitoring I needed a decent plugin 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 <a href="http://curl.haxx.se">libCurl library</a>.
+</p>
+
+<p>The development area is accessible at:<br/>
+ <a href="https://github.com/andreasbaumann/nagios-plugin-curl">https://github.com/andreasbaumann/nagios-plugin-curl</a>.
+</p>
+
+</div>
+
+<!--#include file="footer.shtml" -->