DominoMeter

Allow to analyze Domino servers

http://dominometer.com/duca.nsf

DominoMeter

Install

Domino console command to install this app on your server:

tell Genesis install dominometer prod

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.

DominoMeter is a Java Add-in designed to analyze Domino servers and transmit information to a central database. It provides a consolidated overview of all your Domino servers in one centralized location.

Using DominoMeter

Load. Usually when you start Genesis it will also start DominoMeter, but if that is not a case for you, you can run it manually

load runjava DominoMeter

That will run DominoMeter using config.txt stored in JavaAddin\DominoMeter folder

load runjava DominoMeter prod

Report. You issue a command to send report anytime

tell DominoMeter report

You can download the latest release on GitHub (DominoMeter)

Version: 1.0.40

{
    "title": "DominoMeter ${version}",
    "versionjson": "${versionjson}",

    "config":
    {
        "version": "${version}",
        "active": "1",
        "runjava": "DominoMeter {0}"
    },
 
    "steps": [
    {
        "title": "Step 1. Download needed files",
        "files": [
            {
                "from": "${baseurl}/0/${docid}/$FILE/DominoMeter-140.jar",
                "to": "JavaAddin/DominoMeter/DominoMeter-140.jar"
            }
        ]
    },
    {
        "title": "Step 2. Register Java Addin",
        "notesINI": [
            {
                "name": "JavaUserClassesExt",
                "value": "GJA_DominoMeter",
                "multivalue": true,
                "sep": ","
            },
            {
                "name": "GJA_DominoMeter",
                "value": "JavaAddin/DominoMeter/DominoMeter-140.jar"
            }
        ]
    },
    {
        "title": "Step 3 (final)",
        "messages": ["SUCCESS: DominoMeter has been installed"]
    }

    ]
}