Microsoft.Windows.Server.ProcessSeedWindows Server Process Monitoring Seed

Microsoft.Windows.Server.ProcessSeed (ClassType)

Windows Server process monitoring seed.

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9d2891a3-e22c-b749-f994-308a2f9f62b6

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.Server.ProcessSeed:
PortMonitoringEnabled  bool  Port Monitoring Enabled false 256   
ProcessMonitoringEnabled  bool  Process Monitoring Enabled false 256   
ThresholdsByProcess  string  Thresholds false 65535  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.ProcessSeed" Base="System!System.Entity" Accessibility="Public" Abstract="true" Hosted="true" Singleton="false">
<Property ID="PortMonitoringEnabled" Type="bool" Comment="Enabling port monitoring, false by default."/>
<Property ID="ProcessMonitoringEnabled" Type="bool" Comment="Enabling process monitoring, true by default."/>
<Property ID="ThresholdsByProcess" Type="string" MinLength="0" Length="65535" Comment="Tresholds configuration for each custom process."/>
</ClassType>