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

Compare with Current View Page History

Version 1 Next »

New configuration options

If you go to Admin -> Configure you will now see additional options for configuration. oae_url, nmis_url and maps_url can all be configured to point to the directories or sites for these additional products. If left unconfigured, the icons for these products in the header will show "about" style pages for each. If configured, a new tab or window should spawn when one of the icons in the header is clicked, taking you to the configured URL.

New audit scripts

Open-AudIT contains an updated "audit_windows.vbs". Please ensure you replace any existing audit scripts being used with this new version.

An initial release of a Linux audit script is now included. audit_linux.sh is a community provided script, support for which is provided by the community on the Open-AudIT forums.

Test data

WARNING - do not use this URL on production systems.

For testing and/or evaluation purposes there is now an 'admin' level controller and function to generate approximately 1,100 systems, a few groups and some locations and insert these into the database.

I have disabled this in code and there is no link from the GUI. This is intentional. If you call this function, 1,100 systems will be inserted regardless of what is currently in your database.

To enable the function edit the file code_igniter/application/controllers/admin_test.php. Go to the function called "data". Comment out the third line inside this function that performs the redirect. You can now call the URL in a browser (assuming you are an Open-AudIT user with Admin level credentials).

The URL is http://<SERVER>/index.php/admin_test/data 

The devices that are inserted only populate the 'system' table of the database. There are no further details such as hardware or software installed or settings such as routes, etc. This is for basic testing and evaluation and not meant for thorough analysis on a detailed level.

 

 

  • No labels