Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_zypper
150540
File | Description |
---|---|
check_zypper | check_zypper v1.01 |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
* You are running a zypp based based system like openSUSE> 10.2 or SUSE Linux Enterprise Server> 10 SP1?
* You like to know which host in your serverfarm lacks security updates?
* You like to know if there are package updates available from software.opensuse.org resp. the openSUSE Build Service ?
* You already use Nagios to monitor your hosts?
Then you want to use this Nagios Plugin: "check_zypper". This plugin checks for security, recommended and optional patches and also for optional package updates. You can define the reporting level and verbosity of the output. Ignoring single patches or packages is also possible.
Please have a look at the project homepage or use the help output of the check_zypper command for details.
Please use the Software Portal to find an installable package for your distribution. The plugin is developed in the server:monitoring project in the openSUSE Build Service.
* You like to know which host in your serverfarm lacks security updates?
* You like to know if there are package updates available from software.opensuse.org resp. the openSUSE Build Service ?
* You already use Nagios to monitor your hosts?
Then you want to use this Nagios Plugin: "check_zypper". This plugin checks for security, recommended and optional patches and also for optional package updates. You can define the reporting level and verbosity of the output. Ignoring single patches or packages is also possible.
Please have a look at the project homepage or use the help output of the check_zypper command for details.
Please use the Software Portal to find an installable package for your distribution. The plugin is developed in the server:monitoring project in the openSUSE Build Service.
Reviews (1)
bybdealey, June 17, 2014
This script did not work for me on SLES 11 SP3.
Had to change line 493 from
if (( "$release" eq "10.2" ) || ("$dist" eq "SLE") ){
to
if (( "$release" eq "10.2" ) || ("$dist" eq "SLE10") ){
I think SLE10 could be any string other then SLE, but needed to make sure the flow went down the ELSE path.
Works great now.
Had to change line 493 from
if (( "$release" eq "10.2" ) || ("$dist" eq "SLE") ){
to
if (( "$release" eq "10.2" ) || ("$dist" eq "SLE10") ){
I think SLE10 could be any string other then SLE, but needed to make sure the flow went down the ELSE path.
Works great now.