Skip to content

Commit afcdda1

Browse files
Update README.md
1 parent 3b109af commit afcdda1

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
deepsee-sysmon-dashboard
22
==============
33

4-
A small set od DeepSee dashboards for selected system monitor metrics - data collected by %SYSMONMGR utility
4+
A small set od DeepSee dashboards for selected system monitor metrics - data collected by %SYSMONMGR utility.
5+
6+
7+
Installation
8+
------------
9+
10+
11+
1. Download Installer.cls.xml (from cls/kutac/monitor/utils folder in repository or releases page) into Caché manager directory.
12+
2. Run in terminal (any namespace) under user with %All role:
13+
14+
do ##class(%Installer.Installer).InstallFromCommandLine(##class(%File).ManagerDirectory()_"Installer.cls.xml","Namespace={Namespace}")
15+
16+
where:
17+
18+
{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. On this step installer would create (if needed) Namespace and corresponding database, download source code from GitHub and compile it, create required web application (named /cls/{Namespace}) if one does not exist (skipping web application creation process if one does exist), and map kutac package to %All namespace (which will be created if it does not exist).
19+
20+
21+
22+
23+

0 commit comments

Comments
 (0)