summaryrefslogtreecommitdiff
path: root/TODOS
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2008-09-27 17:52:05 +0000
committerAndreas Baumann <abaumann@yahoo.com>2008-09-27 17:52:05 +0000
commit6b1b9863d8fccfe09c2f72c68e1ebfeea54efbe8 (patch)
tree0c4e761c5b5aad7010c210a4519a2a72760af55d /TODOS
parenteedc9cd68aef078e4584e43d8055d70e1fa07351 (diff)
downloadnagios-plugin-curl-6b1b9863d8fccfe09c2f72c68e1ebfeea54efbe8.tar.gz
nagios-plugin-curl-6b1b9863d8fccfe09c2f72c68e1ebfeea54efbe8.tar.bz2
- added first runnig version
Diffstat (limited to 'TODOS')
-rw-r--r--TODOS13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODOS b/TODOS
new file mode 100644
index 0000000..86d1004
--- /dev/null
+++ b/TODOS
@@ -0,0 +1,13 @@
+- protocol version and answer from server from HTTP status
+ line
+- try to mimic all options of check_http
+- implement full ranges in -c and -w (used by anybody?)
+- provide FTP functionality
+- make gengetopt stderr handling and plugin first line
+ stdout work together (error handling is bad currently
+ if the plugins is called with illegal arguments)
+- make use of bandwith measurement functions of libcurl
+ for QoS checking options
+- drop-in replacement for strsep, where it is missing
+- handle error codes and set nagios plugin status
+ accordingly