Version History ----------------------------------------------------- 1.5 Assets check now only returns Serial / Service Tag. A "description" check was added to allow returning model number and firmware. Finally, updated plugin to support SNMP v3 checking. This involved a rewrite of much of the code. Users can also now pass long style parameters (--), and output is much more compact. 1.32 Minor tweak based on experience with reporting fan status. Previously, based on the wording of status descriptions, I treated a value of 4 as CRITICAL (shutdown). Occassionaly, I would see our switches throw this value, and then later recover without issue or intervention. Using the management website, I learned that shutdown # means the fan is shutting down (IDLE) because the unit temperature is in a safe range. This now returns WARNING status. Although OpenManage # doesn't treat this as WARNING (it's expected behavior), I just was not comfortable having it return OK 1.3 Incorporated bug fixes thanks to user feedback. Different Dell models didn't behave as expected because RADLAN OIDs were used. They were repl- aced with official Dell OIDs, so the plugin should work with more models now, old AND new. Thanks to Daniel Lundh for his help here. An exception is for temperature information. The Dell OID is not available on newer switches,# so my plugin only checks RADLAN OIDs for now. If your switch doesn't support this, you won't be able to get these values until I make the plugin check all possible locations. Port number check now accepts multiple ports, just separate them by a comma in your argument. Rewrote "uptime" check to convert time to human readable format. Thanks to Fernando Ulisses dos Santos for his help on that. Added basic "Global Health" check, if you have little interest in fan/temp checks 1.0 Initial Release