Tag: logtail
-
Ross Moffatt’s “logtail-v3” – logging files by tracking and only outputing the log from last time logtail was run
http://sourceforge.net/projects/logtail-v3/ this logtail can handle large files and log rolls
-
Thomas Peuss’s “logtail”, an AJAXified logfile download and tailing application
http://sourceforge.net/projects/logtail/
-
John Walker’s “logtail” – a utility to watch multiple log files on multiple machines
http://www.fourmilab.ch/webtools/logtail/ implemented in Perl
-
Paul Slootman’s logtail – a utility to print log file lines that have not been read
http://linux.die.net/man/8/logtail implemented in Perl
-
logcheck – scans your logfiles and warns you
www.logcheck.org sourceforge.net/projects/logcheck/ linuxaria.com/pills/logcheck-scan-your-logs-and-warns-you – this is the nicest overview page Dependencies and restrictions: logcheck depends on logtail logtail runs on exactly one file … … and only once on that file, as it keeps a sister file called logfile.offset improving this should actually be “easy”, e.g. keeping a sister file called logfile.offset.user Pros: abstracting resp. filtering…