Package Release Info

logwarn-1.0.14-bp150.1.3

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

logwarn
logwarn-nagios-plugin

Change Logs

* 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