From 916e0cb2ff0583dfd7d16a5aec22029563bdc0ce Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 20 Aug 2007 18:07:10 +0200 Subject: [PATCH] Add manpage for the logwrapper --- doc/man/ccollect-logwrapper.text | 55 ++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 doc/man/ccollect-logwrapper.text diff --git a/doc/man/ccollect-logwrapper.text b/doc/man/ccollect-logwrapper.text new file mode 100644 index 0000000..189244f --- /dev/null +++ b/doc/man/ccollect-logwrapper.text @@ -0,0 +1,55 @@ +ccollect_logwrapper(1) +====================== +Nico Schottelius + + +NAME +---- +ccollect_logwrapper - start ccollect(1) and create a unique log + + +SYNOPSIS +-------- +'ccollect_logwrapper.sh' + + +DESCRIPTION +----------- +ccollect_logwrapper.sh creates a unique logfile below +'$CCOLLECT_CONF/logwrapper' and redirects ccollect(1) output +(stdout and stderr) to it. + + +OPTIONS +------- +Options are passed directly to ccollect(1). + + +FILES +----- +$CCOLLECT_CONF/logwrapper:: + Directory containing the configuration. $CCOLLECT_CONF is '/etc/ccollect', if unset. + +$CCOLLECT_CONF/logwrapper/destination:: + Link to the destination directory for the logfiles + +SEE ALSO +-------- +add_ccollect_source(1), ccollect(1), +delete_ccollect_source(1), list_ccollect_intervals(1) + + +AUTHOR +------ +Nico Schottelius + + +RESOURCES +--------- +Main web site: http://unix.schottelius.org/ccollect/[] + + +COPYING +------- +Copyright \(C) 2007 Nico Schottelius. Free use of this software is +granted under the terms of the GNU General Public License Version 3 (GPLv3).