1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: syslog-summary
Maintainer: David Paleino <dapal@debian.org>
Section: admin
Priority: optional
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 9),
dh-python,
python
Vcs-Git: git://anonscm.debian.org/collab-maint/syslog-summary.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/syslog-summary.git
Package: syslog-summary
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Recommends: python-magic
Description: summarize the contents of a syslog log file
This program summarizes the contents of a log file written by syslog,
by displaying each unique (except for the time) line once, and also
the number of times such a line occurs in the input. The lines are
displayed in the order they occur in the input.
.
It is also possible to define some "ignore rules" using regular
expressions.
|