]> git.uio.no Git - check_openmanage.git/blame - CHANGES
* version 3.5.5-beta4
[check_openmanage.git] / CHANGES
CommitLineData
ba53af74 13.5.4 2010-01-13
2------------------
3
4* Added support for storport driver version for controllers, only
5 applicable on servers running Windows. A new blacklisting keyword
6 for suppressing storport driver messages was added.
879782a8 7* The "all" keyword in blacklisting is now case insensitive.
ba53af74 8* More fine-grained reporting in the rare case where a controller
07acfb60 9 battery fails during learning and charging states.
ba53af74 10* New improved way of reporting perl warnings during execution of the
11 plugin.
12
13
143.5.3 2009-12-17
15------------------
16
17* Fix for path to omreport on Linux with OMSA 6.2.0
18* A couple of other small fixes
19
20
cd34f3e7 213.5.2 2009-11-17
22------------------
23
24* Fix for undefined device name for logical drives (thanks to Pontus
25 Fuchs for a patch)
26* Fixed a bug in the PNP4Nagios template, that prevented the template
27 from working with PNP4Nagios 0.6. Thanks to the PNP4Nagios team for
28 the fix.
29* Other small fixes
30
c9cde537 313.5.1 2009-10-22
d4c29457 32------------------
33
34* CPU type, family etc. are now reported in case of a CPU failure (and
35 in the debug output)
36* The debug output now reports Openmanage version and plugin version
37
38
c10216b6 393.5.0 2009-10-13
a4e4d852 40------------------
41
42* New option '-a' or '--all' turns on checking of everything
43* The manual page (POD info) is removed from the script and is now in
44 a separate file, to make check_openmanage fully ePN compatible
45* ePN is no longer disabled by default, check_openmanage no longer has
46 an opinion on whether it should run under ePN or not
47* The '-m' or '--man' option is no longer available
02babec6 48* The option '-v' or '--verbose' is renamed to '-d' or '--debug',
49 which makes more sense wrt. its usage
a4e4d852 50* The '-g' or '--global' option is removed. Checking the global health
51 status is now default if applicable
52* Checking intrusion detection is now turned on by default
5cb5973b 53* The obsolete option '--snmp' is removed
a4e4d852 54* The option '--state' now has a shorter equivalent '-s'
55* The basename stuff and options '--only-critical' and
56 '--only-warning' are now replaced by an option '--only'
57* If plugin is run by Nagios, redirect stderr to stdout
02babec6 58* Added option '--omreport', that lets the user specify the full path
59 to the omreport binary
5cb5973b 60* Added non-8bit-legacy default search paths for omreport.exe for
61 Windows boxen
62* Minor changes to the plugin output, for consistency
2fdf5f00 63* New blacklisting keyword 'bat_charge' disables warning messages
ca98fb52 64 related to controller cache battery charging. Thanks to Robert
65 Heinzmann for a patch.
ce662ba2 66* For blacklisting, the component ID kan now be "ALL", in which all
67 components of that type is blacklisted.
945f527c 68* Man page is moved to manual section 8
69
a4e4d852 70
713.4.9 2009-08-07
72------------------
73
74* Fixed a bug that could cause errors and weird results when checking
75 cooling devices (fans) via SNMP. Thanks to Ken McKinlay for spotting
76 this bug and reporting it.
77
783.4.8 2009-07-31
79------------------
80
81* For failed physical drives, check_openmanage will now output the
82 drive's vendor, model and size in GB or TB.
83
843.4.7 2009-07-24
85------------------
86
87* The -s|--snmp option was redundant and no longer does anything. SNMP
88 is triggered automatically if the -H|--hostname option is
89 present. The -s|--snmp option is kept for compatibility, but has no
90 effect.
91
923.4.6 2009-07-07
93------------------
94
95* Added support for performance data (temperatures) from attached
96 storage enclosures such as the MD1000
97
983.4.5 2009-06-22
99------------------
100
101* Fixed a regression in the --htmlinfo option when it is not supplied
102 with an argument
103
1043.4.4 2009-06-22
105------------------
106
107* New option --htmlinfo adds clickable HTML links in the plugin's
108 output
109
1103.4.3 2009-06-11
111------------------
112
113* Fixed a regression bug in CPU and power supply reporting that only
114 affects verbose output
115* If blacklisting is used, the global health check (via the --global
116 option) is now negated. Checking the global health doesn't make
117 sense when one or more components is blacklisted. Thanks to Rene
118 Beaulieu for reporting this bug
119* The PNP4Nagios template is now included in the tarball and zip
120 archive
121
1223.4.2 2009-06-03
123------------------
124
125* Improved memory error reporting, when using omreport
126* Collect performance data from pwrmonitoring (amperage probes) that
127 were previously ignored when using omreport
128
1293.4.1 2009-05-25
130------------------
131
132* Improved memory error reporting, when using SNMP
133* Other small ehnancements
134
1353.4.0 2009-05-25
136------------------
137
138* The plugin is now compatible with the Nagios embedded Perl
139 interpreter (ePN) in theory. However, the plugin will not not use
140 ePN by default. We don't want any "accidents".
141* License is now GPLv3, previously only specified as "GPL"
142* New options --only-critical and --only-warning. With these options
143 the plugin will only print critical or warning alerts, respectively.
144* Bugfixes and speed enhancements in the storage section, when
145 checking enclosure components via omreport
146* The --okinfo option is now less verbose and more to the point
147* Lots of code refactoring for readability, maintainability and
148 robustness
149
1503.3.2 2009-05-05
151------------------
152
153* Fixed a bug in the storage section, when checking controllers. This
154 is an obscure bug that only manifests itself in the odd case where a
155 server has multiple controllers, and one of the controllers are
156 missing some of the OIDs, in which case these OIDs will be missing
157 for the other controllers as well. The change is minor and only
158 includes using get_table() instead of get_entries() to collect the
159 SNMP result. Thanks to Stephan Bovet for reporting this bug.
160
1613.3.1 2009-04-28
162------------------
163
164* The --perfdata option can now optionally take an argument
165 "multiline", which makes the plugin produce multiline performance
166 data output in a Nagios 3.x way. Not really needed, but the plugin
167 output is prettier.
168* Added comment within the 10 first lines to disable the nagios
169 embedded perl (ePN) interpreter by default for Nagios 3.x
170* Improvements in the performance data output. Units are now included
171
1723.3.0 2009-04-07
173------------------
174
175* Added --global option, which turns on checking of everything. If
176 used with SNMP, the global system health status is also probed, to
177 protect the user against bugs in the plugin. If used with omreport,
178 the overall chassis health is used.
179* Support for SNMP version 3
180* New check added: esmhealth. This checks the overall health of the
181 ESM log, i.e. the fill grade. More than 80% means a warning message
182* Fixed alert log reporting to use the same format as for the ESM log
183* Output messages are now sorted by severity
184* Minor changes in how out-of-date controller firmware/driver is
185 reported
186* Code refactoring and cleanup
187
1883.2.7 2009-03-29
189------------------
190
191* Use "omreport about" to collect OMSA version. Slightly faster than
192 "omreport system version". This should give a small speedup in
193 certain configurations
194* Fixed typo in output when a logical drive is rebuilding. Thanks to
195 Andreas Olsson for reporting
196* Improved reporting of ESM log content
197* Added omreport.sh as alternate omreport path
198* Lots of other small fixes and enhancements
199
200Plus: A few changes to make the plugin work with old PowerEdge models
201(e.g. 2550, 2450) and/or old OMSA versions (e.g. version 4.5):
202
203* Use the chassisModelName OID to determine if SNMP works (instead of
204 BaseboardType)
205* No longer require a response when checking baseboard type via
206 SNMP. If there is no response, we assume that we're not dealing with
207 a blade server
208
209Thanks to Christian McHugh for help with testing and debugging this
210stuff
211
2123.2.6 2009-03-05
213------------------
214
215* Use 'omreport system operatingsystem' to collect OS info, instead of
216 'omreport system' version which is incredibly slow. This should speed
217 things up in certain configurations.
218* A few speedups, don't collect information that isn't needed
219* Man page fixes
220
2213.2.5 2009-02-24
222------------------
223
224* New option --linebreak to specify the separator between line in case
225 of multiline output
226* Added support for 64bit Windows. Thanks to Patrick Hemmen for a patch
227* [Patrick Hemmen] Added install.bat for Windows installation
228* [Patrick Hemmen] Improvements on install.sh. Will now install in
229 /usr/lib64 for x86_64
230* RPMs are now architecture dependent, because of different libdir
231
2323.2.4 2009-02-17
233------------------
234
235* New option -o|--ok-info to display extra information when everything
236 is ok. The plugin can now display storage firmware and driver info,
237 DRAC and BMC firmware, and OMSA version
238* Support for setting custom minimum temperature thresholds via the
239 -c|--critical and -w|--warning options
240* Better and more detailed temperature error reporting
241* Bugfix in the amperage report (including performance data). The
242 plugin now takes into account the correct unit and measurement for
243 amperage probes (other than watts)
244* New option --port lets the user specify the remote SNMP port number
245
2463.2.3 2009-02-09
247------------------
248
249* Regression fix: Use the older Processor Device SNMP OIDs for older
250 PowerEdge models, that don't have the new Processor Device Status
251 OIDs. Thanks to Nicole Hähnel for reporting this bug.
252* Default output (when there are no alerts) now shows RAC firmware,
253 BMC firmware, info about controllers and enclosures (firmware,
254 driver).
255
2563.2.2 2009-02-03
257------------------
258
259* Regression fix: Ignore unoccupied CPU slots with SNMP probing. This
260 fixes a bug introduced in versjon 3.2.1, which would output
261 something like this if one or more CPU slots were empty: CPU 1 needs
262 attention ()
263
2643.2.1 2009-02-03
265------------------
266
267* Use Processor Device Status Table OIDs instead of Processor Device
268 Table when checking CPUs via SNMP
269* Bugfix: don't report throttled CPUs as warnings when checking via
270 SNMP (same as for checking locally)
271
2723.2.0 2009-01-27
273------------------
274
275* New options --state and --short-state for displaying service state
276 along with the alert
277* Lots of small fixes for code readability and maintainability
278
2793.1.1 2009-01-12
280------------------
281
282* Support for running natively on Windows (using omreport.exe). Thanks
283 to Peter Jestico for a patch.
284* Support for compiled Windows version, i.e. check_openmanage.exe is
285 now a legal script name.
286* Exit with error if script basename is illegal/unknown
287* Various small fixes
288
2893.1.0 2008-12-26
290------------------
291
292* Use of alternate basenames for checking only one class of components
293* Added support for checking the ESM log via SNMP
294* Code refactoring for robustness and maintainability
295* Numerous small fixes and enhancements
296* Added install script in distribution tarball
297
2983.0.2 2008-12-20
299------------------
300
301* The script no longer aborts if it can't get system information via
302 SNMP. Give a warning instead, as this is not a critical error
303* Increased robustness when checking controllers
304
3053.0.1 2008-12-11
306------------------
307
308* Man page fix in the 'check' section. Thanks to Ansgar Dahlen for
309 reporting this.
310* Allow invalid command error from 'omreport chassis pwrmonitoring'
311* Various small fixes
312
3133.0.0 2008-12-04
314------------------
315
316* Use unique IDs for storage components with regard to blacklisting,
317 which means that the blacklisting API has changed
318* Added checks for storage components: connectors (channels),
319 enclosures, enclosure fans, enclosure power supplies, enclosure
320 temperature probes and enclosure management modules (EMMs)
321* Improved verbose output
322* New option -t|--timeout for setting the plugin timeout
323* New option -w|--warning for setting custom temperature warning
324 thresholds
325* New option -c|--critical for setting custom temperature critical
326 thresholds
327* Option --check can no longer be specified in its short form (-c)
328* Code cleanup and improvements
329
3302.1.1 2008-11-24
331------------------
332
333* The workaround for the OMSA bug introduced in OMSA 5.5.0 didn't take
334 multiple controllers into account. This has been fixed.
335
3362.1.0 2008-11-19
337------------------
338
339* New option -i|--info prefixes all alerts with the service tag
340* New option -e|--extinfo gives and extra line of output in case of an
341 alert (model and service tag)
342* New option --postmsg lets the user specify a post message string,
343 with info such as model, service tag etc.
344* Options -b|--blacklist and -c|--check can now be specified multiple
345 times (actually quite useful)
346
3472.0.9 2008-11-17
348------------------
349
350* Slightly improved output for alerts on logical drives (vdisks)
351* Now shows a rebuilding physical disk as a warning, as this is
352 usually accompanied by a degraded vdisk. Previous versions didn't
353 show this at all (omreport classifies it as "OK").
354
3552.0.8 2008-11-14
356------------------
357
358* Slightly improved output for charging controller batteries
359
3602.0.7 2008-11-12
361------------------
362
363* Bugfix for reporting physical drives with predictive failure (both
364 via NRPE and SNMP)
365
3662.0.6 2008-10-30
367------------------
368
369* Fix bug in option handling (ambiguous options)
370* Slightly improved output if checking the storage subsystem is turned
371 off
372* Don't complain if there are no logical drives. This is OK. Thanks to
373 Jamie Henderson for reporting this
374
3752.0.5 2008-10-29
376------------------
377
378* Fix bug in SNMP status level table
379
3802.0.4 2008-10-29
381------------------
382
383* Added workaround for a BUG introduced in OpenManage 5.5.0. OM
384 sometimes adds a newline in the controller driver version name,
385 which leads to problems parsing the output. Thanks to Hiren Patel
386 for bringing this to my attention.
387
3882.0.3 2008-10-28
389------------------
390
391* (snmp) Improved handling of cases where OM is not working properly
392
3932.0.2 2008-10-27
394------------------
395
396* Fixed issue where controller number for physical disks can't be
397 established via SNMP (now identifies as controller no. -1)
398
3992.0.1 2008-10-23
400------------------
401
402* Correctly identifies and reports error condition in which OpenManage
403 has stopped working (it happens)
404
4052.0.0 2008-10-23
406------------------
407
408* SNMP support
409* Same options for checking, blacklisting etc. supported with SNMP
410* Same output with SNMP as with NRPE
411
4121.2.1 2008-09-25
413------------------
414
415* Collects performance data if the option '-p' or '--perfdata' is
416 supplied.
417* New blacklisting directives ctrl_fw and ctrl_driver
418 added. Suppresses the "special" warning messages concerning outdated
419 controller firmware and driver. Useful if you can't or won't
420 upgrade.
421
4221.1.2 2008-08-06
423------------------
424
425* Fix getting system model and serial number for newer blades
426
4271.1.1 2008-08-06
428------------------
429
430* Three new checks added:
431 - System battery probes (typical CMOS battery). Newer poweredge
432 models have these
433 - Power consumption monitoring (if the server supports it)
434 - ESM log, with same functionality as the alert log check. Disabled
435 by default.
436
4371.1.0 2008-08-04
438------------------
439
440* Internal refactoring: use ssv-formatted output from openmanage,
441 resulting in slightly faster execution and increased robustness.
442* If /usr/bin/omreport doesn't exist, try
443 /opt/dell/srvadmin/oma/bin/omreport.
444* Allow for no instrumented/redundant power supplies. Needed on
445 low-end poweredge models and blades.
446
4471.0.3 2008-07-25
448------------------
449
450* Openmanage reports non-critical warning about throttled CPUs on new
451 hardware models. Most og us use ondemand CPU frequency scaling (with
452 throttled CPUs as a result). This specific non-critical warning (CPU
453 Throttled) is ignored from now on.
454* Remove superfluous Celcius sign when reporting temperatures.
455
4561.0.2 2008-07-25
457------------------
458
459* Accommodate blade systems with no fans or powersupplies, i.e. accept
460 errors from omreport when trying to check fans or powersupplies on
461 blade servers.
462* Accommodate newer hardware with slightly different omreport
463 options. Use the newer options if they exist. Not really necessary
464 yet, but deprecated options may be removed in future versions of
465 Dell OpenManage.
466
4671.0.1 2008-07-18
468------------------
469
470* When everything is OK, check_openmanage now outputs the same info as
471 Gerhard Lausser's excellent check_hpasm plugin does for HP servers:
472
473 OK - System: 'poweredge 2850', S/N: 'XXXXXXX', ROM: 'A06
474 10/03/2006', hardware working fine, 2 logical drives, 4 physical
475 drives
476
4771.0.0 2008-07-15
478------------------
479
480* Initial release