summaryrefslogtreecommitdiffstats
path: root/Changes
blob: c1f17ab27314a0fc016677fa47fc74779e38c38d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Revision history for Perl module Nagios::Plugin.

0.18  31st August 2007
  - Fix error when parsing performance data where warn or crit are 0
  - Optional _use_die flag to force nagios_die to call die instead of exit, so
    exceptions can be caught with an eval
  - Convenience function to set use_die so you can run 'use Nagios::Plugin::Performance use_die => 1'

0.17  23rd March 2007
  - bump version number again due to cpan indexing stupidity (Gavin)

0.16  23rd March 2007
  - added support for multi-entry help output (e.g. two separate help entries for --warning) (Gavin)
  - added automatic spec-to-help-text support to N::P::Getopt (Gavin)
  - added initial --extra-opts support to N::P::Getopt (Gavin)
  - removed default use of Threshold from N::P::Performance (Gavin)
  - removed remaining Class::Struct usages from Performance, Threshold, and Range (Gavin)
  - fixed warnings when no uom specified for add_perfdata (Ton)
  - added max_state function in N::P::Functions (Ton)

0.15  19th December 2006
  - exposed Getopt and Threshold functionality from top level Nagios::Plugin
  - exchanged Class::Struct for Class::Accessor

0.14  18th October 2006
  - Fixed version number due to CPAN upload

0.13  18th October 2006
  - Lots of extra tests and fixes from Nathan Vonnahme
  - Nagios::Plugin::Getopt, Functions and ExitResult added by Gavin Carr

0.12  15th June 2006
  - rrdlabel method available to get a performance label, 
	converted to something rrd can use
  - fixes to parse_perfstring routine if values are 0
  - is_set method for range object to see if warning/critical range is set

0.11  14th June 2006
  - Interface changed for parse_perfstring, returning empty 
	array if not parseable
  - Fixed problem when parsing nagiosgraph data (linefeed at end 
	of perfdata)

0.10  8th June 2006
	First release to CPAN

0.01  Fri Jun  2 14:10:58 2006
	- original version; created by h2xs 1.23 with options
		-X -n Nagios::Plugin