Skip to content

Releases: objectscript/deepsee-sysmon-dashboards

v2.0.1

06 Nov 11:20
Compare
Choose a tag to compare

Installation

For install:

  1. Download Installer.xml.
  2. Import this file into any namespace.
  3. Run command: do ##class(kutac.monitor.utils.Installer).setup().
  4. Wait until the installation is complete.

v2.0.0

10 Sep 12:14
Compare
Choose a tag to compare

Installation

For install:

  1. Download Installer.xml.
  2. Import this file into any namespace.
  3. Run command: do ##class(kutac.monitor.utils.Installer).setup().
  4. Wait until the installation is complete.

Change authentication configuration

12 Jul 12:10
Compare
Choose a tag to compare

Installation

For install:

  1. Download Installer.xml.
  2. Import this file into any namespace.
  3. Run command: do ##class(kutac.monitor.utils.Installer).setup().
  4. Wait until the installation is complete.

New configurator UI.

11 Jul 09:47
Compare
Choose a tag to compare

Installation

For install:

  1. Download Installer.xml.
  2. Import this file into any namespace.
  3. Run command: do ##class(kutac.monitor.utils.Installer).setup().
  4. Wait until the installation is complete.

Fixed few bugs

17 Apr 04:00
Compare
Choose a tag to compare

Installation

For install:

  1. Download Installer.xml.
  2. Import this file into any namespace.
  3. Run command: do ##class(kutac.monitor.utils.Installer).setup().
  4. Wait until the installation is complete.

New insaller + web UI

16 Apr 14:34
Compare
Choose a tag to compare

Installation

For install:

  1. Download Installer.xml.
  2. Import this file into any namespace.
  3. Run command: do ##class(kutac.monitor.utils.Installer).setup().
  4. Wait until the installation is complete.

First release

30 Jul 09:31
Compare
Choose a tag to compare

deepsee-sysmon-dashboard

A small set od DeepSee dashboards for selected system monitor metrics - data collected by %SYSMONMGR utility.

Installation

  1. Download Installer.cls.xml into Caché manager directory.

  2. Run in terminal (any namespace) under user with %All role:

    do ##class(%Installer.Installer).InstallFromCommandLine(##class(%File).ManagerDirectory()_"Installer.cls.xml","Namespace={Namespace}")
    

    where:

    {Namespace} is a namespace you want to install to. If it does not exist it would be created automatically. If it does exist only kutac package would be overwritten. If {Namespace} is not defined, then SYSMON namespace will be created.