Releases: objectscript/deepsee-sysmon-dashboards
Releases · objectscript/deepsee-sysmon-dashboards
v2.0.1
v2.0.0
Installation
For install:
- Download Installer.xml.
- Import this file into any namespace.
- Run command:
do ##class(kutac.monitor.utils.Installer).setup()
. - Wait until the installation is complete.
Change authentication configuration
Installation
For install:
- Download Installer.xml.
- Import this file into any namespace.
- Run command:
do ##class(kutac.monitor.utils.Installer).setup()
. - Wait until the installation is complete.
New configurator UI.
Installation
For install:
- Download Installer.xml.
- Import this file into any namespace.
- Run command:
do ##class(kutac.monitor.utils.Installer).setup()
. - Wait until the installation is complete.
Fixed few bugs
Installation
For install:
- Download Installer.xml.
- Import this file into any namespace.
- Run command:
do ##class(kutac.monitor.utils.Installer).setup()
. - Wait until the installation is complete.
New insaller + web UI
Installation
For install:
- Download Installer.xml.
- Import this file into any namespace.
- Run command:
do ##class(kutac.monitor.utils.Installer).setup()
. - Wait until the installation is complete.
First release
deepsee-sysmon-dashboard
A small set od DeepSee dashboards for selected system monitor metrics - data collected by %SYSMONMGR utility.
Installation
-
Download Installer.cls.xml into Caché manager directory.
-
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.