Microsoft.SystemCenter.UnixProcessUNIX/Linux Process (Deprecated)

Microsoft.SystemCenter.UnixProcess (ClassType)

UNIX/Linux Monitored Process

Element properties:

Base ClassMicrosoft.Unix.LocalService
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc3198a4a-b5f3-c674-76c6-850fe63aa74f

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       
Microsoft.SystemCenter.UnixProcess:
ProcessName  string  Process Name Process Name true 256  False     
MonitoringTargetName  string  Monitoring Target Name Monitoring Target Name false 256  False     
MonitoringTargetId  string  Monitoring Target ID Monitoring Target ID false 256  False     
ArgumentsFilterExpression  string  Argument Regular Expression Regular Expression for filtering process monitoring by process arguments false 256  False     
MinProcessCount  int  Minimum Count Threshold Minimum Count Threshold false 256       
MaxProcessCount  int  Maximum Count Threshold Maximum Count Threshold false 256       
AlertSeverity  string  Alert Severity Alert Severity for Process Count Threshold Violation false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.UnixProcess" Base="Unix!Microsoft.Unix.LocalService" Abstract="false" Accessibility="Public" Hosted="true">
<Property ID="ProcessName" Type="string" Key="true"/>
<Property ID="MonitoringTargetName" Type="string" Key="false"/>
<Property ID="MonitoringTargetId" Type="string" Key="false"/>
<Property ID="ArgumentsFilterExpression" Type="string" Key="false"/>
<Property ID="MinProcessCount" Type="int" Key="false"/>
<Property ID="MaxProcessCount" Type="int" Key="false"/>
<Property ID="AlertSeverity" Type="string" Key="false"/>
</ClassType>