» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with logging + linux

cronolog.org

flexible web log rotation

User:daveg: del.icio.us/daveg

Using Syslog information with SourceLabs Linux Self-Support

Below is documentation for using SourceLabs Self-Support Suite for Linux and Open Source Java to gather, organize, and search Syslog messages.

You can setup syslog to connect to the relay. In this release, we only support syslog over UDP. To set this up, you need to modify your syslogd config file. Often this is in /etc/syslog.conf

To get started, you can add

. @relayMachineName:4657

This will send all your syslog messages to a machine named relayMachineName over port 4657. Port 4657 is the default port the relay listens to for Syslog UDP messages. You can change this in the relay’s property file. This properties file is located in the ‘conf’ directory of your relay installation (e.g. /opt/sourcelabs/relay/conf).

To filter the syslog messages sent to the relay, please read the syslog documentation or man pages for more information.

Syslog-ng:

You can also setup syslog-ng to use the relay. For the current version of the relay, you will need to use UDP logging to the relay instead of TCP. To set this up, you need to modify your syslog-ng config file. Often this is in /etc/syslog-ng.conf

To get started, you can add
destination d_relay { udp("relayMachineName ", port(4657)); }; log { source(s_sys); destination(d_relay); };

Assuming that you are using a default syslog-ng configuration where source ‘s_sys’ represents all syslog messages (modify source as necessary for your configuration),this will send all your syslog messages to a machine named relayMachineName over port 4657. Port 4657 is the default port the relay listens to for Syslog UDP messages. You can change this in the relay’s property file. This properties file is located in the ‘conf’ directory of your relay installation (e.g. /opt/sourcelabs/relay/conf).

To filter the syslog messages sent to the relay, please read the syslog documentation or man pages for more information.

Find more information about SourceLabs Self-Support Suite for LInux and Open Source Java

syslog

Syslog is a protocol for sending log messags over an IP network. It has been standardized by the IETF (documents here)

Originally developed as part of Sendmail, SysLog became the defacto standard for Unix and Linux systems.

A “syslog server” or “syslog daemon” is typically the recipient of syslog messages.

SourceLabs includes the ability to capture, sort, search and correlate Syslog messages with millions of records as part of its Self-Support Suite for Linux and Open Source Java

Forums

Tools

How-to

syslogd supporting MySQL and TCP :: rsyslog

Rsyslog is an enhanced multi-threaded syslogd supporting, among others, MySQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any message part, and fine grain output format control

User:daveg: del.icio.us/daveg

PyFlag - PyFlagWiki

FLAG (Forensic and Log Analysis GUI) is an advanced forensic tool for the analysis of large volumes of log files and forensic investigations.

User:daveg: del.icio.us/daveg

LIRE - LogReport

Lire is hands down the most versatile log analysis software to keep track of in an active network than just webservers available today.

Postfix: del.icio.us/tag/postfix

LogReport

Welcome to the LogReport project website. We transform raw data in network/computer system log files into valuable information for you.

Postfix: del.icio.us/tag/postfix

sshutout

This is a Linux daemon, written in C, that periodically monitors log files looking for multiple failed login attempts via the Secure Shell daemon

opensource: del.icio.us tag/opensource

Introduction and QuickStart to LoggerFS [The Open Source Journal]

LoggerFS is a FUSE-based virtual file system written in C++ using the FUSEXX C++ bindings. It seamlessly passes log data through the file system and directly into a database. Unlike existing log parsers, which often run periodically and scan the entire fi

opensource: del.icio.us tag/opensource

LoggerFS

It seamlessly passes log data through the file system and directly into a database. App logs to file on VFS and LoggerFS watches for changes, writing them into RDBMS

opensource: del.icio.us tag/opensource

www2.logwatch.org

Monitoriza los logs del sistema (o el registro de configuraci

opensource: del.icio.us tag/opensource

monit

monit is a utility for managing and monitoring, processes, files, directories and devices on a UNIX system. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations.

opensource: del.icio.us tag/opensource

Page 1 | Next >>