]> git.michaelhowe.org Git - packages/a/afs-monitor.git/commitdiff
Add a TODO file
authorRuss Allbery <rra@stanford.edu>
Wed, 8 Dec 2010 19:30:52 +0000 (11:30 -0800)
committerRuss Allbery <rra@stanford.edu>
Wed, 8 Dec 2010 19:30:52 +0000 (11:30 -0800)
Makefile
TODO [new file with mode: 0644]

index 6b109b99a0f4a6467ef6791de6b3fe182eb61eaa..71e7760974792ad0f4f280da9ccb03c1b4d9ad10 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ DATE    := $(shell grep '^afs-monitor' NEWS | head -1 | cut -d' ' -f 3)
 
 SCRIPTS := check_afs_quotas check_afs_space check_afs_bos check_afs_rxdebug \
           check_afs_udebug
-EXTRA   := LICENSE NEWS README
+EXTRA   := LICENSE NEWS README TODO
 
 all:
 
diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..11962ab
--- /dev/null
+++ b/TODO
@@ -0,0 +1,10 @@
+                          afs-monitor To-Do List
+
+Nagios standards:
+
+ * Add support for the -v option to each script, providing more verbose
+   output.
+
+ * Fix the usage message for invalid options to follow Nagios standards.
+
+ * Fix the output from the -h option to follow Nagios standards.