tenshi 0.13-2+deb7u1~build0.16.04.1 source package in Ubuntu

Changelog

tenshi (0.13-2+deb7u1~build0.16.04.1) xenial-security; urgency=medium

  * fake sync from Debian

tenshi (0.13-2+deb7u1) wheezy-security; urgency=high

  * Non-maintainer upload by the Debian LTS team.
  * Fix CVE-2017-11746: PID file issue allows local users to kill arbitrary
    processes

 -- Tyler Hicks <email address hidden>  Wed, 06 Sep 2017 17:08:27 +0000

Upload details

Uploaded by:
Tyler Hicks
Uploaded to:
Xenial
Original maintainer:
Ignace Mouzannar
Architectures:
all
Section:
admin
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Xenial updates universe admin
Xenial security universe admin

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tenshi_0.13.orig.tar.gz 28.5 KiB a0b9e0ca95eec52b9bbf0c29529435da64af9b3dfa943dbeca0cd77bf223edf2
tenshi_0.13-2+deb7u1~build0.16.04.1.debian.tar.xz 9.8 KiB 1f25926421a03db623ee2f56674dfaba4d2dcfc3f27c6bf384e6a7a3934e7321
tenshi_0.13-2+deb7u1~build0.16.04.1.dsc 1.9 KiB 307a0cc89e61fc6f15cb2429601ba93f4cc1f155def14bdc751adfa0adc34925

View changes file

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.