Skip to content

openDCIM-4.4

Compare
Choose a tag to compare
@samilliken samilliken released this 22 May 11:45
· 1065 commits to master since this release

Changes in 4.4

  • Fixed collision detection in the bulk importer
  • Corrected issues where parent power panels didn't roll up inherited meter values
  • Make Path now only shows available ports instead of all ports
  • Allow PowerSupplyCount to be overridden for children of a Chassis Device. This is helpful for the VTRAY and HTRAY hacks (shelves).
  • Switched the whole dependency system over to PHP Composer and implemented AutoLoad. This will only load the class files into the server that are actually being used by a page, thereby decreasing the overall load on the server and memory footprint.
  • Updated all libraries to latest version supported by PHP 5.5, which also allows us to be compatible with PHP 7.0 (previously it threw fatal errors)
  • Added some buttons on the work order screen to do some mass updates, like clearing the reservation flag on a bunch of devices at once
  • Fixed the search box so that it doesn't send the whole db if you accidentally hit the down arrow with an empty search string
  • Automagic conversion to/from English/Metric when talking to the Repository.
  • Fixed the Repo Sync screen to acknowledge when you send a template to the repository
  • Fixed an error that caused the Port Notes field to clear out when a color code wasn't chosen
  • Added ability to search on Custom Attributes/Values, in both the UI and the API
  • Allow for the creation of a Default Rights template, applied to any new user that authenticates past Apache, but doesn't exist in openDCIM database
  • Fixed the Center of Gravity calculation. It was a huge fan of Stranger Things, and calculated everything in the Upside Down.
  • The port naming pattern maker from the devices.php screen has been copied over to the Template Maker screen.
  • New option in Configuration to draw rectangles around the defined cabinet coordinates, as well as apply the label to the map. Handy for users who simply want to upload a blank floor plan and draw with openDCIM.
  • New option in the right click context menu - can align all cabinets in the selected row with a given edge of the current cabinet. Strictly for OCD folks.
  • Expanded some of the fields to larger containers.
  • Fixed the Available RU calculation in the data center stats. It was counting items in the Storage Room.
  • Power Outage Simulation Report has been completely reworked and now outputs an Excel spreadsheet that is much easier to follow.
  • Added an email report (must be added to crontab) that will notify you of devices disabled from SNMP Polling due to 3 consecutive failures. Includes a button to reset all counters back to 0.
  • If you add a tag of "NoPoll" to a switch device, it won't try to poll the status of it, even if you have a hostname/IP defined.
  • Support for a BusWay type of power panel. You still need to give each circuit a name, but it doesn't try to make it fit within the scope of a 42 pole panel - can be alphanumeric.
  • Created a bulk importer for cabinets