File: changelog.txt

package info (click to toggle)
nagios-plugins-contrib 4.20120702
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,128 kB
  • sloc: perl: 23,621; sh: 3,668; lex: 550; makefile: 368; php: 333; python: 301; ruby: 96; awk: 81
file content (50 lines) | stat: -rw-r--r-- 2,210 bytes parent folder | download
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
################################################################################
Changelog for check_ipmi_sensor, a Nagios/Icinga plugin to check IPMI sensors
################################################################################

Version 3.1 20120524
  Version 3.1-dev (20120312-20120508)
    * Documentation cleanups.
    * Added PNP4Nagios default-combinedgraph.template in contrib/ directory.
      (was missing for 3.* version)
    * Updated help text (-v|-vv|-vvv verbose outputs).
    * Renamed check_ipmi_sensor.pl to check_ipmi_sensor.
    * Added output of check_ipmi_sensor version.
    * Added newlines to debug output  master.
  Version 3.1rc1 20120222
    * Reformatted code to be as close as possible to check_ipmi_sensor v2 (bash).
    * Fetched Version 3.0 from https://github.com/zito/check_ipmi_sensor.git
    * Moved development to git.thomas-krenn.com
    * Added various default options.

Version 3.0 20110501
  * The code rewritten using the Perl.
  * Added long variant options.
  * Removed trailing zeros after the decimal point in perfdata.
  * Output format of the ipmimonitoring version 0.8.x and up supported.

Version 2.2 20110127
  * Added -b option to enable backward compatibility with FreeIPMI 0.5.*.
    reported by: Tobias Gablunsky, CBXNET combox internet GmbH
  * Added ipmimonitoring version information in verbose output (-v 3).
  * Further improved readability of the help text (-x Option).

List of contributors to version 3.* branch:
  Werner Fischer, Thomas-Krenn.AG 
  Georg Schönberger, Thomas-Krenn.AG
  Václav Ovsík (ported version 2 to Perl)

List of contributors to version 2.* branch:
  Werner Fischer, Thomas-Krenn.AG (author)
  Tobias Gablunsky, CBXNET combox internet GmbH
  Sebastian Mörchen, DFS Deutsche Flugsicherung GmbH
  Gustav Olsson, Telavox AB

List of contributors to version 1.* branch:
  Nikolaus Filus (to version 1.3rc1)
  Werner Fischer, Thomas-Krenn.AG (author)
  Lars Meuser, LMA Deutschland GmbH (to version 1.2.1)
  Holger Paschke, comspace GmbH & Co. KG (to version 1.2)
  Ulrich Zehl, lagis Internet Serviceprovider GmbH (to version 1.1)

################################################################################