Skip to end of banner
Go to start of banner

Open-AudIT Default Configuration Values and Description

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Below are the default values for the configuration of Open-AudIT. These can all be changed to work as you desire.

As at 1.12.10.

+------------------------------------+-------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| config_name                        | config_value                              | config_description                                                                                                                                    |
+------------------------------------+-------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| ad_domain                          |                                           | The domain name against which your users will validate to log on to Open-AudIT. EG - open-audit.org                                                   |
| ad_server                          |                                           | The IP Address of the domain controller your users will validate to log to Open-AudIT. EG - 192.168.0.1                                               |
| blessed_subnets_use                | y                                         | Should we only accept data from the blessed subnets list.                                                                                             |
| default_network_address            |                                           | The ip address or resolvable hostname used by external devices to talk to Open-AudIT.                                                                 |
| delete_noncurrent                  | n                                         | Should we delete any attributes that are not present when we audit a device.                                                                          |
| discovery_create_alerts            | y                                         | Should Open-AudIT create an entry in the alert table if a change is detected.                                                                         |
| discovery_ip_exclude               |                                           | Populate this list with ip addresses to be excluded from discovery. IPs should be separated by a space.                                               |
| discovery_linux_script_directory   | /tmp/                                     | The directory the script is copied into on the target device.                                                                                         |
| discovery_linux_script_permissions | 700                                       | The permissions set on the audit_linux.sh script when it is copied to the target device.                                                              |
| discovery_nmap_os                  | n                                         | When discovery runs Nmap, should we use the -O flag to capture OS information (will slow down scan and requires SUID on the Nmap binary under Linux). |
| discovery_update_groups            | y                                         | Should Open-AudIT update the device groups after discovering a device.                                                                                |
| discovery_use_dns                  | y                                         | Should we use DNS for looking up the hostname and domain.                                                                                             |
| discovery_use_ipmi                 | y                                         | Should we use ipmitool for discovering management ports if ipmitool is installed.                                                                     |
| display_version                    | 1.12.10                                   | The version shown on the web pages.                                                                                                                   |
| distinct_groups                    | y                                         | Display Groups on the homepage, separated into the type of each Group.                                                                                |
| download_reports                   | download                                  | Tells Open-AudIT to advise the browser to download as a file or display the csv, xml, json reports. Valid values are download and display.            |
| internal_version                   | 20160811                                  | The internal numerical version.                                                                                                                       |
| logo                               | logo-banner-oae                           | The logo to be used in Open-AudIT. Should be a 475x60 .png. Name should not include the file extension. logo-banner-oac-oae is the default.           |
| log_level                          | 5                                         | Tells Open-AudIT which severity of event (at least) should be logged.                                                                                 |
| log_style                          | syslog                                    | Tells Open-AudIT which log format to use. Valid values are json and syslog.                                                                           |
| maps_url                           | /omk/oae/map                              | The web server address of opMaps.                                                                                                                     |
| match_dbus                         | n                                         | Should we match a device based on its dbus id.                                                                                                        |
| match_fqdn                         | y                                         | Should we match a device based on its fqdn.                                                                                                           |
| match_hostname                     | y                                         | Should we match a device based on its hostname.                                                                                                       |
| match_hostname_dbus                | y                                         | Should we match a device based on its hostname and dbus id.                                                                                           |
| match_hostname_serial              | y                                         | Should we match a device based on its hostname and serial.                                                                                            |
| match_hostname_uuid                | y                                         | Should we match a device based on its hostname and UUID.                                                                                              |
| match_ip                           | n                                         | Should we match a device based on its ip.                                                                                                             |
| match_mac                          | n                                         | Should we match a device based on its mac address.                                                                                                    |
| match_mac_vmware                   | n                                         | Should we match a device based mac address even if it's a known likely duplicate from VMware.                                                         |
| match_serial                       | y                                         | Should we match a device based on its serial number.                                                                                                  |
| match_serial_type                  | y                                         | Should we match a device based on its serial and type.                                                                                                |
| match_uuid                         | y                                         | Should we match a device based on its UUID.                                                                                                           |
| network_group_auto_create          | y                                         | Have Open-AudIT automatically create Groups based on Subnet.                                                                                          |
| network_group_homepage_limit       | 20                                        | The number of network groups to display on the homepage.                                                                                              |
| network_group_subnet               | 30                                        | If the netmask is equal to or greater than this number, do not create a network group.                                                                |
| nmis                               | n                                         | Enable import / export to NMIS functions.                                                                                                             |
| nmis_url                           |                                           | The web server address of NMIS.                                                                                                                       |
| non_admin_search                   | y                                         | Enable or disable search for non-Administrators                                                                                                       |
| oae_url                            | /omk/oae                                  | The web server address of Open-AudIT Enterprise.                                                                                                      |
| page_refresh                       | 300                                       | Interval in seconds between auto-refreshing the page. Set to 0 to cancel auto-refresh.                                                                |
| rss_enable                         | y                                         | Enable the RSS feed.                                                                                                                                  |
| rss_url                            | https://community.opmantek.com/rss/OA.xml | The RSS feed URL.                                                                                                                                     |
| show_passwords                     | n                                         | Show any passwords on forms.                                                                                                                          |
| show_snmp_community                | n                                         | Show the SNMP community string on forms.                                                                                                              |
+------------------------------------+-------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+

  • No labels