log_analysis is a log file analysis engine that extracts relevant
data for any of the recognized log messages and produces a summary
that is much easier to read. It can be configured to recognize
entirely new log types. log_analysis natively understands about
100 different kinds of syslog messages, as well as wtmp messages.
Daemon to rotate, compress, remove and mail system log files.
I try to make it work just like /usr/sbin/newsyslog.
With logrotate, you can mail syslog and execute command
before or after logrotate.
This is the Intel Performance Counter Monitoring toolkit.
The original software is available here:
http://software.intel.com/en-us/articles/intel-performance-counter-monitor
This install comes from Adrian Chadd's copy, which includes some portability
fixes related to FreeBSD. This can be found in the local/freebsd branch of:
http://github.com/erikarn/intel-pcm
This requires the 'cpuctl' module to be loaded.
I'm a lumberjack and I'm ok! I sleep when idle, then I ship logs all day!
I parse your logs, I eat the JVM agent for lunch!
(This project was recently renamed from 'lumberjack' to 'logstash-forwarder' to
make its intended use clear. The 'lumberjack' name now remains as the network
protocol, and 'logstash-forwarder' is the name of the program. It's still the
same lovely log forwarding program you love.)
Logstash is a tool for managing events and logs. You can use it to collect
logs, parse them, and store them for later use (like, for searching). Speaking
of searching, logstash comes with a web interface for searching and drilling
into all of your logs.
Logtool is a command line program that will parse ASCII logfiles into a more
palatable format. It will take anything resembling a standard syslog file
(this includes syslog-ng, multilog, and probably most of the other variantse),
and crunch it into one of the following formats for your viewing pleasure:
- ANSI (colorized for easy "at a glance" viewing)
- ASCII (for e-mail'ed reports, and term's that don't support color)
- CSV (for importing into your favorite spreadsheet/database)
- HTML (for generating web pages)
- RAW (for no good reason)
It can be configured to parse the data any one of several ways, including
suppressing duplicate messages, stripping the host, and/or program fields,
and modifying the time display format (supports TAI64 timestamps produced
by DJB's multilog) of the log entries.
Logwatch is a customizable, pluggable log-monitoring system. It will go
through your logs for a given period of time and make a report in the areas
that you wish with the detail that you wish.
Chiron FS is a FUSE based filesystem which implements replication at the
FILESYSTEM LEVEL like RAID 1 does at the DEVICE LEVEL. The replicated
filesystems may be of any kind you want the only requisite is that you
mount it. No need for special configuration files, the setup is as simple
as one mount command (or one line in fstab).
luckyBackup is a QT4 application that backs-up and synchronizes directories
using the power of rsync. It is simple to use, fast (only transfers changes
made), safe, reliable, and fully customizable.
Libsunacl is a wrapper around FreeBSD NFSv4 ACL API (acl_get_file(3) etc),
providing SunOS-compatible acl(3)/facl(3) functions. Its main purpose
is to make it easier to port software such as Samba, which already supports
SunOS ACL API.