Commit graph

4 commits

Author SHA1 Message Date
Jesse Peterson
bcfd09f8cc 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>
2009-07-22 04:16:53 +00:00
Tobias Nygren
5095532425 This commit brought to you by the automated whitespace police (pkglint) 2008-05-24 15:34:08 +00:00
Jesse Peterson
b3f70fc71a 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-03-18 15:24:21 +00:00
Jesse Peterson
4d972b87f5 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.
2008-01-03 05:31:25 +00:00