Click or drag to resize
HealthMonitoringHelper Class
The class that provides to helping methods to work with performance counters.
Inheritance Hierarchy
SystemObject
  CMS.HealthMonitoringHealthMonitoringHelper

Namespace: CMS.HealthMonitoring
Assembly: CMS.HealthMonitoring (in CMS.HealthMonitoring.dll) Version: 10.0.0
Syntax
C#
public class HealthMonitoringHelper

The HealthMonitoringHelper type exposes the following members.

Constructors
  NameDescription
Public methodHealthMonitoringHelper
Top
Fields
  NameDescription
Public fieldStatic memberSYSTEM_COUNTERS_DIRECTORY_PATH
Path of directory CMSModules.
Top
Properties
  NameDescription
Public propertyStatic memberApplicationMonitoringInterval
Web application logging interval (in seconds).
Public propertyStatic memberCanLog
Indicates if web application can log to the counters.
Public propertyStatic memberCountersStartDirectoryPath
Gets or sets start physical path of directory that contains subdirectories with counter files.
Public propertyStatic memberHealthMonitoringEnabled
Indicates if Health monitoring is enabled.
Public propertyStatic memberLogCounters
Indicates if the counters should be logged.
Public propertyStatic memberServiceMonitoringInterval
Windows service logging interval (in seconds).
Public propertyStatic memberSiteCountersEnabled
Indicates if Health monitoring is enabled for site level.
Public propertyStatic memberUseExternalService
Indicates if the windows service should be log to the counters.
Top
Methods
  NameDescription
Public methodStatic memberClear
Clears the enabled status of the health monitoring so it can reload
Public methodStatic memberEnsurePerformanceCounterTimer
Ensures performance counter timer.
Public methodStatic memberGetCategoryName
Gets category name.
Top
See Also