Microsoft.SystemCenter.MonitoredUnixProcessUNIX/Linux Process

Microsoft.SystemCenter.MonitoredUnixProcess (ClassType)

UNIX/Linux Monitored Process

Element properties:

Base ClassMicrosoft.Unix.LocalService
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf9fb438e-3fa8-aafb-d012-914c75e4320e

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.MonitoredUnixProcess:
ProcessName  string  Process Name Process Name false 256  False     
Instance  string  Instance 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.MonitoredUnixProcess" Base="Unix!Microsoft.Unix.LocalService" Abstract="false" Accessibility="Public" Hosted="true">
<Property ID="ProcessName" Type="string" Key="false"/>
<Property ID="Instance" 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>