check_yum icon indicating copy to clipboard operation
check_yum copied to clipboard

check_yum is now maintained again by its original maintainer at https://github.com/HariSekhon/Nagios-Plugins/

Results 18 check_yum issues
Sort by recently updated
recently updated
newest added

I noted that the check_yum plugin began failing on all of my EL7 machines shortly after our latest patch cycle. I found this to be due to the output of...

Hi, It seems like when security updates are surpassed by non-security updates the security update is missed. Not sure where the fault lies, check_yum does not see the list of...

``` The Nagios plugins package already contains a check for the APT package management system. As YUM is also quite widespread (Fedora, RHEL, CentOS, Scientific Linux) it should become part,...

Type-Task
Priority-Low
auto-migrated

Hello, I have added perfdata to the plugin output. I think this should be default, but if you think perfdata should be optional let me know and I will add...

`yum check-output` splits output about a package over two lines with the package name is long, like so: ``` java-1.7.0-openjdk-devel.x86_64 1:1.7.0.99-2.6.5.0.el6_7 rhel-6-server-rpms ``` This confuses the code in get_all_updates(). A...

A user reports via mail: hi! we had an issue with check_yum spawning yum processes without killing them when yum is stuck waiting for a lock. to see this happen,...

``` Currently, check_yum does _not_ warn on "normal" updates (i.e. such not marked as security updates) per default but only when --all-updates and/or --warn-on-any-update is used. IMHO that's a security...

auto-migrated
Type-Defect
OpSys-All
Priority-High
Component-Logic
Security

``` It seems that --no-warn-on-lock doesn't work in YUM versions of RHEL 5 and 6. ``` Original issue reported on code.google.com by `[email protected]` on 13 Sep 2012 at 11:09

auto-migrated
Priority-Medium
Type-Defect