File: control

package info (click to toggle)
monkeytail 0.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 112 kB
  • ctags: 3
  • sloc: perl: 152; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 859 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
Source: monkeytail
Section: utils
Priority: extra
Maintainer: Martyn Smith <martyn@dollyfish.net.nz>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.3
Homepage: http://dollyfish.net.nz/projects/monkeytail
Vcs-Git: git://git.debian.org/git/collab-maint/monkeytail.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/monkeytail.git;a=summary


Package: monkeytail
Architecture: all
Depends: perl, libevent-perl, libgetopt-declare-perl, libconfig-general-perl, ${misc:Depends}
Description: tail variant designed for web developers monitoring logfiles
 MonkeyTail allows a user to tail multiple files on both local and remote hosts
 and clearly marks inactivity by putting 5 newlines in the output whenever a
 pause in output over 3 seconds is detected.
 .
 MonkeyTail is implemented a fairly simple wrapper script around standard tail,
 ssh, and sudo.