summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2009-01-22Die as UNKNOWN instead of CRITICAL when default file is not foundThomas Guyot-Sionnest2-2/+7
2009-01-05Check for valid numerical value before returning perfdata objectTon Voon3-3/+13
2008-12-13Fixed parsing of numeric values with commas instead of periods. Fixed test planTon Voon3-12/+29
2008-12-02Added clean_label, like rrdlabel, but without truncationTon Voon3-8/+21
2008-11-21Update with new version numberTon Voon2-2/+2
2008-11-21Fixed test problems against Test::More 0.86Ton Voon1-0/+1
2008-11-19Add max_state_* interface warper to Nagios::Plugin objectThomas Guyot-Sionnest2-2/+35
2008-05-14Fixed parsing of scientific notationTon Voon4-12/+14
2008-03-28New release for test fixTon Voon2-2/+2
2008-03-17Fixed parsing of negative values and support full range definitionsTon Voon3-3/+5
2008-02-01Version bump to 0.24Ton Voon2-3/+2
2007-12-18Use $^X for perl because of failures on CPAN TestersTon Voon2-2/+2
2007-12-13Bump to version 0.22Ton Voon2-2/+2
2007-11-17Fixed handling of repeated ini argumentsThomas Guyot-Sionnest1-3/+1
2007-09-240.21 release to CPANTon Voon2-2/+2
2007-09-24Help, usage and version output go to stdout now, rather than stderrTon Voon2-11/+19
2007-09-05Version bump because of CPAN permission problemsTon Voon2-3/+3
2007-09-04Fixed CPAN test failures due to bad MANIFEST. Fixed version numberingTon Voon3-3/+4
2007-08-31Convenience function to set use_die on use of N::P::PerformanceTon Voon1-1/+15
2007-08-31Fixed bug where warn or crit = 0 will raise an error. Optional flag toTon Voon3-7/+18
2007-03-23Bump to version 0.17 to workaround cpan indexing stupidity.Gavin Carr2-2/+5
2007-03-21Revert $SIG{__DIE__} handler in Functions - failing on later perls.Gavin Carr1-7/+0
2007-03-21Finished initial --extra-opts support; added Getopt spec-to-help and multilin...Gavin Carr3-71/+372
2007-03-16Cleanups, mostly to N::P::Range/Threshold/Performance.Gavin Carr5-51/+86
2007-03-14Refactor N::P::Performance; cleanups to Threshold and Range (mostly perldocs).Gavin Carr4-88/+188
2007-02-08Fixed warnings when no uom specified for add_perfdataTon Voon1-1/+1
2007-02-08Add initial --default-opts implementation to Nagios::Plugin::Getopt.Gavin Carr1-9/+153
2007-02-07Added max_state functionTon Voon1-3/+19
2006-12-18Expand MESSAGE METHODS docs in Nagios::Plugin.Gavin Carr1-1/+13
2006-11-21* POD updates to reflect Getopt and Threshold top level interface work.Nathan Vonnahme1-89/+190
2006-11-17* renamed N::P::arg to add_argNathan Vonnahme1-7/+38
2006-11-15made 'usage' unmandatory in N::P::new().Nathan Vonnahme1-30/+60
2006-11-11Add get_shortname to NP::Functions export_ok list; update perldocs.Gavin Carr1-2/+19
2006-11-10* exposed Getopt and Threshold functionality from top level Nagios::PluginNathan Vonnahme4-30/+106
2006-10-180.14 uploaded to CPAN. Version numbers changed and updated Changes fileTon Voon2-2/+4
2006-10-16Copyrights given to the Nagios Plugin Development TeamTon Voon4-7/+7
2006-10-04Fix NP shortname defaulting; downgrade version requirements.Gavin Carr5-9/+23
2006-10-04Tweak NP perldoc line widths; add missing chomp to NP::Functions.Gavin Carr2-55/+75
2006-09-26Added requisite of Class::Accessor to Makefile.PL. Fixed compile problemTon Voon1-1/+1
2006-09-26Update Nagios::Plugin with NP::Function wrapper methods, and extras.Gavin Carr2-82/+319
2006-09-26Rename NP::Base to NP::Functions; add check_messages() to NP::Functions.Gavin Carr8-211/+359
2006-09-25Fix Nagios::Plugin->new( shortname => "ANYTHING" ); (Wolfgang Barth)Ton Voon1-3/+1
2006-09-11Add missing Nagios::Plugin::ExitResult class.Gavin Carr1-0/+67
2006-09-11Add constants, nagios_exit, and nagios_die to Nagios::Plugin::Base.Gavin Carr4-25/+136
2006-09-07adding example script and test for it, and fixing POD according to warnings f...Nathan Vonnahme4-7/+29
2006-08-31Support multiple -v options for verbosity levelTon Voon1-4/+4
2006-08-31Consistent version numbers across all modules. Inherited from Nagios::Plugin:...Ton Voon6-10/+9
2006-08-30Add first-pass Nagios::Plugin::Getopt.Gavin Carr1-0/+603
2006-08-04Lots of extra tests and subsequent fixes (Nathan Vonnahme)Ton Voon5-34/+71
2006-06-15is_set method to see if a range has been setTon Voon2-4/+10