Contents - Index


ANM Database

This version of ANM log all check results in the built-in database.
ANM is shipped with Firebird Embedded Server, but can use both the Interbase Server, and the Firebird Server.

The structure of database is simple. It consists of two tables: SERVERS and MAINLOG.
The VER table holds the version information only. For detailed structure see dbcreate.sql that is included in the installation package.

To reduce database file size, ANM can delete obsolete information from database. Choose appropriate value in Options form at the Common page. If you select "All" the ANM will keep all check results. Otherwise ANM will erase the records older than specified number of days and keep only server's state changes.

Database information can be viewed and printed using Reports menu. This menu contains all reports from the Reports subfolder.
You can create you own reports using Report Designer.