Skip to main content

SYS.Monitor.DashboardInstaller

class SYS.Monitor.DashboardInstaller extends %Library.RegisteredObject

This class handles installation of the System Monitor Dashboard.

Method Inventory

Methods

classmethod AddDashboardSensors() as %Status
classmethod CreateWebApplications(dev As %Boolean) as %Status
classmethod Install(kitPath As %String, dev As %Integer = 0, update As %Boolean = 0) 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 MoveKitFiles(kitPath As %String, DBSensors As %Boolean) as %Status
classmethod RemoveWebApplication() as %Status
Remove CSP Application and REST API
classmethod SetLibDBReadOnly(readOnly As %Integer, ByRef prevState=1) as %Boolean

Inherited Members

Inherited Methods

FeedbackOpens in a new tab