http://bugzilla.novell.com/show_bug.cgi?id=557862 http://bugzilla.novell.com/show_bug.cgi?id=557862#c1 --- Comment #1 from Matthias Pfafferodt <syntron@web.de> 2009-11-23 21:42:47 UTC --- The solution I posted only worked due to luck. I'm using nrpe to call check_zypper on another host in the network. check_zypper returns OK as text but the return code of check_nrpe does not match: x113:/usr/lib/nagios/plugins # ./check_nrpe -c check_zypper -H 192.168.110.114 Updates OK - no updates available | security=0;;;; recommended=0;;;; optional=0;;;; packages=0;;;; x113:/usr/lib/nagios/plugins # RES=$?; echo $RES 2 x113:/usr/lib/nagios/plugins # After I run check_zypper directly on the host all is as expected. I will check if this happens again after some time. Perhaps a timeout problem? -- 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.