Release Notes for Open-AudIT v1.14.2
New Features
Configuration options for device matching
Now in the configuration section, there are options for improved matching of a submitted device details and those already in the database. The options are quite self explanatory. If it's a single attribute and it matches, the devices are considered to be the same device. If the option is for multiple attributes, all specified attributes must match before the devices are considered to be the same.
Some points of interest.
The dus_id (under Linux) is supposed to be a unique field. Unfortunately when a Linux machine is cloned under VMware (and likely other hypervisors) this unique id is not recreated. System Administrators should do this, but it appears not many do and we end up with false positive matches occurring. This was not an option prior to 1.14.2, but now is.
VMware (at least on the desktop) can also provide issue's for us with Mac Addresses. If multiple desktops have VMware Workstation (or Fusion) installed, VMware tends to use the same bunch of Mac Addresses across machines. In theory this should be fine (for VMware) because these machines are on different networks. Obviously for Open-AudIT this presents an issue when we match machines based on Mac Address. hence the option for match_mac_vmware. Leave this at 'n' to prevent this occurring.
The available options for matching devices are: match_dbus, match_fqdn, match_hostname, match_hostname_dbus, match_hostname_serial, match_hostname_uuid, match_ip, match_mac, match_mac_vmware, match_serial, match_serial_type
Option | Default |
---|---|
match_dbus | n |
match_fqdn | y |
match_hostname | y |
match_hostname_dbus | y |
match_hostname_serial | y |
match_hostname_uuid | y |
match_ip | n |
match_mac | n |
match_mac_vmware | n |
match_serial | y |
match_serial_type | y |
match_uuid | y |
Change Log
Open-AudIT | Bug | Assign Location blanks when audit run |
Open-AudIT | Bug | Nmap sudo on OSX |
Open-AudIT Enterprise | Bug | Devices Not Seen |
Open-AudIT Enterprise | Bug | Discovery Logs not appearing in template |
Open-AudIT | Bug | Manual Create Device broken |
Open-AudIT | Improvement | Move /system/add_system to input/device |
Open-AudIT | Improvement | Execute button should not appear when discovery is running |
Open-AudIT | Bug | Resources Logs button or Admin->Logs leaves blank screen |
Open-AudIT | Bug | Bulk Edit Select All does not work |
Open-AudIT | New Feature | Add a Changes - Files querry |
Open-AudIT Enterprise | Improvement | Add failed query name to an error pop-up |
Open-AudIT Enterprise | Bug | Advanced Filter and Export buttons missing from Query results |
Open-AudIT Enterprise | Bug | Clicking either search icon results in server error |
Open-AudIT | Improvement | Fields no longer supports Group assignment (now does) |
Open-AudIT Enterprise | Improvement | Improve Are You Sure pop-up |
Open-AudIT Enterprise | Bug | Some pages include JSON debug information in footer |
Open-AudIT Enterprise | Improvement | Unknown label missing for 2 pie charts |
Open-AudIT Enterprise | Improvement | Device Details menu items disappear when History items are selected |
Open-AudIT Enterprise | Improvement | Device Details missing in OAE that are in OAC |
Open-AudIT | Bug | Map does not plot devices at new locations |
Open-AudIT | Task | Redo configuration options for device matching |
Open-AudIT | Task | Reports endpoint |
Open-AudIT | Bug | Show phone attributes on device details template |
Open-AudIT | Improvement | audit_osx.sh changes because of sierra |