nagios-plugins-for-linux

:penguin: Nagios-compatible Plugins for Linux

Release Version 24 -= New Year 2019 release -=

What's new in this release

Enhancements

Plugins

check_uptime: add warn, crit, and min values to perfdata check_cpufreq: make it possible to output the values in Hz/kHz/mHz/gHz by adding the new command-line switches: -H | --Hz, -K | --kHz, -M | --mHz, -G | --gHz.

Build system

  • Check for the compiler flag -Wstringop-truncation availability.
  • Remove the autotools-generated file libtool.
  • Fix unsupported warning options for clang (7.0.0): -Wformat-signedness and -Wstringop-truncation.

Packages creation

Fedora 29 is now a supported distribution.

Fixes

check_cpufreq: the frequences returned by sysfs are in KHz.

Thanks to ...

magmax (https://github.com/magmax) and sbraz for their bug reports and PRs.

nagios-plugins-linux-v24.tar.gz

Release tarball
application/gzip 2019-01-13 Download from Github

nagios-plugins-linux-24.tar.bz2

application/x-bzip 2019-01-13 Download from Github

nagios-plugins-linux-24.tar.xz

application/x-xz 2019-01-13 Download from Github

Release Version 23 -= Korbielow.pl 2018 release -=

What's new in this release

Enhancements

Plugins

New plugin check_docker for:

  • checking the total number of running docker containers or the containers of a given type
  • checking the memory usage (alpha!)

Build system

The sources will now be built with the available compiler's hardening flags. The following compiler flags are tested/added when available:

-D_FORTIFY_SOURCE=2 (Buffer overflow checks)
-fstack-protector-strong or -fstack-protector-all
-fpie -fPIE (Position Independent Executable support)
-Wstack-protector
-Wl,-z,relro (RELRO (read-only relocation))
-Wl,-z,now

The option --disable-hardening disable the attempt to harden the resulting executables.

./configure now displays a summary of the build options at the end.

You can add the option --enable-werror to make all warnings as errors at buit time. This option is disabled by default.

Packages creation

Fedora 27 and Fedora 28 are now supported distributions.

Test framework

Some new unit tests have been added:

  • lib/container
  • lib/url_encode
  • tests/testutils

Fixes

Fix some issues reported by Codacy, Coverity, and LGTM.

Experimental

The command line option --enable-libprocps has been added for linking the binaries with the library libprocps newlib instead of using the internal libraries.

nagios-plugins-linux-v23.tar.gz

Release tarball
application/gzip 2018-08-05 Download from Github

nagios-plugins-linux-23.tar.bz2

application/x-bzip 2018-08-05 Download from Github

nagios-plugins-linux-23.tar.xz

application/x-xz 2018-08-05 Download from Github

Release Version 22 - commit #600

What's new in this release

Fixes

vminfo lib: add the following items to the /proc/vmstat parser:

  • vm_pgalloc_dma32
  • vm_pgrefill_dma32
  • vm_pgscan_direct_dma32
  • vm_pgscan_kswapd_dma32
  • vm_pgsteal_dma32
  • vm_pgsteal_direct_dma
  • vm_pgsteal_direct_dma32

The DMA32 memory zone is only available on 64-bit linux (low ~4GBytes of memory). This patch can slightly modify the value of the memory counters reported by check_memory.

Enhancements

  • Fix several warnings reported by Codacy and Codeclimate.

nagios-plugins-linux-v22.tar.gz

Release tarball
application/gzip 2017-09-20 Download from Github

nagios-plugins-linux-22.tar.xz

application/x-xz 2017-09-20 Download from Github