summaryrefslogtreecommitdiff
path: root/sysutils/tenshi
AgeCommit message (Collapse)AuthorFilesLines
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-01-26The SMF default signaling method, :kill, sends a signal to allwiz2-2/+3
processes associated with the service. In the case of tenshi, the refresh method currently uses :kill -HUP, which sends a HUP to the spawned tail process as well as the tenshi process, killing the tail and breaking tenshi. Fix this problem. Bump PKGREVISION. From Paul B. Henson in PR 49607.
2015-01-13Add a package for tenshi-0.15. By Paul B. Henson in PR pkg/49486.bsiegert6-0/+134
From DESCR: 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.