tenshi 0.13-7 source package in Ubuntu

Changelog

tenshi (0.13-7) unstable; urgency=medium

  * QA upload.
  * debian/control:
      - Added perl autopkgtest.
      - Fixed VCS fields.
  * debian/salsa-ci.yml: added to provide CI tests for Salsa.

 -- Daniel Lenharo de Souza <email address hidden>  Thu, 04 Jun 2020 14:23:54 -0300

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
Noble release universe admin
Mantic release universe admin
Lunar release universe admin
Jammy release universe admin

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tenshi_0.13-7.dsc 1.8 KiB 59e5a1b65e1f436ebfe3c6f6a9bdbe0901eb15583455bd2cb2257124f0203d24
tenshi_0.13.orig.tar.gz 28.5 KiB a0b9e0ca95eec52b9bbf0c29529435da64af9b3dfa943dbeca0cd77bf223edf2
tenshi_0.13-7.debian.tar.xz 10.7 KiB a769c82320b298f40fe5ae0eca7acbfe3589c96b2b0a52cbb34c603dafdc26a5

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.