Nagios Plugins for Linux v32

The Opensource World, 25 Jan 2024
1 min read

Nagios Plugins for Linux

The version 32 of the Nagios Plugins for Linux (“Gematria”) is available for download!

The Nagios Plugins for Linux is a free and open source set of Nagios and Icinga plugins for monitoring the major system parameters of a Linux server. The source code is available at GitHub. You can find the documentation in the project main page or the associated wiki site.

What’s new in this release

FIXES

Build
  • configure: do not silently ignore missing libcurl and libvarlink.
Libraries
  • lib/netinfo-private: don’t enforce nl_pid. Thanks to Yuri Konotopov (nE0sIghT) for reporting and solving this problem in containerised environments.
  • lib/netinfo-private: fix a Clang 17 warning.
Plugin check_users
  • check_users: fix an issue related to the Y2038 Unix bug.
  • check_cpufreq: wrong factor in check_cpufreq for -G. Thanks to Grischa Zengel (ggzengel) for the bug report.

ENHANCEMENTS / CHANGES

Package creation
  • Add Fedora 39 and drop support for Fedora 36.
  • Add Linux Alpine 3.18 and 3.19 and drop support for Linux Alpine 3.14-3.16.
  • Add Rocky Linux distribution.
  • Fix build of debian packages.
GitHub workflows
  • Enable systemd library requirement in the GitHub workflow.
  • Update Linux releases for tests execution in the GitHub workflows.

Full Changelog: v31...v32