Released 2014-06-17


As at release 1.3.2 for Linux, Debian and Debian based distributions are officially supported again.

NOTE - Some new dependencies now exist. Please follow the instructions provided in the install script (if any warnings are generated). The Install page on the wiki has been updated to reflect this. 


NEW - Open-AudIT - Initial support for remote management controller detection in Discovery. IPMI (port UDP 623) is detected in Discovery and if present, type is set to 'remote access controller'. This will be expanded upon in future releases using ipmitools (for Linux).

NEW - Open-AudIT - Support page. As per the wiki entry.

IMPROVE - Open-AudIT - Added extra OIDs for SNMP Discovery.

IMPROVE - Open-AudIT - Device type 'dslam' added.

FIX - Open-AudIT - Do not match a device on hostname if hostname is blank.

NEW - Open-AudIT - Discovery ESX host and guests via SNMP. Match guests to devices in Open-AudIT if those devices have been audited by an oOp-AudIT script (Discovery). Match based on UUID.

NEW - Open-AudIT - RSS feed to provide updates on new wiki articles.

FIX - Open-AudIT - 'trim' the OS Name string particularly when auditing RedHat / CentOS machines.

IMPROVE - Open-AudIT - Language files revised. Support for English, German, Spanish, French and Portuguese now present.

IMPROVE - Open-AudIT - Changed definition for Virtual Hosts. Changed from using function to using class. Class now auto set as hypervisor upon ESXi Discovery.

FIX - Open-AudIT - Remove the default filtering on the URL string. Too many failing data submits.

IMPROVE - Open-AudIT - Test for Nmap on Discovery page and alert if not present or usable.

IMPROVE - Open-AudIT - Report for Hardware Alerts added.

IMPROVE - Open-AudIT - Option on system submit page to upload a file, as well as input in the form field.

IMPROVE - Open-AudIT - Fix for alerting on new items. Previous SQL would have generated an alert on the subsequent audit, not the audit when the alert occurred.

IMPROVE - Open-AudIT - Add icons next to editable fields in Device Details screens.

IMPROVE - Open-AudIT - Device Display code no longer uses a separate file per device type. See open-audit/code_igniter/application/views/theme-tango/v_display_device.php for details. All types now accounted for with specific sections for devices (think phone details) that require it.

IMPROVE - Open-AudIT - Added location name when returning device details to Open-AudIT Enterprise.

IMPROVE - Open-AudIT - (Windows) Change apache timeout to 1 second to talk to omkd service. Previously this was the default of 60 seconds. If omkd service was restarted, Apache would not return a page for 60 seconds.

IMPROVE - Open-AudIT - (Windows) Installer now starts omkd service before apache, negating the delay as above.

IMPROVE - Open-AudIT - (Windows) RSS feed now caches correctly for 24 hours before attempting to refresh.

FIX - Open-AudIT - Pop-up bug on Software License Report page fixed.

IMPROVE - Open-AudIT + Enterprise - Installer improved. Uninstall option removed (at least for now). Uninstalling Open-AudIT Enterprise would remove all other Opmantek applications. To be addressed in future.

IMPROVE - Open-AudIT + Enterprise - Added a fix permissions script to reset all file permissions to default (if required). /usr/local/omk/bin/fix_perms_oae.pl.