Skip to content

First release

Compare
Choose a tag to compare
@eduard93 eduard93 released this 30 Jul 09:31
· 70 commits to master since this release

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.