check_updates - Man Page

a Nagios plugin to check if Red Hat or Fedora system is up-to-date

Description

check_updates is a Nagios plugin to check if Red Hat or Fedora system is up-to-date

Version

Version 1.9.2

Synopsis

  check_updates [OPTIONS]

  -?, --usage
    Print usage information
  -h, --help
    Print detailed help screen
  -V, --version
    Print version information
  --extra-opts=[<section>[@<config_file>]]
    Section and/or config_file from which to load extra options (may repeat)
 --assumeyes
   Automatically answer yes for all dnf check-updates questions. Useful for importing GPG keys
  --boot-check
    CRITICAL if the machine was booted without the newest kernel (default)
  --boot-check-warning
    Like --boot-check but state is warning instead of critical
  --no-boot-check
    Do not complain if the machine was booted with an old kernel
  --clean
    Cleans YUM/DNF caches
  -d, --debug
    Enables debugging messages
  --debug-file=STRING
   Write debugging messages to a file
  -w, --warning=INTEGER
    Exit with WARNING status if more than INTEGER updates are available
  -c, --critical=INTEGER
    Exit with CRITICAL status if more than INTEGER updates are available
  --security-only
    Ignores non-security updates
  -a, --yum-arguments=STRING
    specific Yum arguments as STRING
  -n, --number-only
    consider the number of updates only (security updates are not automatically critical)
  -t, --timeout=INTEGER
    Seconds before plugin times out (default: 15)
  -q, --quiet
    Do not print package list
  -v, --verbose
    Show details for command-line debugging (can repeat up to 3 times)

Options

  -?, --usage                              Print usage information

  -h, --help                               Print detailed help screen

  -V, --version                            Print version information

  --extra-opts=[<section>[@<config_file>]] Section and/or config_file from which to load extra options (may repeat)

  --boot-check                             CRITICAL if the machine was booted without the newest kernel (default)

  --boot-check-warning                     Like --boot-check but state is warning instead of critical

  --no-boot-check                          Do not complain if the machine was booted with an old kernel

  --clean                                  Cleans YUM/DNF caches

  -d, --debug                              Enables debugging messages

  -w, --warning=INTEGER                    Exit with WARNING status if more than INTEGER non-security updates are available

  -c, --critical=INTEGER                   Exit with CRITICAL status if more than INTEGER non-security updates are available

  --security-only                          Ignores non-security updates

  -a, --yum-arguments=STRING               Specifies additional arguments for Yum.
                                           Arguments containing spaces must be quoted
                                           (e.g., ./check_updates -a "-d 20")

  -t, --timeout=INTEGER                    Seconds before plugin times out (default: 15)

  -q, --quiet                              Do not print package list

  -v, --verbose                            Show details for command-line debugging (can repeat up to 3 times)

Security updates always force a CRITICAL state

Security Updates

If yum's security plugin is available

Example

check_updates

check_updates checks if the system is up-to-date

Diagnostics

You can specify --verbose option (-v) multiple times to increase program verbosity.

Exit Status

0 if OK, 1 in case of a warning, 2 in case of a critical status and 3 in case of an unknown problem

Dependencies

check_updates depends on

Incompatibilities

None reported.

See Also

Nagios documentation

Bugs and Limitations

Some versions of yum deliver a wrong number of security updates. For example

        $ yum --security  check-update
        Loaded plugins: downloadonly, product-id, rhnplugin, security
        This system is receiving updates from RHN Classic or RHN Satellite.
        Limiting package lists to security relevant ones
        No packages needed for security; 7 packages available

        mysql-libs.i686                                  5.1.73-5.el6_6                                   rhel-x86_64-server-6

Either is mysql-libs a security update (and the text should report it) or the package is wrongly listed. If yum delivers a wrong count, the plugin will do the same.

Please report any bugs or feature requests to matteo@corti.li, or through the web interface at https://github.com/matteocorti/check_updates/issues

Be sure to include the output produced by the plugin with the --verbose option:

  check_updates -v -v -v

Author

Matteo Corti <matteo@corti.li>

Disclaimer of Warranty

BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR, OR CORRECTION.

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

Acknowledgments

Many thanks to:

Info

2024-03-12 perl v5.38.2 User Contributed Perl Documentation