Skip to content

Commit 4d21eaa

Browse files
Acrolinx fixes
1 parent 82aa809 commit 4d21eaa

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

azure-local/manage/health-service-faults.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ This section shows how to connect to the Health Service, use discover objects, a
6363

6464
### Connect
6565

66-
In order to query the Health Service, you establish a **CimSession** with the cluster. To do so, you will need some things that are only available in full Microsoft .NET, meaning you cannot readily do this directly from a web or mobile app. The code samples in this section use C\#, the most straightforward choice for this data access layer.
66+
In order to query the Health Service, you establish a **CimSession** with the cluster. To do so, you will need some things that are only available in full Microsoft .NET, meaning you can't readily do this directly from a web or mobile app. The code samples in this section use C\#, the most straightforward choice for this data access layer.
6767

6868
```
6969
using System.Security;
@@ -309,22 +309,20 @@ Note the **ChangeType** that indicates whether a fault is being created, removed
309309
| FaultingObjectLocation | Rack A06, RU 25, Slot 11 |
310310
| RecommendedActions | {"Expand the volume.", "Migrate workloads to other volumes."} |
311311

312-
**ChangeType**
313-
ChangeType = { 0, 1, 2 } = { "Create", "Remove", "Update" }.
312+
**ChangeType**: ChangeType = { 0, 1, 2 } = { "Create", "Remove", "Update" }.
314313

315314
## Health Service faults reference
316315

317-
The Health Service in Azure Local and Windows Server can detect faults accross various system components, including storage, networking, and compute resources.
316+
The Health Service in Azure Local and Windows Server can detect faults across various system components, including storage, networking, and compute resources.
318317

319318
For a detailed overview of health faults, including fault severity mappings, health settings (data types, fault associations, default values, and descriptions), and the list of collected metrics, download the [Health Service faults](https://github.com/Azure-Samples/AzureLocal/blob/main/health-service-faults/health-service-faults.xlsx) spreadsheet.
320319

321320
Considerations for Health Service faults:
322321

323322
- Some faults are disabled by default. To enable a fault, set the corresponding health setting to true.
324-
325-
For example, fault type `Microsoft.Health.FaultType.PhysicalDisk.HighLatency.AverageIO` is disabled by default. To enable it, set the health setting `System.Storage.PhysicalDisk.HighLatency.Threshold.Tail.Enabled` to true.
326-
327-
- The health of storage enclosure components, such as fans, power supplies, and sensors is derived from SCSI Enclosure Services (SES). If your vendor doesn't provide this information, the Health Service cannot display it.
323+
- For example, fault type `Microsoft.Health.FaultType.PhysicalDisk.HighLatency.AverageIO` is disabled by default. To enable it, set the health setting `System.Storage.PhysicalDisk.HighLatency.Threshold.Tail.Enabled` to true.
324+
- The health of storage enclosure components, such as fans, power supplies, and sensors are derived from SCSI Enclosure Services (SES). If your vendor doesn't provide this information, the Health Service cannot display it.
328325

329326
## Additional references
327+
330328
- [Health Service](health-service-overview.md)

0 commit comments

Comments
 (0)