From 8597f011f93205a6cb978a884a9c5d9fe6512d3f Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 17 Mar 2008 08:29:02 +0100 Subject: [PATCH] updated manpage for ccollect_analyse_logs --- doc/man/ccollect_analyse_logs.text | 56 ++++++++++++++++++++++++++++++ doc/todo/0.7.1 | 1 - 2 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 doc/man/ccollect_analyse_logs.text diff --git a/doc/man/ccollect_analyse_logs.text b/doc/man/ccollect_analyse_logs.text new file mode 100644 index 0000000..2638014 --- /dev/null +++ b/doc/man/ccollect_analyse_logs.text @@ -0,0 +1,56 @@ +ccollect_analyse_logs(1) +======================== +Nico Schottelius + + +NAME +---- +ccollect_analyse_logs - analyse logs produced by ccollect(1) + + +SYNOPSIS +-------- + +'ccollect_analyse_logs.sh' [iwe] + + +DESCRIPTION +----------- +ccollect_analyse_logs.sh reads the logfiles from stdin. You have to specify +at least one of the three loglevels (*i*nformational, *w*arning, *e*rror). Any +combination of them is allowed. + + +FILES +----- +ccollect log files:: + Are read from stdin + +EXAMPLES +-------- +cat /var/log/ccollect/single/* | ccollect_analyse_logs.sh iw:: + Displays warnings and informational parts +ccollect_analyse_logs.sh iw < /var/log/ccollect/all_together:: + Displays only error messages (useful for the morning mail) + + +SEE ALSO +-------- +ccollect(1), ccollect_add_source.sh, ccollect_delete_source(1), +ccollect_list_intervals(1), ccollect_logwrapper(1), + + +AUTHOR +------ +Nico Schottelius + + +RESOURCES +--------- +Main web site: http://unix.schottelius.org/ccollect/[] + + +COPYING +------- +Copyright \(C) 2007-2008 Nico Schottelius. Free use of this software is +granted under the terms of the GNU General Public License Version 3 (GPLv3). diff --git a/doc/todo/0.7.1 b/doc/todo/0.7.1 index 17ddd15..fb8d3a5 100644 --- a/doc/todo/0.7.1 +++ b/doc/todo/0.7.1 @@ -11,4 +11,3 @@ 09:32 < Obri> ping -c1 -q `cat /etc/ccollect/sources/$name/source | cut -d"@" -f2 | cut -d":" -f1` 09:33 < Obri> telmich: so bricht das backup ab wenn der host nicht erreichbar ist 09:33 < Obri> ohne dass ein altes backup entsorgt wird -