[Bug 536475] New: nagios-plugins-zypper: check_zypper triggers "warning" when there are no updates available.
http://bugzilla.novell.com/show_bug.cgi?id=536475 Summary: nagios-plugins-zypper: check_zypper triggers "warning" when there are no updates available. Classification: openSUSE Product: openSUSE 11.1 Version: Final Platform: x86-64 OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Update Problems AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: admin@eregion.de QAContact: jsrain@novell.com Found By: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.1.2) Gecko/20090730 SUSE/3.5.2-2.1 Firefox/3.5.2 I'm monitoring a openSUSE 11.1 with nagios, and when i try to use the zypper plugin i get WARNING every time a check returns with "OK: no updates available". That can't be the intended result ;) Reproducible: Always Steps to Reproduce: 1. install nagios + the zypper plugin 2. run the check_zypper script 3. enable the nagios check Actual Results: nagios reports a WARNING every time the check returns OK: No updates available Expected Results: nagios should report nothing in that case. output of the check_zypper plugin with DEBUG=1: rtm04:/usr/lib/nagios/plugins # ./check_zypper -v INFO: openSUSE,11.1,0 INFO: Trying unset LANG; /usr/bin/zypper sl 2>/dev/null 1>&2 INFO: Trying unset LANG; /usr/bin/zypper --xmlout list-updates -t package -t patch LINE: <?xml version='1.0'?> LINE: <stream> LINE: <message type="info">Loading repository data...</message> LINE: <message type="info">Reading installed packages...</message> LINE: <update-status version="0.6"> LINE: <update-list> LINE: </update-list> LINE: </update-status> LINE: </stream> INFO: Packages (paccount): 0 INFO: Optional (optcount): 0 INFO: Recommended (reccount): 0 INFO: Security (seccount): 0 $VAR1 = {}; Updates OK: no updates available | security=0;;;; recommended=0;;;; optional=0;;;; packages=0;;;; INFO: Exit-Code: 0 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 Mathias Homann <admin@eregion.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Update Problems |Other QAContact|jsrain@novell.com |qa@suse.de -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 zhu rensheng <rszhu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rszhu@novell.com AssignedTo|bnc-team-screening@forge.pr |cschneemann@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 Christian Schneemann <cschneemann@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|cschneemann@novell.com |lrupp@novell.com -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 User lrupp@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=536475#c1 Lars Vogdt <lrupp@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low Status|NEW |NEEDINFO CC| |lrupp@novell.com Found By|--- |Customer Info Provider| |admin@eregion.de Target Milestone|--- |Final --- Comment #1 from Lars Vogdt <lrupp@novell.com> 2009-09-22 14:35:49 MDT --- Exit-Code 0 is the right exit code telling nagios that everything is "OK". So it looks like the problem is not in the check_zypper command but somewhere else. Can you please tell me * the version number of your check_zypper script (./check_zypper -V)? * the real exit code via "./check_zypper; echo $?" * the commandline in your nagios config * the timeout value of your plugings I hope one of the answers point us to the right direction.... -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 User admin@eregion.de added comment http://bugzilla.novell.com/show_bug.cgi?id=536475#c2 --- Comment #2 from Mathias Homann <admin@eregion.de> 2009-09-23 05:05:42 MDT --- rtm04:/etc/nagios # /usr/lib/nagios/plugins/check_zypper -V check_zypper v1.01 rtm04:/etc/nagios # /usr/lib/nagios/plugins/check_zypper ; echo $? Updates OK: no updates available | security=0;;;; recommended=0;;;; optional=0;;;; packages=0;;;; 0 rtm04:/etc/nagios # grep zypp * nrpe.cfg:command[check_updates]=/usr/lib/nagios/plugins/check_zypper here's an interesting factoid: not _every_ check reports "no updates" as critical. but at some point the "No Updates" status in nagios switches from "ok" to "critical" without telling me why. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 User admin@eregion.de added comment http://bugzilla.novell.com/show_bug.cgi?id=536475#c3 Mathias Homann <admin@eregion.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|admin@eregion.de | --- Comment #3 from Mathias Homann <admin@eregion.de> 2009-09-23 05:06:48 MDT --- I have two additional repositories set up, packman and my own buildtree repo, does that make a difference? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 User admin@eregion.de added comment http://bugzilla.novell.com/show_bug.cgi?id=536475#c4 --- Comment #4 from Mathias Homann <admin@eregion.de> 2009-09-23 09:11:21 MDT --- ok, right now nagios shows "No Updates" as "Warning". so here's the output of the above command in THIS state. rtm04:~ # /usr/lib/nagios/plugins/check_zypper ; echo $? Updates OK: no updates available | security=0;;;; recommended=0;;;; optional=0;;;; packages=0;;;; 0 note that the check_zypper command seems to take a bit longer than before... -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 User lrupp@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=536475#c5 Lars Vogdt <lrupp@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |INVALID --- Comment #5 from Lars Vogdt <lrupp@novell.com> 2009-09-23 15:45:20 MDT --- So running the script via commandline produces always the correct output (the return value of "0" is interpreted as "OK" in Nagios - and as the output of "echo $?" shows, this is always the case) => Bug is not in the check_zypper script. My suggestion is a timeout or a problem during the handshake either in NRPE or Nagios causing the problem. So please check your NRPE and Nagios configs again and increase the timeout (and debug output) values for the scripts. Please also have a look in /var/log/nagios/nagios.log (and /var/log/messages on your remote host running nrpe) - if you see some error messages from NRPE or Nagios. As the problem is not in check_zypper, I'm closing this bug as invalid. Feel free to open another one if you find the real problem in your setup and/or packages. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 User admin@eregion.de added comment http://bugzilla.novell.com/show_bug.cgi?id=536475#c6 Mathias Homann <admin@eregion.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|INVALID | --- Comment #6 from Mathias Homann <admin@eregion.de> 2009-09-24 03:17:01 MDT --- here's from /var/log/messages: messages:Sep 24 11:12:06 rtm04 nrpe[4065]: Host is asking for command 'check_updates' to be run... messages:Sep 24 11:12:06 rtm04 nrpe[4065]: Running command: /usr/lib/nagios/plugins/check_zypper messages:Sep 24 11:12:07 rtm04 nrpe[4065]: Command completed with return code 1 and output: Updates OK: no updates available | security=0;;;; recommended=0;;;; optional=0;;;; packages=0;;;; messages:Sep 24 11:12:07 rtm04 nrpe[4065]: Return Code: 1, Output: Updates OK: no updates available | security=0;;;; recommended=0;;;; optional=0;;;; packages=0;;;; looks like check_zypper returns 1 when run from nrpe and "no updates", but 0 from the shell for the same result... -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 User lrupp@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=536475#c7 Lars Vogdt <lrupp@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO Info Provider| |admin@eregion.de --- Comment #7 from Lars Vogdt <lrupp@novell.com> 2009-09-24 16:43:29 MDT --- I couldn't reproduce your problem here on 11.0, 11.1, SLE10-SP2 and SLE11 hosts running the check via NRPE (started via xinetd or stand alone). Please enable the DEBUG output in the script again and let NRPE execute the script. Let's see, what the logfile prints out.... -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 User admin@eregion.de added comment http://bugzilla.novell.com/show_bug.cgi?id=536475#c8 Mathias Homann <admin@eregion.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED Info Provider|admin@eregion.de | --- Comment #8 from Mathias Homann <admin@eregion.de> 2009-09-25 01:27:59 MDT --- nothing in /var/log/messages... here's the output of the check_zypper command again... rtm04:/var/log # /usr/lib/nagios/plugins/check_zypper INFO: openSUSE,11.1,0 INFO: Trying unset LANG; /usr/bin/zypper sl 2>/dev/null 1>&2 INFO: Trying unset LANG; /usr/bin/zypper --xmlout list-updates -t package -t patch LINE: <?xml version='1.0'?> LINE: <stream> LINE: <progress id="raw-refresh" name="Retrieving repository 'Packman' metadata" value="0"/> LINE: <progress id="raw-refresh" name="Retrieving repository 'Packman' metadata"/> LINE: <progress id="raw-refresh" name="Retrieving repository 'Packman' metadata" done="0"/> LINE: <progress id="15" name="Building repository 'Packman' cache"/> LINE: <progress id="15" name="Building repository 'Packman' cache" value="0"/> LINE: <progress id="15" name="Building repository 'Packman' cache" value="100"/> LINE: <progress id="15" name="Building repository 'Packman' cache" value="100"/> LINE: <progress id="15" name="Building repository 'Packman' cache" done="0"/> LINE: <progress id="raw-refresh" name="Retrieving repository 'openSUSE-11.1-Update' metadata" value="0"/> LINE: <progress id="raw-refresh" name="Retrieving repository 'openSUSE-11.1-Update' metadata"/> LINE: <progress id="raw-refresh" name="Retrieving repository 'openSUSE-11.1-Update' metadata" done="0"/> LINE: <progress id="23" name="Building repository 'openSUSE-11.1-Update' cache"/> LINE: <progress id="23" name="Building repository 'openSUSE-11.1-Update' cache" value="0"/> LINE: <progress id="23" name="Building repository 'openSUSE-11.1-Update' cache" value="100"/> LINE: <progress id="23" name="Building repository 'openSUSE-11.1-Update' cache" value="100"/> LINE: <progress id="23" name="Building repository 'openSUSE-11.1-Update' cache" done="0"/> LINE: <message type="info">Loading repository data...</message> LINE: <message type="info">Reading installed packages...</message> LINE: <update-status version="0.6"> LINE: <update-list> LINE: </update-list> LINE: </update-status> LINE: </stream> INFO: Packages (paccount): 0 INFO: Optional (optcount): 0 INFO: Recommended (reccount): 0 INFO: Security (seccount): 0 $VAR1 = {}; Updates OK: no updates available | security=0;;;; recommended=0;;;; optional=0;;;; packages=0;;;; INFO: Exit-Code: 0 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 User lrupp@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=536475#c9 Lars Vogdt <lrupp@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO Info Provider| |admin@eregion.de --- Comment #9 from Lars Vogdt <lrupp@novell.com> 2009-09-25 02:53:32 MDT --- Thanks - but that doesn't help as the output is still correct (Exit-Code: 0). I believe the problem lies in your nrpe config or binary. What are the timeout settings in nrpe.cfg on your system? Also: Can you try to increase the timeout of the script in your commandline and try again? nrpe.cfg:command[check_updates]=/usr/lib/nagios/plugins/check_zypper -t 180 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 User admin@eregion.de added comment http://bugzilla.novell.com/show_bug.cgi?id=536475#c10 Mathias Homann <admin@eregion.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED Info Provider|admin@eregion.de | --- Comment #10 from Mathias Homann <admin@eregion.de> 2009-09-25 03:25:19 MDT --- I think i found the problem... check_zypper needs to be run as root through sudo, othwerwise it can't refresh the repo metadata... -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 User lrupp@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=536475#c11 Lars Vogdt <lrupp@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO Info Provider| |admin@eregion.de --- Comment #11 from Lars Vogdt <lrupp@novell.com> 2009-09-26 02:54:06 MDT --- (In reply to comment #10)
I think i found the problem...
check_zypper needs to be run as root through sudo, othwerwise it can't refresh the repo metadata...
This is not needed if you just run /usr/bin/zypper sl or /usr/bin/zypper --xmlout list-updates -t package -t patch (and this is what the current command check_zypper does) On 11.1 this is even not needed if you use option "-r" as check_zypper uses /usr/sbin/zypp-refresh-wrapper which can be invoked by every user. So no, this is not the problem. Again, please answer my questions from comment #9. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 User lrupp@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=536475#c12 --- Comment #12 from Lars Vogdt <lrupp@novell.com> 2009-09-30 01:28:17 MDT --- ping -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 User admin@eregion.de added comment http://bugzilla.novell.com/show_bug.cgi?id=536475#c13 --- Comment #13 from Mathias Homann <admin@eregion.de> 2009-09-30 02:03:31 MDT --- I had activated the sudo wrapping in nrpe.cfg and that made it go away... now i switched that back to normal and the timeout to 180. lets see what happens. and btw if i do "zypper -r ref" as a normal user i get lots of messages saying "the repository ... is outdated, you can refresh it by running zypper as root." -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 User lrupp@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=536475#c14 --- Comment #14 from Lars Vogdt <lrupp@novell.com> 2009-09-30 02:57:33 MDT --- (In reply to comment #13)
I had activated the sudo wrapping in nrpe.cfg and that made it go away...
now i switched that back to normal and the timeout to 180.
lets see what happens.
sudo isn't needed since 11.0 - so I'll be very surprised if you need it on your 11.1 system. But thanks for increasing the timeout value, hopefully this already fixes the problem.
and btw if i do "zypper -r ref" as a normal user i get lots of messages saying "the repository ... is outdated, you can refresh it by running zypper as root."
Here's an example how the plugin output should look like in such a case (System is openSUSE 11.0 x86_64, check_zypper is Version 1.21): nagios@testing:~ /usr/lib/nagios/plugins/check_zypper Updates CRITICAL : At least one of your Repositories is out of date. Please run "zypper refresh" as root to update it. 8 package update(s); | security=0;;;; recommended=0;;;; optional=0;;;; packages=8;;;; But maybe the outdated repos are a good hint for the problem. As far as I see from comment #8, you've just the official Update repository and the Packman repository enabled on your system, right? 1) Can you please print the output of "zypper sl -u" on your system 2) What if you enable a "full repository" like openSUSE-11.1 OSS and run check_zypper again? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 User admin@eregion.de added comment http://bugzilla.novell.com/show_bug.cgi?id=536475#c15 Mathias Homann <admin@eregion.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED Info Provider|admin@eregion.de | --- Comment #15 from Mathias Homann <admin@eregion.de> 2009-09-30 03:12:34 MDT --- tm04:~ # zypper sl -u # | Alias | Name | Aktiviert | Aktualisierung | Typ | URI --+------------------+-----------------------+-----------+----------------+--------+------------------------------------------------------------------------ 1 | BuildTree::Lemmy | BuildTree::Lemmy | Ja | Ja | rpm-md | http://download.opensuse.org/repositories/home://lemmy04/openSUSE_11.1/ 2 | Packman | Packman | Ja | Ja | rpm-md | http://ftp.skynet.be/pub/packman/suse/11.1/ 3 | openSUSE 11.1-0 | openSUSE 11.1-0 | Ja | Ja | yast2 | http://download.opensuse.org/distribution/11.1/repo/oss/ 4 | repo-debug | openSUSE-11.1-Debug | Nein | Nein | NONE | http://download.opensuse.org/debug/distribution/11.1/repo/oss/ 5 | repo-non-oss | openSUSE-11.1-Non-Oss | Ja | Ja | yast2 | http://download.opensuse.org/distribution/11.1/repo/non-oss/ 6 | repo-source | openSUSE-11.1-Source | Nein | Nein | NONE | http://download.opensuse.org/source/distribution/11.1/repo/oss/ 7 | repo-update | openSUSE-11.1-Update | Ja | Ja | rpm-md | http://download.opensuse.org/update/11.1/ i meant i have two ADDITIONAL repos besides the base ones ;) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 User admin@eregion.de added comment http://bugzilla.novell.com/show_bug.cgi?id=536475#c16 --- Comment #16 from Mathias Homann <admin@eregion.de> 2009-10-01 01:29:53 MDT --- with nrpe not using sudo AND a timeout of 180 instead of 60, nagios still notifies "no updates" as WARNING as soon as one of the repos needs refreshing. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 http://bugzilla.novell.com/show_bug.cgi?id=536475#c17 Lars Vogdt <lrupp@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO Info Provider| |admin@eregion.de --- Comment #17 from Lars Vogdt <lrupp@novell.com> 2009-11-26 18:37:59 UTC --- hm.... 1) Can you please enable debug output in your nrpe.cfg like this way: nrpe.cfg:command[check_updates]=/usr/lib/nagios/plugins/check_zypper -t 180 -d 2>/tmp/check_zypper and attach the resulting file /tmp/check_zypper to this bug? 2) which user/group runs the nrpe commands? (nrpe_user, nrpe_group in /etc/nagios/nrpe.cfg) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 http://bugzilla.novell.com/show_bug.cgi?id=536475#c18 --- Comment #18 from Mathias Homann <admin@eregion.de> 2009-11-27 11:46:58 UTC --- nrpe runs under nagios/nagios -d gave me the following output: unknown option. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 http://bugzilla.novell.com/show_bug.cgi?id=536475#c19 --- Comment #19 from Lars Vogdt <lrupp@novell.com> 2010-01-25 08:27:07 UTC --- Ups, sorry - didn't noticed that you answered already. Please activate the checkbox "This comment provides the needed information. Remove the status of NEEDINFO from this bug." below your textfield next time - otherwise I wouldn't notice your answer in my report view. The nagios-plugins-zypper version in this directory: http://download.opensuse.org/repositories/server:/monitoring/openSUSE_11.1/n... should contain fixes for this bug and also has the "-d" option for debug output (see "/usr/lib/nagios/plugins/./check_zypper -h"output for more details). Can you please test this new version 1.24 and tell me if this fixes your problem now? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 http://bugzilla.novell.com/show_bug.cgi?id=536475#c20 Mathias Homann <admin@eregion.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED Info Provider|admin@eregion.de | --- Comment #20 from Mathias Homann <admin@eregion.de> 2010-01-25 10:10:48 UTC --- well, i have to say, after setting up sudo for the nagios user i hadn't encoutered the problem anymore anyways... .. ok i ran that new version with -d (and with and without -s) here's the output: nagios@deepspaceone:~> /usr/lib/nagios/plugins/check_zypper -d -s INFO: check_zypper version: 1.24 INFO: userid : root INFO: groupid: nagios INFO: groupid: nagios INFO: groupid: nagcmd INFO: openSUSE,11.1,0 INFO: Trying unset LANG; /usr/bin/sudo /usr/bin/zypper sl 2>/dev/null 1>&2 INFO: Trying unset LANG; /usr/bin/sudo /usr/bin/zypper --non-interactive --no-gpg-checks xml-updates LINE: Unknown command 'xml-updates' LINE: Type 'zypper help' to get a list of global options and commands. INFO: Packages (paccount): 0 INFO: Optional (optcount): 0 INFO: Recommended (reccount): 0 INFO: Security (seccount): 0 $VAR1 = { 'security' => {}, 'optional' => {}, 'recommended' => {}, 'package' => {} }; Updates OK: no updates available | security=0;;;; recommended=0;;;; optional=0;;;; packages=0;;;; INFO: Exit-Code: 0 I don't like that line that says "Unknown command 'xml-updates'". at least to me that looks as if that new version has serious problems. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 http://bugzilla.novell.com/show_bug.cgi?id=536475#c21 Lars Vogdt <lrupp@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO Info Provider| |ast@novell.com --- Comment #21 from Lars Vogdt <lrupp@novell.com> 2010-02-05 16:02:33 UTC --- Fixed the "Unknown command 'xml-updates'" problem with a new version and also enhanced the error reporting if users use the "-r" option to refresh the repositories. Reading comment #20 it looks to me, like the new version 1.25 should be released as update to 11.1 and (according to bug #557862) also for 11.2. Maintenance: can I have a SWAMPID for releasing an updated nagios-plugins-zypper for at least 11.1 and 11.2 (11.0, too, wouldn't harm as it's the same codebase). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 http://bugzilla.novell.com/show_bug.cgi?id=536475#c22 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:running:30881 --- Comment #22 from Swamp Workflow Management <swamp@suse.com> 2010-02-08 11:00:23 UTC --- The SWAMPID for this issue is 30881. Please submit the patch and patchinfo file using this ID. (https://swamp.suse.de/webswamp/wf/30881) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 http://bugzilla.novell.com/show_bug.cgi?id=536475#c24 Lars Vogdt <lrupp@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |CLOSED Resolution| |FIXED --- Comment #24 from Lars Vogdt <lrupp@novell.com> 2010-03-10 15:49:32 UTC --- Thanks. * Updates submitted for 11.1 and 11.2 (package doesn't exist on 11.0). * Patchinfo directly submitted via SWAMP => closing as fixed. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 http://bugzilla.novell.com/show_bug.cgi?id=536475#c25 --- Comment #25 from Christian Dengler <cdengler@novell.com> 2010-03-18 13:21:38 UTC --- update released -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 http://bugzilla.novell.com/show_bug.cgi?id=536475#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:30881 |. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=536475 http://bugzilla.novell.com/show_bug.cgi?id=536475#c26 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|. |maint:running:30881 | |maint:released:11.1:31832 | |maint:released:11.2:31832 --- Comment #26 from Swamp Workflow Management <swamp@suse.com> 2010-03-18 18:10:25 UTC --- Update released for: nagios-plugins-zypper Products: openSUSE 11.1 (i586) openSUSE 11.2 (i586) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com