mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
a6bda03019
Logsurfer is a program for monitoring system logs in real-time, and reporting on the occurrence of events. It is similar to the well-known swatch program on which it is based, but offers a number of advanced features which swatch does not support. Logsurfer is capable of grouping related log entries together - for instance, when a system boots it usually creates a high number of log messages. In this case, logsurfer can be setup to group boot-time messages together and forward them in a single Email message to the system administrator under the subject line "Host xxx has just booted". Swatch just couldn't do this properly. WWW: http://www.crypt.gen.nz/logsurfer/ PR: ports/157953 Submitted by: rpsfa@rit.edu (me) Approved by: tabthorpe (mentor)
11 lines
465 B
Plaintext
11 lines
465 B
Plaintext
bin/logsurfer
|
|
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
|
%%ETCDIR%%/context_arg_test.conf.sample
|
|
%%ETCDIR%%/echo_test.conf.sample
|
|
%%ETCDIR%%/lines_test.conf.sample
|
|
%%ETCDIR%%/syslog_test.conf.sample
|
|
@dirrmtry %%ETCDIR%%
|
|
@unexec if [ -d %D/%%ETCDIR%% ]; then echo "==> If you are permanently removing this port, you should do a ``rm -rf ${PKG_PREFIX}/etc/logsurfer+`` to remove any configuration files left."; fi
|