summaryrefslogtreecommitdiffstats
path: root/t/Nagios-Plugin-Performance.t
AgeCommit message (Expand)AuthorFilesLines
2014-01-19renamed module into Monitoring::PluginSven Nierlein1-357/+0
2010-12-03Fixed test failure with Test::More 0.96 (RT57709)nagios1-2/+3
2009-06-06Fixed parsing when two = signs within the performance data portiontonvoon@users.sourceforge.net1-1/+5
2009-03-03Added parsing of labels with spaces (thanks to Kang)Ton Voon1-7/+100
2009-01-05Check for valid numerical value before returning perfdata objectTon Voon1-1/+7
2008-12-13One other test, from check_ntp_timeTon Voon1-1/+12
2008-12-13Fixed parsing of numeric values with commas instead of periods. Fixed test planTon Voon1-5/+50
2008-12-02Added clean_label, like rrdlabel, but without truncationTon Voon1-7/+9
2008-11-21Fixed test problems against Test::More 0.86Ton Voon1-2/+4
2008-05-14Fixed parsing of scientific notationTon Voon1-4/+23
2008-03-17Fixed parsing of negative values and support full range definitionsTon Voon1-1/+30
2007-09-04Fixed CPAN test failures due to bad MANIFEST. Fixed version numberingTon Voon1-1/+10
2007-08-31Fixed bug where warn or crit = 0 will raise an error. Optional flag toTon Voon1-1/+13
2007-03-14Refactor N::P::Performance; cleanups to Threshold and Range (mostly perldocs).Gavin Carr1-4/+44
2007-02-08Fixed warnings when no uom specified for add_perfdataTon Voon1-0/+2
2006-09-26Rename NP::Base to NP::Functions; add check_messages() to NP::Functions.Gavin Carr1-3/+3
2006-09-11Add constants, nagios_exit, and nagios_die to Nagios::Plugin::Base.Gavin Carr1-1/+1
2006-08-04Lots of extra tests and subsequent fixes (Nathan Vonnahme)Ton Voon1-2/+7
2006-06-15is_set method to see if a range has been setTon Voon1-5/+6
2006-06-15Added rrdlabel method. Fixed parse_perfstring if value=0Ton Voon1-0/+9
2006-06-09Fixed problems parsing in nagiosgraphTon Voon1-3/+7
2006-06-08Initial revisionTon Voon1-0/+63