summaryrefslogtreecommitdiffstats
path: root/lib/Nagios/Plugin/Performance.pm
AgeCommit message (Expand)AuthorFilesLines
2014-01-19renamed module into Monitoring::PluginSven Nierlein1-294/+0
2009-06-06Fixed parsing when two = signs within the performance data portiontonvoon@users.sourceforge.net1-1/+8
2009-03-03Added parsing of labels with spaces (thanks to Kang)Ton Voon1-4/+10
2009-01-05Check for valid numerical value before returning perfdata objectTon Voon1-1/+11
2008-12-13Fixed parsing of numeric values with commas instead of periods. Fixed test planTon Voon1-10/+27
2008-12-02Added clean_label, like rrdlabel, but without truncationTon Voon1-6/+19
2008-05-14Fixed parsing of scientific notationTon Voon1-4/+3
2008-03-17Fixed parsing of negative values and support full range definitionsTon Voon1-1/+3
2007-09-04Fixed CPAN test failures due to bad MANIFEST. Fixed version numberingTon Voon1-1/+1
2007-08-31Convenience function to set use_die on use of N::P::PerformanceTon Voon1-1/+15
2007-03-16Cleanups, mostly to N::P::Range/Threshold/Performance.Gavin Carr1-1/+1
2007-03-14Refactor N::P::Performance; cleanups to Threshold and Range (mostly perldocs).Gavin Carr1-55/+130
2007-02-08Fixed warnings when no uom specified for add_perfdataTon Voon1-1/+1
2006-10-16Copyrights given to the Nagios Plugin Development TeamTon Voon1-2/+2
2006-10-04Fix NP shortname defaulting; downgrade version requirements.Gavin Carr1-1/+1
2006-09-26Rename NP::Base to NP::Functions; add check_messages() to NP::Functions.Gavin Carr1-2/+2
2006-09-07adding example script and test for it, and fixing POD according to warnings f...Nathan Vonnahme1-0/+4
2006-08-31Consistent version numbers across all modules. Inherited from Nagios::Plugin:...Ton Voon1-2/+2
2006-08-04Lots of extra tests and subsequent fixes (Nathan Vonnahme)Ton Voon1-0/+3
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 Voon1-0/+119