NOTICE: This package has been removed from pkgsrc

./wip/tenshi, Log monitoring program to watch and report on log files

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.15, Package name: tenshi-0.15, Maintainer: henson

tenshi is a log monitoring program, designed to watch one or more log files for
lines matching user defined regular expressions and report on the matches. The
regular expressions are assigned to queues which have an alert interval and a
list of mail recipients.

Queues can be set to send a notification as soon as there is a log line
assigned to it, or to send periodic reports.


Required to run:
[lang/perl5] [sysutils/p5-IO-BufferedSelect]

Master sites:

SHA1: 7728ce5194079d44b9daf9778d363d940565ebd0
RMD160: 4f95ccf0b9b80df12656dd128023e9a3d48fbcef
Filesize: 27.739 KB

Version history: (Expand)


CVS history: (Expand)


   2015-02-01 02:37:38 by Paul Henson | Files touched by this commit (6) | Package removed
Log message:
Delete tenshi package, promoted to production.
   2015-01-13 03:41:49 by Paul Henson | Files touched by this commit (6)
Log message:
Update tenshi from 0.11 to 0.15.
   2012-10-07 18:41:34 by Aleksej Saushev | Files touched by this commit (1)
Log message:
Support staged installation.
   2009-07-22 06:16:53 by Jesse Peterson | Files touched by this commit (2)
Log message:
Update to tenshi 0.11.

- change process name to tenshi when in daemon mode
- timezone is no longer cached, preventing incorrect timestamps on DST change
- allow leftmost queue escalation, warn on unreadable log files instead of exiting
        Heath Caldwell <hncaldwell@csupomona.edu>
- added resolve option
        Brian De Wolf <bldewolf@csupomona.edu>
   2008-05-24 17:34:08 by Tobias Nygren | Files touched by this commit (146)
Log message:
This commit brought to you by the automated whitespace police (pkglint)
   2008-03-18 16:24:21 by Jesse Peterson | Files touched by this commit (2)
Log message:
Update to tenshi 0.10.

- includedir now skips dotfiles
- pid file is now created in debug, profile and foreground modes
- fixed incorrect uid check not handling root user
- fixed buggy time_to_die
- fixed buggy tail_multiple option parsing
- fixed empty report sending if filter program returns no output
- fixed bug on unmatched subpatterns, thanks goes to
       Adam James <atj@pulsewidth.org.uk>
- die before pipe if tail_file is not readable, prevents fd leak
- replaced IO::Select with IO::BufferedSelect, fixes parsing delay of buffered lines
   2008-01-03 06:31:25 by Jesse Peterson | Files touched by this commit (4) | Imported package
Log message:
Import of tenshi-0.9.1.

Tenshi is a log monitoring program, designed to watch one or more log
files for lines matching user defined regular expressions and report on
the matches. The regular expressions are assigned to queues which have
an alert interval and a list of mail recipients.