From: Russ Allbery Date: Wed, 8 Dec 2010 19:30:52 +0000 (-0800) Subject: Add a TODO file X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=bfc015de0bdf0a7489b1cce4490ab053839d4b36;p=packages%2Fa%2Fafs-monitor.git Add a TODO file --- diff --git a/Makefile b/Makefile index 6b109b9..71e7760 100644 --- 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 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.