| HealthMonitoringHelper Class |
Namespace: CMS.HealthMonitoring
public class HealthMonitoringHelper
The HealthMonitoringHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| HealthMonitoringHelper |
| Name | Description | |
|---|---|---|
| Clear |
Clears the enabled status of the health monitoring so it can reload
| |
| EnsurePerformanceCounterTimer |
Ensures performance counter timer.
| |
| GetCategoryName |
Gets category name.
|
| Name | Description | |
|---|---|---|
| AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
| GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
| Name | Description | |
|---|---|---|
| SYSTEM_COUNTERS_DIRECTORY_PATH |
Path of directory CMSModules.
|
| Name | Description | |
|---|---|---|
| ApplicationMonitoringInterval |
Web application logging interval (in seconds).
| |
| CanLog |
Indicates if web application can log to the counters.
| |
| CountersStartDirectoryPath |
Gets or sets start physical path of directory that contains subdirectories with counter files.
| |
| HealthMonitoringEnabled |
Indicates if Health monitoring is enabled.
| |
| LogCounters |
Indicates if the counters should be logged.
| |
| ServiceMonitoringInterval |
Windows service logging interval (in seconds).
| |
| SiteCountersEnabled |
Indicates if Health monitoring is enabled for site level.
| |
| UseExternalService |
Indicates if the windows service should be log to the counters.
|