Gentoo Archives: gentoo-announce

From: Andrea Barisani <lcars@g.o>
To: gentoo-announce@l.g.o
Subject: [gentoo-announce] Announcing Wasabi 0.2
Date: Mon, 21 Jun 2004 08:28:08
Message-Id: 20040621082647.GA19329@sole.infis.univ.trieste.it
1 Hi!
2
3 We are pleased to announce that Wasabi 0.2 has been released with a lot of major
4 improvements.
5
6 The updated ebuild is available in portage at app-admin/wasabi.
7
8
9 Here's the Changelog:
10
11 - added multiple file support
12 - big performance improvements: BerkeleyDB and Storable are no longer
13 required
14 - better signal handling including configuration reload, see wasabi.8
15 SIGNALS section
16 - replaced 'set mda' with 'set mailserver', now reports are handled by
17 Net::SMTP
18 - added per-queue report subjects
19 - added expand_repeats option to handle "last message repeated x times"
20 nicely
21 - added profiling mode
22 - 'set mask' without argument now allows an empty mask
23 - pidfile is removed on shutdown
24 - die if our child process dies
25 - removed prescan option
26
27
28 - What's wasabi?
29
30 This is an official Gentoo hosted project initially developed for Gentoo
31 infrastructure servers.
32
33 Wasabi is a log monitoring program, designed to watch one or more log files for
34 lines matching user defined regular expression and report on the matches. The regular
35 expressions are assigned to queues which have an alert interval and a list of
36 mail recipients.
37
38 Queues can be set to send a notification as soon as there is a log line assigned
39 to it, or to send periodic reports.
40
41 Additionally, uninteresting fields in the log messages (such as PID numbers) can
42 be masked with the standard regular expressions grouping operators ( ). This
43 allows cleaner and more readable reports. All reports are separated by hostname
44 and all messages are condensed when possible.
45
46 The program reads a configuration file (wasabi.conf) and then forks a deamon for
47 monitoring the specified log files.
48
49 Please read the example wasabi.conf and wasabi.8 man page for usage
50 instructions.
51
52 Resources:
53
54 http://www.gentoo.org/proj/en/infrastructure/wasabi/index.xml
55 http://www.gentoo.org/~lcars/wasabi
56
57
58 Please send requests/suggestions/bug reports to <wasabi@g.o>
59
60 --
61 Andrea Barisani <lcars@g.o>
62 Rob Holland <tigger@××××××××.uk>