summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-09-14Handling if only the warning or critical is setrefs/pull/23/headA Codeweavers Infrastructure Bod1-1/+1
2020-09-09We think it is better to always have a threshold object implicitly created wh...refs/pull/22/headA Codeweavers Infrastructure Bod1-8/+5
2018-07-25release 0.40v0.40Sven Nierlein2-2/+2
2018-05-24Fail with config ->errstr() when undef readrefs/pull/19/headTom Ryder1-1/+3
2018-03-04Remove "experimental" tag on "Message Methods"refs/pull/18/headTom Ryder1-4/+1
2017-12-16Remove "scalar" call entirelyrefs/pull/17/headTom Ryder1-1/+1
2017-12-16Pass params validation by ref not copyTom Ryder1-1/+1
2017-12-16Remove unneeded params around "scalar" callTom Ryder1-1/+1
2017-12-16Refactor positional arg parsing for Getopt::arg()Tom Ryder1-8/+2
2017-12-16Change arg() param type detect to key exists checkTom Ryder1-1/+1
2017-12-16Move Getopt param/reqd defs into dedicated hashTom Ryder1-7/+10
2017-11-15Add missing `label` key to named Getopts argsTom Ryder1-1/+1
2016-11-19Allow negation of command line arguments using '--no'-prefixrefs/pull/13/headManfred Stock1-4/+8
2016-06-22use case insensitive regexSven Nierlein1-1/+1
2016-06-22Merge pull request #12 from pdugas/masterSven Nierlein1-1/+1
2016-06-03fix typo in perl pod (fixes rt #114873)Sven Nierlein1-4/+4
2016-04-20Update Getopt.pmrefs/pull/12/headPaul Dugas1-1/+1
2016-04-20Update Getopt.pmPaul Dugas1-1/+1
2016-04-02make regular expression 5.8 compatibleSven Nierlein1-1/+1
2016-04-02make regular expression 5.8 compatibleSven Nierlein1-1/+1
2016-04-02Fixed regex in plugin_exit() that handles hyphen for LONGOUTPUT.refs/pull/11/headPaul Dugas1-1/+1
2016-03-31Support LONGTEXT outputrefs/pull/10/headPaul Dugas1-1/+4
2015-12-03output empty values as "U"refs/pull/5/headdaku36491-1/+8
2015-10-02add description for getter / setter methods (#107370)Sven Nierlein1-0/+26
2015-04-11released 0.39v0.39Sven Nierlein2-2/+2
2015-04-11fix "Redundant argument in sprintf" in perl 5.21 (RT #103214)Sven Nierlein1-7/+9
2014-12-28Merge pull request #2 from evgeni/getopt_colon_specSven Nierlein1-4/+14
2014-12-28release 0.38v0.38Sven Nierlein2-2/+2
2014-12-08fix link to documentationSven Nierlein1-1/+1
2014-12-08correct getopt helpSven Nierlein1-2/+2
2014-10-03format optional arguments in square braketsrefs/pull/2/headEvgeni Golov1-3/+13
2014-10-03GetOpt::Long optional arguments using a colon instead of an equal signEvgeni Golov1-2/+2
2014-01-20keep the old name in copyright for more transparencyv0.37Sven Nierlein8-21/+36
2014-01-19renamed module into Monitoring::PluginSven Nierlein9-419/+436
2013-08-23Fixed rt.cpan.org bug #77399, No space allowed in section namesrefs/pull/1/headRichard Leitner1-1/+1
2012-06-29Fix a bug where default file used is not shownThomas Guyot-Sionnest2-1/+7
2011-12-23Updated version numbersTon Voon2-2/+2
2011-12-22check_threshold to check multiple values at onceTon Voon2-5/+13
2011-05-10fixed typo in podSven Nierlein1-2/+2
2010-12-03Fixed test failure with Test::More 0.96 (RT57709)nagios2-2/+2
2010-04-28Update extra-opts help text based on ML agreementThomas Guyot-Sionnest1-1/+1
2010-04-18Fix POD errorHolger Weiss1-0/+2
2010-04-15Missed out the export_ok changetonvoon1-1/+1
2010-04-15Version 0.34tonvoon2-2/+2
2010-04-15Updated --extra-opts help text. Pod fix (Frank Wiegand - RT51872)tonvoon2-2/+2
2010-03-12shortname enhancementThomas Guyot-Sionnest2-18/+12
2010-03-10Fix nagios_die wrapper not properly passing last argument to nagios_exitThomas Guyot-Sionnest1-1/+1
2009-10-09Fixed documentation bug (Mike Place)Ton Voon1-2/+2
2009-06-06Fixed parsing when two = signs within the performance data portiontonvoon@users.sourceforge.net3-3/+10
2009-03-03Added parsing of labels with spaces (thanks to Kang)Ton Voon4-6/+15