SquaredUp.EAM.Library.Class.AvailabilityMonitoring.Watcher.CustomEnterprise Application Availability Monitoring Test (Custom)

SquaredUp.EAM.Library.Class.AvailabilityMonitoring.Watcher.Custom (ClassType)

Runs a test to measure application availability using a custom script.

Element properties:

Base ClassSquaredUp.EAM.Library.Class.AvailabilityMonitoring.Watcher
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde71a9e9f-af24-b06b-f879-a26ba7470d2d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
SquaredUp.EAM.Library.Class.AvailabilityMonitoring.Watcher:
ConfigurationJson  string  Configuration JSON A JSON blob used to configure tests. false 256  False     
ResponseTimeThreshold  double  Response Time Threshold (ms) The number of milliseconds in which tests should complete. false 256       
ApplicationName  string  Application Name The name of the application this tests. true 256  False     
SquaredUp.EAM.Library.Class.AvailabilityMonitoring.Watcher.Custom:
Script  string  Script The script to run in order to establish health state of this test. false 4000  False     

Health Model:

Source Code:

<ClassType ID="SquaredUp.EAM.Library.Class.AvailabilityMonitoring.Watcher.Custom" Base="SquaredUp.EAM.Library.Class.AvailabilityMonitoring.Watcher" Accessibility="Public" Abstract="false" Hosted="true" Singleton="false">
<Property ID="Script" Key="false" Type="string" MaxLength="4000"/>
</ClassType>