summaryrefslogtreecommitdiffstats
path: root/lib/Nagios/Plugin
AgeCommit message (Expand)AuthorFilesLines
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 Carr4-49/+85
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-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 Vonnahme3-4/+4
2006-10-180.14 uploaded to CPAN. Version numbers changed and updated Changes fileTon Voon1-1/+2
2006-10-16Copyrights given to the Nagios Plugin Development TeamTon Voon4-7/+7
2006-10-04Fix NP shortname defaulting; downgrade version requirements.Gavin Carr4-6/+10
2006-10-04Tweak NP perldoc line widths; add missing chomp to NP::Functions.Gavin Carr1-1/+6
2006-09-26Update Nagios::Plugin with NP::Function wrapper methods, and extras.Gavin Carr1-7/+8
2006-09-26Rename NP::Base to NP::Functions; add check_messages() to NP::Functions.Gavin Carr7-208/+356
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 Carr3-23/+135
2006-09-07adding example script and test for it, and fixing POD according to warnings f...Nathan Vonnahme3-3/+7
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 Voon5-9/+8
2006-08-30Add first-pass Nagios::Plugin::Getopt.Gavin Carr1-0/+603
2006-08-04Lots of extra tests and subsequent fixes (Nathan Vonnahme)Ton Voon4-31/+65
2006-06-15is_set method to see if a range has been setTon Voon2-4/+10
2006-06-15Added rrdlabel method. Fixed parse_perfstring if value=0Ton Voon1-1/+23
2006-06-09Fixed problems parsing in nagiosgraphTon Voon1-7/+10
2006-06-08Initial revisionTon Voon4-0/+406