From bfc015de0bdf0a7489b1cce4490ab053839d4b36 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 8 Dec 2010 11:30:52 -0800 Subject: [PATCH] Add a TODO file --- Makefile | 2 +- TODO | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 TODO 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. -- 2.39.5