0.40 25th July 2018
- improve --extra-opts error handling (#18)
- fix handling named arguments (#17)
- Allow negation of command line arguments using '--no'-prefix (#13)
- Fix plugin-name processing in ALRM handler. (#12)
- Fixed regex in plugin_exit() that handles hyphen for LONGOUTPUT (#11)
- Support LONGTEXT output in plugin_exit (#10)
- convert empty perfdata values to 'U' (daku3649 #5)
- fix output when there is only long plugin output (pdugas)
The following packages fail to build due to "." not being in @INC:
devel/p5-PPI-PowerToys
sysutils/p5-Monitoring-Plugin
textproc/p5-Text-Xslate
www/SpeedyCGI
Pass PERL_USE_UNSAFE_INC=1 through MAKE_ENV to allow the configure
and build to proceed.
This needs to be revisited when perl-5.30.0 is released and that
environment variable is removed from Perl.
From DESCR:
Monitoring::Plugin and its associated Monitoring::Plugin::* modules are
a family of perl modules to streamline writing Monitoring plugins. The
main end user modules are Monitoring::Plugin, providing an
object-oriented interface to the entire Monitoring::Plugin::*
collection, and Monitoring::Plugin::Functions, providing a simpler
functional interface to a useful subset of the available functionality.