We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21dbf10 commit e3e7af5Copy full SHA for e3e7af5
README.md
@@ -21,11 +21,11 @@ Installation
21
22
Installation without fs access to server
23
-----------
24
-1. Download Installer.cls.xml (from MDX2JSON folder in repository or releases page) into Caché Studio (any namespace)
+1. Download Installer.cls.xml (from deepsee-sysmon-dashboards folder in repository or releases page) into Caché Studio (any namespace)
25
2. Run in terminal (any namespace) under user with %All role:
26
27
set pVars("Namespace")="{Namespace}"
28
- do ##class(MDX2JSON.Installer).setup(.pVars)
+ do ##class(kutac.monitor.utils.Installer).setup(.pVars)
29
30
where:
31
0 commit comments