Audit Manager

Audit Manager is based on Damien Katz superb Trigger Happy tool. It was designed to track changes in documents that contain configuration information or business critical information in our applications.

Audit Manager

Install

Domino console command to install this app on your server:

tell Genesis install audit-manager

Install in MyAccount (for Prominic customers only)

Source code

If the project doesn't open in Moonshine-IDE, then run Project > Import Genesis Directory Application and paste the below URL.

Audit Manager is based on Damien Katz superb Trigger Happy tool. It was designed to track changes in documents that contain configuration information or business critical information in our applications.

The application can monitor changes made through the Notes Client, or Web Browser, and can also monitor your name and address book.It now supports 32 and 64 bit Windows

The tool is enabled by copying 1 agent into a database, and configuring an audit monitor in the central database, document changes (both data and design) can then be recorded into any number of log databases.

Version: 4.0.0

{
    "title": "Audit Manager v${version} (OpenNTF)",
    "versionjson": "${versionjson}",

    "config":
    {
        "version": "${version}"
    },

    "steps": [
    {
        "title": "--- Step 1. Download file ---",
        "files": [
            {"from": "${baseurl}/0/${docid}/$FILE/auditmanager.ntf", "to": "${directory}/auditmanager.ntf"},
            {"from": "${baseurl}/0/${docid}/$FILE/auditmanagerlog.ntf", "to": "${directory}/auditmanagerlog.ntf"}
        ]
    },
    {
        "title": "--- Step 2. Create database from templates ---",
        "databases": [
             {
                "action": "create",
                "filePath": "auditmanager.nsf",
                "title": "Audit Manager Configuration ${version}",
                "templatePath": "auditmanager.ntf",
                "sign": true
              },
             {
                "action": "create",
                "filePath": "auditmanagerlog.nsf",
                "title": "Audit Manager Log 3.0.0 (TMP)",
                "templatePath": "auditmanagerlog.ntf",
                "sign": true
              }
        ]
    },
    {
        "title": "--- Step 3 (final). Completed ---",
        "messages": ["You have installed Audit Manager v${version}"]
    }

    ]
}