forked from ungleich-public/ccollect
updated manpage for ccollect_analyse_logs
This commit is contained in:
parent
e6fe61aa0e
commit
8597f011f9
2 changed files with 56 additions and 1 deletions
56
doc/man/ccollect_analyse_logs.text
Normal file
56
doc/man/ccollect_analyse_logs.text
Normal file
|
@ -0,0 +1,56 @@
|
|||
ccollect_analyse_logs(1)
|
||||
========================
|
||||
Nico Schottelius <nico-ccollect--@--schottelius.org>
|
||||
|
||||
|
||||
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 <mailto:nico-ccollect--@--schottelius.org[]>
|
||||
|
||||
|
||||
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).
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue