Logoj0ke.net Open Build Service > Projects > internetx > check_openmanage > check_openmanage.changes
Sign Up | Log In

File check_openmanage.changes of Package check_openmanage

 
1
-------------------------------------------------------------------
2
Wed Oct  8 07:53:42 UTC 2014 - cs@linux-administrator.com
3
4
- Update to version 3.7.12
5
    * Minor bugfixes
6
    * enhancement Set failed pdisk as critical (override OMSA)
7
    * bugfix Fix for blacklisted un-certified pdisks with predictive failure
8
    * bugfix Fix for pdisk in "Non-RAID" state
9
10
-------------------------------------------------------------------
11
Wed Aug  7 06:59:21 UTC 2013 - cs@linux-administrator.com
12
13
- Update to version 3.7.11:
14
    * Minor bugfixes
15
    * bugfix Fixed a regression on systems with ePN enabled
16
17
-------------------------------------------------------------------
18
Fri Jul 19 18:28:45 UTC 2013 - cs@linux-administrator.com
19
20
- Update to version 3.7.10:
21
    * Minor feature cnhancements, Minor bugfixes
22
    * enhancement Added option "--vdisk-critical" which will make any alerts on virtual disks appear as critical
23
    * bugfix Dell changed their web site again. The documentation URLs with HTML output have been changed accordingly
24
    * bugfix Fixed bug with option "--only servicetag"
25
26
-------------------------------------------------------------------
27
Tue Jan  8 19:15:05 UTC 2013 - cs@linux-administrator.com
28
29
- Update to version 3.7.9:
30
    * Minor feature enhancements
31
    * enhancement Added a compatibility fix for OMSA 7.2.0,
32
      related to minimum controller firmware where output from OMSA has changed
33
34
-------------------------------------------------------------------
35
Thu Dec 13 22:42:55 UTC 2012 - cs@linux-administrator.com
36
37
- Update to version 3.7.8:
38
    * Minor feature enhancements, Minor bugfixes
39
    * bugfix Fixed a regression regarding un-certified physical disks in "Ready" state
40
      (e.g. hot-spare) when using the blacklisting keyword "pdisk_cert"
41
    * enhancement Added an option "--snmp-timeout" which allows setting the SNMP
42
      object timeout for the Net::SNMP perl module
43
 
44
-------------------------------------------------------------------
45
Fri Dec  7 18:01:03 UTC 2012 - cs@linux-administrator.com
46
47
- Update to version 3.7.7:
48
    * Minor feature enhancements, Minor bugfixes
49
    * bugfix Small fixes in PNP template
50
    * bugfix Fixed handling of functional but uncertified disks (Matthew Kent)
51
    * bugfix Fixed regression for pdisk cert on old hardware/OMSA
52
    * bugfix RPM spec: Fix docbook pkg name for suse
53
    * enhancement Reverse pdisk cert for OMSA 7.1.0 via SNMP, this works around an OMSA SNMP bug
54
    * enhancement Shortened a lot of reporting messages to make things more consistent
55
    * enhancement Rewritten logic on reporting pdisks
56
    * enhancement Added new special case for controller batteries
57
 
58
59
-------------------------------------------------------------------
60
Wed Jul  4 15:15:27 UTC 2012 - cs@linux-administrator.com
61
62
- Update to version 3.7.6:
63
    * Minor feature enhancements, Minor bugfixes
64
    * enhancement Support for PCI attached storage (new in OMSA 7.0.0) was added.
65
    * enhancement Support was added for negative temperature readings and thresholds from temp probes.
66
    * bugfix Fix for physical disk check. If a disk was marked as predictive failure, and also had other
67
      failure conditions of a more severe nature, check_openmange only reported the predictive failure state.
68
      This has been fixed so that the most severe failure takes precedence.
69
    * enhancement The iDRAC6 and iDRAC7 controllers was identified via SNMP using integer values that are
70
      not defined in the MIB. This resulted in internal error warnings if the '-o' option was used.
71
      The plugin now defines these integer identifiers even though they are undocumented in the MIB.
72
    * enhancement The PNP template now contains comments which identifies which plugin version it was built for.
73
    * enhancement The manual pages were revised and completely rewritten from perl POD to Docbook XML format.
74
 
75
76
-------------------------------------------------------------------
77
Sat Apr 14 19:30:51 UTC 2012 - cs@linux-administrator.com
78
79
- Update to version 3.7.5:
80
    * Minor bugfixes
81
    * bugfix A bug was fixed which could lead to perl warnings when either of the options '--tempunit' or '--fahrenheit' was used.
82
    * bugfix A workaround was added for an SNMP bug in OMSA 7.0.0 related to the "firmwareType" OID for iDRAC6 management cards.
83
    * bugfix A bug was fixed for a corner case where the temperature probe readings for storage enclosures
84
      were empty. Previously, this could produce perl warnings (internal errors).
85
 
86
87
-------------------------------------------------------------------
88
Fri Mar 30 18:57:24 UTC 2012 - cs@linux-administrator.com
89
90
- Update to version 3.7.4:
91
    * Minor feature enhancements, Minor bugfixes
92
    * bugfix Allow "2c" to be specified as SNMP version via command line and config file option. Patch from Oskar Liljeblad.
93
    * bugfix Corrected a typo for the '--config' command line option.
94
    * bugfix fix warranty info link with '-I' or '--htmlinfo' option wrt. new layout on support.dell.com
95
    * feature Added check for 'servicetag', checks whether the servicetag is sane (i.e. not empty, "unknown" or other bogus value). Thanks to Xavier Bachelot for a patch.
96
97
98
-------------------------------------------------------------------
99
Wed Oct  5 19:10:49 UTC 2011 - cs@linux-administrator.com
100
101
- Update to version 3.7.3:
102
    * Minor feature enhancements, Minor bugfixes
103
    * If the option -I or --htmlinfo was used, the OK output would be printed two times. This has been fixed so the OK output is now correct for HTML output.
104
    * A bug was fixed for config file parsing, if the plugin was used in local mode (i.e. no hostname specified). Reported by David Jones.
105
    * Distribution now includes an example configuration file, contributed by Xavier Bachelot
106
    * Various fixes to the RPM spec file contributed by Xavier Bachelot
107
    * RPM name was changed
108
 
109
- Changes in version 3.7.2:
110
    * Minor feature enhancements, Minor bugfixes
111
    * Added a new option '--hide-servicetag' to censor the servicetag in the plugin output. A corresponding config file option 'output_hide_servicetag' was created. Thanks to Sebastian Ahndorf for a patch
112
    * SNMP: Fixed bug in amperage probes perfdata output when one or more PSUs has lost power, which could cause garbled graphs
113
114
115
-------------------------------------------------------------------
116
Mon Aug 22 21:20:48 UTC 2011 - cs@linux-administrator.com
117
118
- Update to version 3.7.1:
119
    * Minor feature enhancements, Minor bugfixes
120
    * Added new blacklisting keyword 'pdisk_foreign' to suppress warnings about foreign physical disks
121
    * SNMP: Get the controller number right when reporting issues with the controller cache battery
122
    * Various minor tweaks and bugfixes in the PNP4Nagios template
123
 
124
125
-------------------------------------------------------------------
126
Mon Aug 15 14:52:04 UTC 2011 - cs@linux-administrator.com
127
128
- Update to version 3.7.0:
129
    * Major feature enhancements
130
    * Major overhaul of the perfdata code. This includes API breakage and fixes the following: - Probes were not sorted correctly - Voltage data was not included
131
    * The PNP template check_openmanage.php has been redone to work with the changes in perfdata output from the plugin
132
    * A new option --legacy-perfdata will make the the plugin output the performance data in the old format
133
    * Added support for a configuration file
134
    * Added manual page for the configuration file
135
    * If using html output, URLs will now open in a new window
136
    * Added a compatibility fix for OMSA 6.5.0, related to performance data for amperage probes when the plugin is used in local mode. Thanks to Benedikt Meyer for a patch.
137
138
139
-------------------------------------------------------------------
140
Fri Jun 24 20:56:18 UTC 2011 - cs@linux-administrator.com
141
142
- Update to version 3.6.8:
143
    * Added workaround for a rare condition in which blade detection fails because the chassis IDs for the blade
144
      and interconnect board have switched places in the BaseBoardType SNMP table.
145
146
-------------------------------------------------------------------
147
Sun May 15 16:15:45 UTC 2011 - cs@linux-administrator.com
148
149
- Update to version 3.6.7:
150
    * Minor bugfixes
151
    * A regression wrt. non-certified drives were fixed. The plugin failed to identify non-certified physical drives via SNMP.
152
    * Added the ability to blacklist non-certified drives with the 'pdisk_cert' blacklisting keyword.
153
154
- Changes in version 3.6.6:
155
    * Minor bugfixes
156
    * Fixed typo in help output
157
    * SD card check is now included if the parameter '--only chassis' is specified
158
    * The plugin will issue a proper warning if a physical drive is uncertified, instead of an unspecified warning. One or more uncertified drives will make the controller go into a non-critical (warning) state.
159
    * Slightly improved reporting of fan status
160
    * Exit with value 3 (unknown) if printing debug, help or version info. This is considered best practice for Nagios plugins.
161
    * Workaround added for logical SAS connectors to external storage enclosures, when using check_openmanage in local mode with OMSA 6.4.0 or later versions. The output from omreport could contain lines that the plugin was unable to parse, which would lead to internal errors.
162
 
163
164