11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <Export generator =" Cache" version =" 25" zv =" Cache for Windows (x86-32) 2015.1 (Build 429U)" ts =" 2015-07-28 16:35:12 " >
2+ <Export generator =" Cache" version =" 25" zv =" Cache for Windows (x86-32) 2015.1 (Build 429U)" ts =" 2015-07-28 17:48:35 " >
33<Class name =" kutac.monitor.utils.Installer" >
4- <TimeChanged >63761,59689.157 </TimeChanged >
4+ <TimeChanged >63761,64094.09359 </TimeChanged >
55<TimeCreated >63732,50627.865496</TimeCreated >
66
77<XData name =" Install" >
@@ -100,7 +100,7 @@ do ##class(kutac.monitor.utils.Installer).setup(.pVars)</Description>
100100<Implementation ><![CDATA[
101101 Set Namespace=tInstaller.Evaluate("${Namespace}")
102102 Do tInstaller.PushNS("%SYS")
103- Set tSC = ..Update(Namespace, "intersystems-ru ", "deepsee-sysmon-dashboards", "master")
103+ Set tSC = ..Update(Namespace, "alexandrov-nikita ", "deepsee-sysmon-dashboards", "master")
104104 Do tInstaller.PopNS()
105105 If $$$ISERR(tSC) Throw ##class(%Installer.Exception).CreateFromStatus(tSC)
106106 quit $$$OK
@@ -109,7 +109,7 @@ do ##class(kutac.monitor.utils.Installer).setup(.pVars)</Description>
109109
110110<Method name =" Update" >
111111<ClassMethod >1</ClassMethod >
112- <FormalSpec >Namespace=$Namespace,Owner:%String="intersystems-ru ",Repository:%String="deepsee-sysmon-dashboards",Branch:%String,Username:%String,Password:%String</FormalSpec >
112+ <FormalSpec >Namespace=$Namespace,Owner:%String="alexandrov-nikita ",Repository:%String="deepsee-sysmon-dashboards",Branch:%String,Username:%String,Password:%String</FormalSpec >
113113<ReturnType >%Status</ReturnType >
114114<Implementation ><![CDATA[
115115 Set namespace = $Namespace
@@ -219,8 +219,8 @@ do ##class(kutac.monitor.utils.Installer).setup(.pVars)</Description>
219219<Implementation ><![CDATA[
220220 Set Namespace=tInstaller.Evaluate("${Namespace}")
221221 Do tInstaller.PushNS("%SYS")
222- write !, "Configuring startup namespace"
223- set st1 = ..ConfiguringClasses(Namespace)
222+ /* write !, "Configuring startup namespace"
223+ set st1 = ..ConfiguringClasses(Namespace)*/
224224 write !, "Activating Monitor Classes"
225225 set st2 = ..ActivatingClasses()
226226 write !, "Starting Monitor"
@@ -230,17 +230,16 @@ do ##class(kutac.monitor.utils.Installer).setup(.pVars)</Description>
230230 Do tInstaller.PushNS(Namespace)
231231 set st4 = ..CreateTask(Namespace)
232232 Do tInstaller.PopNS()
233- set st = $$$ADDSC(st4, $$$ADDSC(st1, $$$ADDSC( st2, st3) ))
233+ set st = $$$ADDSC(st4, $$$ADDSC(st2, st3))
234234 if $$$ISERR(st) Throw ##class(%Installer.Exception).CreateFromStatus(st)
235235 quit $$$OK
236236]]> </Implementation >
237237</Method >
238238
239- <Method name =" ConfiguringClasses" >
240- <ClassMethod >1</ClassMethod >
241- <FormalSpec >Namespace=$Namespace</FormalSpec >
242- <ReturnType >%Status</ReturnType >
243- <Implementation ><![CDATA[
239+ <UDLText name =" T" >
240+ <Content ><![CDATA[
241+ /*ClassMethod ConfiguringClasses(Namespace = {$Namespace}) As %Status
242+ {
244243 Set rsm = ##class(%SYS.Monitor).SetStartNS(Namespace)
245244 if rsm'=1
246245 {
@@ -256,8 +255,9 @@ do ##class(kutac.monitor.utils.Installer).setup(.pVars)</Description>
256255 }
257256 //quit $$$OK
258257 return $$$ADDSC(rsm, rsys)
259- ]]> </Implementation >
260- </Method >
258+ }*/
259+ ]]> </Content >
260+ </UDLText >
261261
262262<Method name =" ActivatingClasses" >
263263<ClassMethod >1</ClassMethod >
0 commit comments