SYS.Monitor.DashboardInstaller
class SYS.Monitor.DashboardInstaller extends %Library.RegisteredObject
This class handles installation of the System Monitor Dashboard.Method Inventory
- AddDashboardSensors()
- CreateWebApplications()
- Install()
- MoveKitFiles()
- RemoveWebApplication()
- SetLibDBReadOnly()
Methods
classmethod AddDashboardSensors() as %Status
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 RemoveWebApplication() as %Status
Remove CSP Application and REST API
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()