Netmonitor

Netmonitor

Netmonitor

Install

Domino console command to install this app on your server:

tell Genesis install netmonitor

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.

Healthcheck of Domino server

Version: 1.0.0

{
    "title": "Netmonitor v${version} (Prominic.NET)",
    "versionjson": "${versionjson}",

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

    "steps": [
    {
        "title": "--- Step 1. Download file ---",
        "files": [
            {"from": "${baseurl}/0/${docid}/$FILE/netmonitor_v1.0.0.ntf", "to": "${directory}/netmonitor_v1.0.0.ntf"}
        ]
    },
    {
        "title": "--- Step 2. Sign template with server.id ---",
        "databases": [
             {
                "action": "update",
                "filePath": "netmonitor_v1.0.0.ntf",
                "sign": true
              }
        ]
    },
    {
        "title": "--- Step 3. Create netmonitor database from template (if not already) ---",
        "databases": [
             {
                "action": "create",
                "filePath": "netmonitor.nsf",
                "title": "Network Monitor ${version}",
                "templatePath": "netmonitor_v1.0.0.ntf"
              }
        ]
    },
    {
        "title": "--- Step 4. Update design ---",
        "updatedesign": [{"target": "netmonitor.nsf", "template": "netmonitor_v1.0.0.ntf"}]
    },
    {
        "title": "--- Step 5. Completed ---",
        "messages": ["You have installed Network Monitor v${version}"]
    }

    ]
}