summaryrefslogtreecommitdiffstats
path: root/lib/Nagios/Plugin.pm
AgeCommit message (Expand)AuthorFilesLines
2008-05-14Fixed parsing of scientific notationTon Voon1-1/+1
2008-03-28New release for test fixTon Voon1-1/+1
2008-03-17Fixed parsing of negative values and support full range definitionsTon Voon1-1/+1
2008-02-01Version bump to 0.24Ton Voon1-2/+1
2007-12-18Use $^X for perl because of failures on CPAN TestersTon Voon1-1/+1
2007-12-13Bump to version 0.22Ton Voon1-1/+1
2007-09-240.21 release to CPANTon Voon1-1/+1
2007-09-05Version bump because of CPAN permission problemsTon Voon1-2/+2
2007-09-04Fixed CPAN test failures due to bad MANIFEST. Fixed version numberingTon Voon1-1/+2
2007-08-31Fixed bug where warn or crit = 0 will raise an error. Optional flag toTon Voon1-1/+2
2007-03-23Bump to version 0.17 to workaround cpan indexing stupidity.Gavin Carr1-1/+4
2007-03-16Cleanups, mostly to N::P::Range/Threshold/Performance.Gavin Carr1-2/+1
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-10* exposed Getopt and Threshold functionality from top level Nagios::PluginNathan Vonnahme1-26/+102
2006-10-180.14 uploaded to CPAN. Version numbers changed and updated Changes fileTon Voon1-1/+2
2006-10-04Fix NP shortname defaulting; downgrade version requirements.Gavin Carr1-3/+13
2006-10-04Tweak NP perldoc line widths; add missing chomp to NP::Functions.Gavin Carr1-54/+69
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 Carr1-75/+311
2006-09-26Rename NP::Base to NP::Functions; add check_messages() to NP::Functions.Gavin Carr1-3/+3
2006-09-25Fix Nagios::Plugin->new( shortname => "ANYTHING" ); (Wolfgang Barth)Ton Voon1-3/+1
2006-09-11Add constants, nagios_exit, and nagios_die to Nagios::Plugin::Base.Gavin Carr1-2/+1
2006-09-07adding example script and test for it, and fixing POD according to warnings f...Nathan Vonnahme1-4/+22
2006-08-31Consistent version numbers across all modules. Inherited from Nagios::Plugin:...Ton Voon1-1/+1
2006-08-04Lots of extra tests and subsequent fixes (Nathan Vonnahme)Ton Voon1-3/+6
2006-06-15Added rrdlabel method. Fixed parse_perfstring if value=0Ton Voon1-1/+1
2006-06-14Update for 0.11 releaseTon Voon1-1/+1
2006-06-08Initial revisionTon Voon1-0/+160