Skip to content

Commit 3667cc3

Browse files
author
nalexand
committed
2 parents 88bf667 + b249f87 commit 3667cc3

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

README.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
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. If {Namespace} is not defined, then SYSMON namespace will be created. 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+
Installation without fs access to server
22+
-----------
23+
1. Download Installer.cls.xml (from MDX2JSON folder in repository or releases page) into Caché Studio (any namespace)
24+
2. Run in terminal (any namespace) under user with %All role:
25+
26+
set pVars("Namespace")="{Namespace}"
27+
do ##class(MDX2JSON.Installer).setup(.pVars)
28+
29+
where:
30+
31+
{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. 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).
32+
33+
34+
35+
36+

0 commit comments

Comments
 (0)