search for: logtailng

Displaying 1 result from an estimated 1 matches for "logtailng".

Did you mean: logtail
2004 Nov 10
1
logtail ignoring information in rotated logs
...tail itself, especially as other people don't seem to have considered the implications. The fiaif package, for example, includes a script (fiaif-scan) that invokes logtail to examine syslog, but does not check rotated logs. Joel --- /usr/sbin/logtail 2004-09-23 06:06:24.000000000 +0930 +++ logtailng.pl 2004-11-11 02:10:55.000000000 +1030 @@ -21,7 +21,7 @@ use strict; use warnings; -my ($size); +my ($size, $rotsize); use Getopt::Std; my %opts = (); @@ -52,7 +52,7 @@ exit 66; } -my ($inode, $ino, $offset) = (0, 0, 0); +my ($inode, $ino, $offset, $rotatedino) = (0, 0, 0, 0);...