Age | Commit message (Expand) | Author | Files | Lines |
2018-07-25 | release 0.40v0.40 | Sven Nierlein | 2 | -2/+2 |
2018-05-24 | Fail with config ->errstr() when undef read | Tom Ryder | 1 | -1/+3 |
2018-03-05 | Remove "experimental" tag on "Message Methods" | Tom Ryder | 1 | -4/+1 |
2017-12-16 | Remove "scalar" call entirely | Tom Ryder | 1 | -1/+1 |
2017-12-16 | Pass params validation by ref not copy | Tom Ryder | 1 | -1/+1 |
2017-12-16 | Remove unneeded params around "scalar" call | Tom Ryder | 1 | -1/+1 |
2017-12-16 | Refactor positional arg parsing for Getopt::arg() | Tom Ryder | 1 | -8/+2 |
2017-12-16 | Change arg() param type detect to key exists check | Tom Ryder | 1 | -1/+1 |
2017-12-16 | Move Getopt param/reqd defs into dedicated hash | Tom Ryder | 1 | -7/+10 |
2017-11-15 | Add missing `label` key to named Getopts args | Tom Ryder | 1 | -1/+1 |
2016-11-19 | Allow negation of command line arguments using '--no'-prefix | Manfred Stock | 1 | -4/+8 |
2016-06-22 | use case insensitive regex | Sven Nierlein | 1 | -1/+1 |
2016-06-22 | Merge pull request #12 from pdugas/master | Sven Nierlein | 1 | -1/+1 |
2016-06-03 | fix typo in perl pod (fixes rt #114873) | Sven Nierlein | 1 | -4/+4 |
2016-04-20 | Update Getopt.pm | Paul Dugas | 1 | -1/+1 |
2016-04-20 | Update Getopt.pm | Paul Dugas | 1 | -1/+1 |
2016-04-02 | make regular expression 5.8 compatible | Sven Nierlein | 1 | -1/+1 |
2016-04-02 | make regular expression 5.8 compatible | Sven Nierlein | 1 | -1/+1 |
2016-04-02 | Fixed regex in plugin_exit() that handles hyphen for LONGOUTPUT. | Paul Dugas | 1 | -1/+1 |
2016-03-31 | Support LONGTEXT output | Paul Dugas | 1 | -1/+4 |
2015-12-03 | output empty values as "U" | daku3649 | 1 | -1/+8 |
2015-10-02 | add description for getter / setter methods (#107370) | Sven Nierlein | 1 | -0/+26 |
2015-04-11 | released 0.39v0.39 | Sven Nierlein | 2 | -2/+2 |
2015-04-11 | fix "Redundant argument in sprintf" in perl 5.21 (RT #103214) | Sven Nierlein | 1 | -7/+9 |
2014-12-28 | Merge pull request #2 from evgeni/getopt_colon_spec | Sven Nierlein | 1 | -4/+14 |
2014-12-28 | release 0.38v0.38 | Sven Nierlein | 2 | -2/+2 |
2014-12-08 | fix link to documentation | Sven Nierlein | 1 | -1/+1 |
2014-12-08 | correct getopt help | Sven Nierlein | 1 | -2/+2 |
2014-10-03 | format optional arguments in square brakets | Evgeni Golov | 1 | -3/+13 |
2014-10-03 | GetOpt::Long optional arguments using a colon instead of an equal sign | Evgeni Golov | 1 | -2/+2 |
2014-01-20 | keep the old name in copyright for more transparencyv0.37 | Sven Nierlein | 8 | -21/+36 |
2014-01-20 | renamed module into Monitoring::Plugin | Sven Nierlein | 9 | -419/+436 |
2013-08-23 | Fixed rt.cpan.org bug #77399, No space allowed in section names | Richard Leitner | 1 | -1/+1 |
2012-06-28 | Fix a bug where default file used is not shown | Thomas Guyot-Sionnest | 2 | -1/+7 |
2011-12-23 | Updated version numbers | Ton Voon | 2 | -2/+2 |
2011-12-22 | check_threshold to check multiple values at once | Ton Voon | 2 | -5/+13 |
2011-05-10 | fixed typo in pod | Sven Nierlein | 1 | -2/+2 |
2010-12-03 | Fixed test failure with Test::More 0.96 (RT57709) | nagios | 2 | -2/+2 |
2010-04-28 | Update extra-opts help text based on ML agreement | Thomas Guyot-Sionnest | 1 | -1/+1 |
2010-04-18 | Fix POD error | Holger Weiss | 1 | -0/+2 |
2010-04-15 | Missed out the export_ok change | tonvoon | 1 | -1/+1 |
2010-04-15 | Version 0.34 | tonvoon | 2 | -2/+2 |
2010-04-15 | Updated --extra-opts help text. Pod fix (Frank Wiegand - RT51872) | tonvoon | 2 | -2/+2 |
2010-03-12 | shortname enhancement | Thomas Guyot-Sionnest | 2 | -18/+12 |
2010-03-09 | Fix nagios_die wrapper not properly passing last argument to nagios_exit | Thomas Guyot-Sionnest | 1 | -1/+1 |
2009-10-09 | Fixed documentation bug (Mike Place) | Ton Voon | 1 | -2/+2 |
2009-06-06 | Fixed parsing when two = signs within the performance data portion | tonvoon@users.sourceforge.net | 3 | -3/+10 |
2009-03-03 | Added parsing of labels with spaces (thanks to Kang) | Ton Voon | 4 | -6/+15 |
2009-01-22 | Die as UNKNOWN instead of CRITICAL when default file is not found | Thomas Guyot-Sionnest | 2 | -2/+7 |
2009-01-05 | Check for valid numerical value before returning perfdata object | Ton Voon | 3 | -3/+13 |