SYS.Monitor.DashboardInstaller
class SYS.Monitor.DashboardInstaller extends %Library.RegisteredObject
This class handles installation of the System Monitor Dashboard.Method Inventory (Including Private)
- AddDashboardSensors()
- CreateWebApplications()
- Install()
- MoveKitFiles()
- RemoveWebApplication()
- SetLibDBReadOnly()
Methods (Including Private)
classmethod AddDashboardSensors() as %Status [ Language = objectscript ]
classmethod Install(kitPath As %String, dev As %Integer = 0, update As %Boolean = 0) as %Status [ Language = objectscript ]
This method is invoked to install the Dashboard kit in a InterSystems IRIS instance.
'kitpath' is the directory of the unzipped Dashboard kit.
'dev' indicates whether the CSP app should cache files.
'update' will force the update of back end with DashboardSupport.xml even if DashboardSensors exists
classmethod MoveKitFiles(kitPath As %String, DBSensors As %Boolean) as %Status [ Language = objectscript ]
classmethod RemoveWebApplication() as %Status [ Language = objectscript ]
Remove CSP Application and REST API
Inherited Members
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()