File: control

package info (click to toggle)
logwatch 7.4.3%2Bgit20161207-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,064 kB
  • ctags: 474
  • sloc: perl: 9,204; sh: 231; makefile: 38
file content (27 lines) | stat: -rw-r--r-- 1,148 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: logwatch
Section: admin
Priority: optional
Maintainer: Willi Mann <willi@debian.org>
Build-Depends: debhelper (>> 8.0.0~)
Standards-Version: 3.9.8
Homepage: http://www.logwatch.org/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/logwatch.git
Vcs-Git: git://anonscm.debian.org/collab-maint/logwatch.git

Package: logwatch
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}, default-mta | mail-transport-agent
Recommends: libdate-manip-perl, libsys-cpu-perl, libsys-meminfo-perl
Suggests: fortune-mod
Description: log analyser with nice output written in Perl
 Logwatch is a modular log analyser that runs every night 
 and mails you the results. It can also be run from command line.  
 .
 The output is by service and you can limit the output to one particular
 service. The subscripts which are responsible for the output, mostly 
 convert the raw log lines in structured format. 
 .
 Logwatch generally ignores the time component in the output, that means, 
 you will know that the reported event was logged in the requested range of 
 time, but you will have to go to the raw log files to get the exact details.