Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: logwarn | Distribution: openSUSE Leap 16.0 |
Version: 1.0.17 | Vendor: openSUSE |
Release: lp160.1.2 | Build date: Sat May 28 16:44:50 2022 |
Group: System/Monitoring | Build host: reproducible |
Size: 46924 | Source RPM: logwarn-1.0.17-lp160.1.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/archiecobbs/logwarn/ | |
Summary: Utility for finding interesting messages in log files |
logwarn searches for interesting messages in log files, where ``interest- ing'' is defined by an user-supplied list of positive and negative (pre- ceeded with a ``!'') extended regular expressions provided on the command line. Each log message is compared against each pattern in the order given. If the log message matches a positive pattern before matching a negative !pattern then it's printed to standard output. logwarn keeps track of its position between invocations, so each matching line is only ever output once. It also finds messages in log files that have been rotated (and possibly compressed) since the previous invoca- tion. logwarn also includes support for log messages that span multiple lines.
Apache-2.0
* Sat May 28 2022 Archie Cobbs <archie.cobbs@gmail.com> - Upgrade to release 1.0.17 + Use fstat(2) instead of stat(2) to avoid tiny race condition + Fix bug when parsing consecutive "-T" flags * Sun Nov 21 2021 Archie Cobbs <archie.cobbs@gmail.com> - Fix bug with spec file - source shouldn't be using URL * Sun Nov 21 2021 Archie Cobbs <archie.cobbs@gmail.com> - Upgrade to release 1.0.16 + Store repeated timestamps more efficiently in state file + Fixed infinite loop in Nagios plugin '-C' flag (issue #29) + Fixed crash when "-T X/Y" flag was the last command line argument * Sun Nov 21 2021 Archie Cobbs <archie.cobbs@gmail.com> - Replace source tarball with _service file pulling from github * Wed Oct 27 2021 Archie Cobbs <archie.cobbs@gmail.com> - Run spec-cleaner on spec file * Thu Mar 19 2020 Archie Cobbs <archie.cobbs@gmail.com> - Upgrade to release 1.0.15 + Added "-C" flag to Nagios plugin (issue #28). + Allow "-T X/Y" flag as the final command line argument * Fri Jun 24 2016 archie.cobbs@gmail.com - Upgrade to release 1.0.14 + Fix bug where `-T' suppressed everything when used with `-p' + Fix bug where `-T' would also count negative patterns + Fix segfault parsing `-T' in certain cases * Mon Jun 20 2016 archie.cobbs@gmail.com - Add 7eac274.patch + Fixes bug where `-T' would also count negative patterns - Add 3a874b0.patch + Fixes bug where `-T' suppressed everything when used with `-p' * Sun Jun 19 2016 archie.cobbs@gmail.com - Upgrade to release 1.0.13 + Added `-T' flag for frequency filtering * Fri May 27 2016 archie.cobbs@gmail.com - Update project homepage URL - Update source file URL * Wed May 25 2016 archie.cobbs@gmail.com - Upgrade to release 1.0.12 + Added note to man page that the default behavior is to match + Fix substitution for @BASH_SHELL@ in check_logwarn script - Remove temporary fix check-logwarn-bash.patch + Moved project hosing from Google code to GitHub + Added `-R' flag (issue #24) * Mon Nov 17 2014 archie@dellroad.org - Pass BASH=/bin/bash to ./configure (variant of SR261868) * Mon Nov 17 2014 archie@dellroad.org - Apply check-logwarn-bash.patch fixing ${BASH} def'n in check_logwarn * Sun Jan 12 2014 archie@dellroad.org - Upgrade to version 1.0.11 + Added `-l' flag (contributed by Tobias Galitzien) + Added `-c' flag for case-insensitive matching (issue #19) + Added `-N' flag to limit messages processed (issue #17) * Wed Jan 23 2013 archie@dellroad.org - Install COPYING into docs - Remove INSTALL from docs - rpmlint: fix RPM group for plugin - rpmlint: give plugin a longer %description * Thu Nov 29 2012 archie@dellroad.org - rpmlint: change spec file Group: to "System/Monitoring" * Thu Nov 29 2012 archie@dellroad.org - Apply package fixes + Spec file fixes: * Use correct License: name * Remove cleanup of %{buildroot} from %install section * Make use of nagios-rpm-macros for RPM macros + Include version update details in changelog * Sun Nov 25 2012 archie@dellroad.org - Upgrade to version 1.0.10 + Added `-M' and `-L' command line flags + Added `-F' flag to Nagios plugin * Fri Nov 09 2012 archie@dellroad.org - Upgrade to version 1.0.9 + Add support for rotated logs that are xz(1) compressed + Plugin: exit UNKNOWN instead of CRITICAL if can't create temp file + Plugin: add support for '-h' command line flag + Plugin: fix unportable sed(1) usage + Plugin: omit alert level from status message * Sat Apr 07 2012 archie@dellroad.org - Upgrade to version 1.0.8 + Properly handle truncated files (issue #7) + Portability fixes for Solaris * Fri Nov 11 2011 archie@dellroad.org - Upgrade to version 1.0.7 + Add large file support (issue #3) * Tue Oct 04 2011 archie@dellroad.org - Upgrade to version 1.0.6 + Fix misuse of '|' character in Nagios plugin output * Fri Sep 16 2011 archie@dellroad.org - Upgrade to version 1.0.5 + Added the ability to scan standard input + Added `-z' flag to always read from the beginning * Fri Aug 19 2011 archie@dellroad.org - Upgrade to version 1.0.4 + Fixed a bug when file is less than three bytes long (issue #2) + Added some examples to the man page * Mon Jan 31 2011 archie@dellroad.org - Upgrade to version 1.0.3 + Don't process the last line of a file if it doesn't have a newline + Tightend up error checking around file operations + Improved error message output from Nagios plugin * Thu Dec 30 2010 archie@dellroad.org - Update to version 1.0.2 + Removed the automatic implication of `-n' by `-i' + Added `-a' flag to control auto-initialize behavior + Added `-p' flag to change default match to no match + Added `-f' flag to specify state file directly + Added some more man page clarifications * Wed Dec 29 2010 archie@dellroad.org - Make Nagios plugin architecture indepdendent. * Wed Dec 29 2010 archie@dellroad.org - Include /var/lib/logwarn in the RPM. * Wed Dec 29 2010 archie@dellroad.org - Add /usr/lib/nagios{,/plugins} to the RPM to make OBS happy. * Wed Dec 29 2010 archie@dellroad.org - Upgrade to version 1.0.1 + Added some man page fixes and clarifications + Added a Nagios plugin * Wed Dec 29 2010 archie@dellroad.org - Initial checkin
/usr/bin/logwarn /usr/share/doc/packages/logwarn /usr/share/doc/packages/logwarn/AUTHORS /usr/share/doc/packages/logwarn/CHANGES /usr/share/doc/packages/logwarn/COPYING /usr/share/doc/packages/logwarn/README.md /usr/share/man/man1/logwarn.1.gz /var/lib/logwarn
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Jan 30 23:52:29 2025