ComputerHealthService Members

Updated: April 16, 2012

Represents an agent that captures information from the computer on which it is running, applies predefined rules to the captured data, and performs actions as defined by the rules.

The following tables list the members exposed by the ComputerHealthService type.

  Name Description
public property ActionAccountIdentity Gets the name of the user account under which the health service is running.
public property AuthenticationName Gets the authentication name used to verify the identity of the health service.
public property CommunicationPort Gets the port number that the health service uses to communicate with its primary Management Server.
public property ComputerName Gets the NetBIOS name of the host computer on which the health service is running.
public property CreateListener Gets a value that indicates whether the health service creates a listening socket.
public property DisplayName Gets a descriptive name of the health service.
public property Domain Gets the name of the domain in which the health service is running.
public property HealthState Gets the current health state of the host computer on which the health service is running.
public property HeartbeatInterval Gets or sets a value that indicates the number of seconds between heartbeats generated by the health service.
public property HostComputer Gets a MonitoringObject that represents the Windows computer on which the health service is running.
public property HostedHealthService Gets a MonitoringObject that represents the health service.
public property Id Gets the health service's globally unique identifier (GUID).
public property InstalledBy Gets the name of the user who installed the health service.
public property InstallTime Gets the time at which the health service was installed.
public property IPAddress Gets the IP address of the host computer on which the health service is running.
public property LastModified Gets the date and time at which the health service was last modified (as stored in the operational database).
public property ManagementGroup The connection management group connection used by this object.
public property ManagementGroupId  (inherited from MonitoringBase)
public property ManuallyInstalled Gets a value that indicates whether the health service was manually installed or automatically installed by a Management Server.
public property MaximumQueueSizeBytes Gets the maximum size of the health service's send queue, expressed in bytes.
public property MaximumSizeOfAllTransferredFilesBytes Gets the maximum size of all files transferred to or from the health service, expressed in bytes.
public property Name Gets the name of the health service.
public property NetworkName Gets the network name of the computer. The IP address or DNS name will be set to this property to use it for IP connectivity to the computer.
public property PrincipalName Gets the fully qualified domain name (FQDN) of the Root Management Server in the Management Group.
public property ProxyingEnabled Gets or sets a value that determines whether a proxy is enabled for this object.
public property RequestCompression Gets a value that indicates whether the health service requests compression for network communication.
public property Version Gets the version number of the health service.
Top
(see also Protected Methods)
  Name Description
public method ApplyChanges Updates the health service's property values in the Operations Manager database.
public method Equals  (inherited from Object)
public method GetFailoverManagementServers Gets the failover Management Servers for the health service.
public method GetHashCode  (inherited from Object)
public method GetPrimaryManagementServer Gets the primary Management Server for the health Service.
public method GetRemotelyManagedComputers Gets a collection of agentless managed computers monitored by the health service.
public method GetRemotelyManagedDevices Gets a collection of network devices monitored by the health service.
public method GetType  (inherited from Object)
public method InsertRemotelyManagedComputers Overloaded.  
public method InsertRemotelyManagedDevices Overloaded.  
public method Reconnect Overridden. Connects the health service to the specified Management Group.
public method ResetHeartbeatInterval Sets the health service's HeartbeatInterval property to its default value.
public method ToString  Overridden. (inherited from Object)
Top
  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
Top