Softpanorama

May the source be with you, but remember the KISS principle ;-)
Home Switchboard Unix Administration Red Hat TCP/IP Networks Neoliberalism Toxic Managers
(slightly skeptical) Educational society promoting "Back to basics" movement against IT overcomplexity and  bastardization of classic Unix

Log Colorizers

News

See also

Recommended Links Recommended Papers Syslog MultiTail  
logtail Logrep loghound LogSurfer Humor Etc

Log Watcher

Perl tool
$Id: README,v 1.28 2004/12/15 08:27:46 arturcz Exp $
$Source: /cvsroot/lwatch/files/README,v $

Log Watcher - tool for log watching and colorize.
http://sf.net/projects/lwatch/

Regular expression support is provided by the PCRE library package,
which is an open source software, written by Philip Hazel, copyright
by the University of Cambridge, England.

PCRE library is available at:
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/

This package uses autotools. You can change all paths and directories
running configure with proper options.
Path and directories changes should be propagated into documentation
and binary. If not, please submit a bug (see BUGS for details).

If you want to use CVS snapshot please read README.cvs.
Automake 1.8 is not necessary. You may safely ignore messages about the 
lack of it as long as Makefile.am, acinclude.m4 and configure.ac are not
modified.

Log Watcher uses getopt_long function. Some unices have it included
in libc (specially glibc based ones), some have it in other libraries
and some do not have it. If you use one of the two last flavors of 
unices, please inform me how you compiled/linked lwatch.

In most cases (assuming, that you have the required libriaries)
    ./configure
    make
    make install
should work. If not, you can set following environment variables:
 - CPPFLAGS specifies additional directories where headers files are searched
 - LDFLAGS specifies additional directories where libraries are searched
 - LIBS specifies additional libraries which lwatch should be linked with

If you have includes/libraries in non-standard directories there are two cases.
1) Header files are in /any/directory/include and libraries are in /any/directory/lib
   In this case just add --with-libFOO=/any/directory to ./configure, for example:
   ./configure --with-libpcre=/opt
2) Above is not true. Then you should specify proper directories manually with CPPFLAGS
   and LDFLAGS, for example
(for example):
   ./configure CPPFLAGS="-I/opt/include" LDFLAGS="-L/opt/lib" 

If you have non-standard library which contains (i.e.) getopt_long run:
./configure LIBS="-lgnugetopt"

Set also CPPFLAGS and LDFLAGS if needed

Default input file is /dev/lwatch. You can change it running:
configure --enable-input=/other/file
What do you think about adding proper entries into syslog/syslog-ng
configuration file during package installation?

If you add this piece of software into any distribution as a package do me
a favour and, please, send me an email notice about it. You can find my email
address in AUTHORS file.

============================================
Flex errors
============================================
If you get an error like:
"yparse.l", line 1: unrecognized '%' directive
"yparse.l", line 2: bad character: #
"yparse.l", line 2: unknown error processing section 1
"yparse.l", line 2: unknown error processing section 1
"yparse.l", line 2: bad character: "
"yparse.l", line 2: unknown error processing section 1
"yparse.l", line 2: bad character: .
"yparse.l", line 2: unknown error processing section 1
"yparse.l", line 2: bad character: "
"yparse.l", line 3: bad character: }
that means you have too old flex. Please upgrade before compilation.
2.5.31 works for me.

============================================
OS specific information
============================================

* Cygwin
Bartek Tomicki told me that lwatch compiles and runs on cygwin without any
problemes. You can contact him at [email protected]

* FreeBSD
Install libgnugetopt (1.2 works for me)
Use `gmake' instead of `make'

* OpenBSD
Aleksander Piotrowski  maintains an OpenBSD
port which is available on http://ports.openbsd.pl/info/sysutils-lwatch.html

* Linux on i386
No additional packages required.

* Linux on other architectures
No experiences. Feedback mostly welcomed.

syslog-summary

logtool

epylog

System log colorizer

System log Colorizer prints out some useful information by filtering and colorizing syslog files. It allows you to read a file, a FIFO, or from stdin, and print out only interesting data. The script colorizes each part of a log line (date, host, process, PID, and message), allows processes to have different colors, and can highlight words in a specific color. It can also use a Perl regex for syntax colorization for variable parts of messages. It filters messages (globally or by host) on process name or/and a regex on the message.

loco

loco is a Perl script which gives the messages file (usually /var/log/messages) some color, so the output is easier to read. It uses a Perl module called Term::ANSIColor to produce the colors. The Perl script is very readable and customizable.

colorize.pl

colorize.pl is a Perl script to colorize your system, Squid, Apache, oops, xfer, and many other logs with file, version, address, URL, email, user, service, etc. catch routines. HTML output support with "valid" HTML and CSS code is available.

logcoloriser (Console/Log Analyzers)

Ssyslog log colourising PERL script
Jul 31st 1999, 22:12
stable: 1.0.2 - devel: none - license: GPL



Etc

Society

Groupthink : Two Party System as Polyarchy : Corruption of Regulators : Bureaucracies : Understanding Micromanagers and Control Freaks : Toxic Managers :   Harvard Mafia : Diplomatic Communication : Surviving a Bad Performance Review : Insufficient Retirement Funds as Immanent Problem of Neoliberal Regime : PseudoScience : Who Rules America : Neoliberalism  : The Iron Law of Oligarchy : Libertarian Philosophy

Quotes

War and Peace : Skeptical Finance : John Kenneth Galbraith :Talleyrand : Oscar Wilde : Otto Von Bismarck : Keynes : George Carlin : Skeptics : Propaganda  : SE quotes : Language Design and Programming Quotes : Random IT-related quotesSomerset Maugham : Marcus Aurelius : Kurt Vonnegut : Eric Hoffer : Winston Churchill : Napoleon Bonaparte : Ambrose BierceBernard Shaw : Mark Twain Quotes

Bulletin:

Vol 25, No.12 (December, 2013) Rational Fools vs. Efficient Crooks The efficient markets hypothesis : Political Skeptic Bulletin, 2013 : Unemployment Bulletin, 2010 :  Vol 23, No.10 (October, 2011) An observation about corporate security departments : Slightly Skeptical Euromaydan Chronicles, June 2014 : Greenspan legacy bulletin, 2008 : Vol 25, No.10 (October, 2013) Cryptolocker Trojan (Win32/Crilock.A) : Vol 25, No.08 (August, 2013) Cloud providers as intelligence collection hubs : Financial Humor Bulletin, 2010 : Inequality Bulletin, 2009 : Financial Humor Bulletin, 2008 : Copyleft Problems Bulletin, 2004 : Financial Humor Bulletin, 2011 : Energy Bulletin, 2010 : Malware Protection Bulletin, 2010 : Vol 26, No.1 (January, 2013) Object-Oriented Cult : Political Skeptic Bulletin, 2011 : Vol 23, No.11 (November, 2011) Softpanorama classification of sysadmin horror stories : Vol 25, No.05 (May, 2013) Corporate bullshit as a communication method  : Vol 25, No.06 (June, 2013) A Note on the Relationship of Brooks Law and Conway Law

History:

Fifty glorious years (1950-2000): the triumph of the US computer engineering : Donald Knuth : TAoCP and its Influence of Computer Science : Richard Stallman : Linus Torvalds  : Larry Wall  : John K. Ousterhout : CTSS : Multix OS Unix History : Unix shell history : VI editor : History of pipes concept : Solaris : MS DOSProgramming Languages History : PL/1 : Simula 67 : C : History of GCC developmentScripting Languages : Perl history   : OS History : Mail : DNS : SSH : CPU Instruction Sets : SPARC systems 1987-2006 : Norton Commander : Norton Utilities : Norton Ghost : Frontpage history : Malware Defense History : GNU Screen : OSS early history

Classic books:

The Peter Principle : Parkinson Law : 1984 : The Mythical Man-MonthHow to Solve It by George Polya : The Art of Computer Programming : The Elements of Programming Style : The Unix Hater’s Handbook : The Jargon file : The True Believer : Programming Pearls : The Good Soldier Svejk : The Power Elite

Most popular humor pages:

Manifest of the Softpanorama IT Slacker Society : Ten Commandments of the IT Slackers Society : Computer Humor Collection : BSD Logo Story : The Cuckoo's Egg : IT Slang : C++ Humor : ARE YOU A BBS ADDICT? : The Perl Purity Test : Object oriented programmers of all nations : Financial Humor : Financial Humor Bulletin, 2008 : Financial Humor Bulletin, 2010 : The Most Comprehensive Collection of Editor-related Humor : Programming Language Humor : Goldman Sachs related humor : Greenspan humor : C Humor : Scripting Humor : Real Programmers Humor : Web Humor : GPL-related Humor : OFM Humor : Politically Incorrect Humor : IDS Humor : "Linux Sucks" Humor : Russian Musical Humor : Best Russian Programmer Humor : Microsoft plans to buy Catholic Church : Richard Stallman Related Humor : Admin Humor : Perl-related Humor : Linus Torvalds Related humor : PseudoScience Related Humor : Networking Humor : Shell Humor : Financial Humor Bulletin, 2011 : Financial Humor Bulletin, 2012 : Financial Humor Bulletin, 2013 : Java Humor : Software Engineering Humor : Sun Solaris Related Humor : Education Humor : IBM Humor : Assembler-related Humor : VIM Humor : Computer Viruses Humor : Bright tomorrow is rescheduled to a day after tomorrow : Classic Computer Humor

The Last but not Least Technology is dominated by two types of people: those who understand what they do not manage and those who manage what they do not understand ~Archibald Putt. Ph.D


Copyright © 1996-2021 by Softpanorama Society. www.softpanorama.org was initially created as a service to the (now defunct) UN Sustainable Development Networking Programme (SDNP) without any remuneration. This document is an industrial compilation designed and created exclusively for educational use and is distributed under the Softpanorama Content License. Original materials copyright belong to respective owners. Quotes are made for educational purposes only in compliance with the fair use doctrine.

FAIR USE NOTICE This site contains copyrighted material the use of which has not always been specifically authorized by the copyright owner. We are making such material available to advance understanding of computer science, IT technology, economic, scientific, and social issues. We believe this constitutes a 'fair use' of any such copyrighted material as provided by section 107 of the US Copyright Law according to which such material can be distributed without profit exclusively for research and educational purposes.

This is a Spartan WHYFF (We Help You For Free) site written by people for whom English is not a native language. Grammar and spelling errors should be expected. The site contain some broken links as it develops like a living tree...

You can use PayPal to to buy a cup of coffee for authors of this site

Disclaimer:

The statements, views and opinions presented on this web page are those of the author (or referenced source) and are not endorsed by, nor do they necessarily reflect, the opinions of the Softpanorama society. We do not warrant the correctness of the information provided or its fitness for any purpose. The site uses AdSense so you need to be aware of Google privacy policy. You you do not want to be tracked by Google please disable Javascript for this site. This site is perfectly usable without Javascript.

Last modified: March 12, 2019