tenshi 0.13-8 source package in Ubuntu

Changelog

tenshi (0.13-8) unstable; urgency=medium

  * QA upload.
  * Patch upstream's Makefile to avoid an unnecessary need for
   `(fake)root`.
  * Set `Rules-Requires-Root: no` as a consequence of the above
    change.

 -- Niels Thykier <email address hidden>  Thu, 20 Jun 2024 19:27:26 +0000

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe admin

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tenshi_0.13-8.dsc 1.5 KiB 9de53462c2271c00193ae7257dc3dbdf04e747b40dcb82d925e63ef8348e4851
tenshi_0.13.orig.tar.gz 28.5 KiB a0b9e0ca95eec52b9bbf0c29529435da64af9b3dfa943dbeca0cd77bf223edf2
tenshi_0.13-8.debian.tar.xz 11.0 KiB 5c57937b8c2b7d69b92d8b9588ba13ae5e4356abebaf8a1f8565b7571a6983f9

Available diffs

No changes file available.

Binary packages built by this source

tenshi: log monitoring and reporting tool

 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.
 .
 Additionally, uninteresting fields in the log lines (such as PID numbers) can
 be masked with the standard regular expression grouping operators ( ).
 This allows cleaner and more readable reports. All reports are separated by
 hostname and all messages are condensed when possible.
 .
 The program reads a configuration file and then forks a daemon for monitoring
 the specified log files.