File nagios-plugins-zypper.changes of Package nagios-plugins-zypper

-------------------------------------------------------------------
Fri Oct 28 14:05:03 UTC 2011 - lars@linux-schulserver.de

- update to 1.40:
  + SLE-10-SP3 is unsupported
  + openSUSE 12.1 and SLE-11-SP2 are supported

-------------------------------------------------------------------
Wed Mar 23 21:30:08 UTC 2011 - lars@linux-schulserver.de

- update to 1.39:
  + SLE-10-SP4 and openSUSE 11.5 are supported

-------------------------------------------------------------------
Fri Feb  4 08:14:57 UTC 2011 - lars@linux-schulserver.de

- update to 1.38:
  + openSUSE 11.1 is out of service
  + back to old performance data output, as requested by community

-------------------------------------------------------------------
Wed Dec 15 19:37:55 UTC 2010 - lars@linux-schulserver.de

- delete SLE-11-GA, as this OS is out of service

-------------------------------------------------------------------
Fri Oct 15 12:18:44 UTC 2010 - lars@linux-schulserver.de

- update to 1.37:
  + quote the supported OS releasenumbers to avoid perl from 
    cutting off the last digit if it is a zero

-------------------------------------------------------------------
Thu Oct 14 06:26:09 UTC 2010 - lars@linux-schulserver.de

- update to 1.36:
  + fix debug output
  + fix refresh_wrapper call on SLES10

-------------------------------------------------------------------
Tue Oct 12 19:49:23 UTC 2010 - lars@linux-schulserver.de

- update to 1.35:
  + check for discontinued OS releases and report them as critical
    as they would not receive any further updates
    Supported: openSUSE 11.1, 11.2, 11.3 and 11.4
               SLE 10.3, 11.0 11.1
  + follow perl best practices 
- Req: gawk, grep and rpm as those commands are needed now

-------------------------------------------------------------------
Sun Oct 10 11:43:15 UTC 2010 - lars@linux-schulserver.de

- update to 1.30:
  + added check for unsupported packages. As those packages might lead
    to a system with security holes, just the packages from the official 
    repository are marked as valid at the moment. Admins should list 
    their packages via 'whitelist:foo' in an ignore file to disable the 
    warning.
  + Performance data output is reduced to a single variable now containing 
    security,recommended,optional,packages as values

-------------------------------------------------------------------
Fri Feb  5 16:43:52 UTC 2010 - lars@linux-schulserver.de

- update to 1.26
  + Enhanced error reporting for repository refreshing

-------------------------------------------------------------------
Mon Feb  1 22:02:29 UTC 2010 - lars@linux-schulserver.de

- update to 1.25:
  + fix typo in 11.0 options ('xml-updates')
  + fix bnc #536475: check_zypper triggers "warning" when there 
    are no updates available

-------------------------------------------------------------------
Wed Jan 20 17:11:06 UTC 2010 - lars@linux-schulserver.de

- update to 1.24:
  + fix bnc#557862 : Result of nagios plugin check_zypper is 
    interpreted as critical even if OK 
    (thanks to Matthias Pfafferodt for the patch)
  + reformat the code using perltidy

-------------------------------------------------------------------
Sat Nov 28 13:07:27 CET 2009 - lrupp@suse.de

- update to 1.23:
  + enhanced debug output

-------------------------------------------------------------------
Fri Oct 16 17:05:20 CEST 2009 - lrupp@suse.de

- update to 1.22:
  + fix wrong update counting for SLE11 
    (fixes bnc#546166 - thanks to Sven Giller)
  + fix small typo in output

-------------------------------------------------------------------
Mon Sep 28 16:51:03 CEST 2009 - lrupp@suse.de

- update to 1.21:
  + use --non-interactive everywhere

-------------------------------------------------------------------
Sat Sep 26 12:00:03 CEST 2009 - lrupp@suse.de

- update to 1.2:
  + use the same zypper options for all openSUSE versions > 11.0
    (fixes bnc#538850)
  + handle new message type 'warning'

-------------------------------------------------------------------
Wed Sep 23 12:01:47 CEST 2009 - lrupp@suse.de

- update to 1.1:
  + code cleanup
  + added option "-d" for debug output

-------------------------------------------------------------------
Fri Apr  3 10:26:33 CEST 2009 - lrupp@suse.de

- update to 1.01:
  + better handling for SLE11

-------------------------------------------------------------------
Mon Mar 23 13:42:29 CET 2009 - lrupp@suse.de

- update to 1.0:
  + added option '-p' to disable perfdata output
  + fixed perfdata output

-------------------------------------------------------------------
Fri Feb 20 22:54:47 CET 2009 - lrupp@suse.de

- update to 0.980:
  + also support old Nagios v2 output format
  + no whitespaces in perfdata output

-------------------------------------------------------------------
Mon Feb 16 18:54:09 CET 2009 - lrupp@suse.de

- update to 0.975:
  + added option '-i' to allow admins to ignore some patches/
    packages via config file

-------------------------------------------------------------------
Thu Feb 12 15:23:21 CET 2009 - lrupp@suse.de

- update to 0.966:
  + support nagios embedded perl interpreter

-------------------------------------------------------------------
Wed Jan 28 16:23:34 CET 2009 - lrupp@suse.de

- update to 0.965:
  + added option '-r' to refresh zypper automatically

-------------------------------------------------------------------
Wed Jan 28 12:35:32 CET 2009 - lrupp@suse.de

- update to 0.951:
  - return perfdata even if no update is available

-------------------------------------------------------------------
Tue Jan 27 17:17:00 CET 2009 - lrupp@suse.de

- update to 0.950:
  - allow to ignore outdated repositories with -o
  - reset alarm() on exit
  - handle unknown options instead of ignoring them
  - first version of performancedata output in check result

-------------------------------------------------------------------
Tue Dec 16 18:36:33 CET 2008 - lrupp@suse.de

- update to 0.911:
  + first working version for 11.1
  + use own functions: nagios-plugins is obsolete
  + better exit handling for -c and -w options
  + warn, if a repository is out of date
  + small enhancements for -v option

-------------------------------------------------------------------
Thu Nov 27 10:54:19 CET 2008 - lrupp@suse.de

- update to 0.9:
  - better whitespace handling for SLE10 based products

-------------------------------------------------------------------
Thu Oct 23 15:11:28 CEST 2008 - lrupp@suse.de

- update to 0.8.1:
  + enhance the documentation (help text)

-------------------------------------------------------------------
Wed Oct 22 20:10:54 CEST 2008 - lrupp@suse.de

- update to 0.8:
  + return UNKNOWN if zypper prints "Error message"
  + return UNKNOWN if zypper is already running

-------------------------------------------------------------------
Mon Sep 29 11:49:27 CEST 2008 - lrupp@suse.de

- update to 0.7:
  + enable verbose output for SLE10 based hosts

-------------------------------------------------------------------
Wed Sep 17 12:26:17 CEST 2008 - lrupp@suse.de

- update to 0.6:
  + added error handling if update source is not available
  + switch to BSD License

-------------------------------------------------------------------
Thu Sep 11 15:41:55 CEST 2008 - lrupp@suse.de

- fix stupid variable clash

-------------------------------------------------------------------
Wed Sep 10 11:50:53 CEST 2008 - lrupp@suse.de

- update to 0.5:
  + code cleanup
  + return UNKNOWN state if system doesn't support check without 
    sudo rights
  + allow user to specify the release file with '-r'

-------------------------------------------------------------------
Wed Sep  3 17:43:53 CEST 2008 - lrupp@suse.de

- update to 0.4:
  + added sudo option to call zypper via sudo
  + don't print packagelist if packagelist is empty

-------------------------------------------------------------------
Tue Sep  2 12:29:14 CEST 2008 - lrupp@suse.de

- update to 0.3:
  + now outputs also the names of patches and packages, if selected
  + improved help output
- truncate the trailing .pl so the script follows the nagios 
  plugins scheme

-------------------------------------------------------------------
Mon Jul 28 15:34:18 CEST 2008 - lrupp@suse.de

- ignore error messages: they bother the nagios parser

-------------------------------------------------------------------
Tue May  6 13:14:59 CEST 2008 - lrupp@suse.de

- ignore host variable for now: this check only works local

-------------------------------------------------------------------
Tue Apr 15 16:10:39 CEST 2008 - lrupp@suse.de

- work also with 10.2 and (not tested:) SLES10-SP1
- accept arguments -w and -c

-------------------------------------------------------------------
Mon Apr 14 20:06:20 CEST 2008 - lrupp@suse.de

- initial version 0.1

openSUSE Build Service is sponsored by