Skip to content

Commit 3365012

Browse files
authored
Make changes based on Bill's feedback (#3760)
1 parent 9afb7ae commit 3365012

File tree

9 files changed

+34
-17
lines changed

9 files changed

+34
-17
lines changed

docs/manage/manage/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
linkTitle: "Manage organization"
33
title: "Manage and organize your organization"
4-
weight: 20
4+
weight: 30
55
layout: "empty"
66
type: "docs"
77
empty_node: true

docs/manage/software/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
linkTitle: "Deploy software"
2+
linkTitle: "Manage software"
33
weight: 20
44
layout: "empty"
55
type: "docs"

docs/manage/software/update-packages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
linkTitle: "Update packages"
3-
title: "Update packages"
3+
title: "Update packages on machines"
44
weight: 40
55
layout: "docs"
66
type: "docs"

docs/manage/troubleshoot/alert.md

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ aliases:
1717
- "/data/capture/performance-metrics/"
1818
- "/services/data/capture/performance-metrics/"
1919
date: "2024-12-07"
20+
next: "/manage/troubleshoot/teleoperate/custom-interface/"
2021
# updated: "" # When the content was last entirely checked
2122
cost: "0"
2223
---
@@ -36,6 +37,10 @@ You can also configure alerts on any other machine data, for more information on
3637

3738
## Data meets condition
3839

40+
{{< alert title="Note" color="note" >}}
41+
Will change to [sbc-hwmonitor](https://app.viam.com/module/rinzlerlabs/sbc-hwmonitor).
42+
{{< /alert >}}
43+
3944
The following steps let you configure the [`viam-telegraf-sensor`](https://app.viam.com/module/viam/viam-telegraf-sensor) to monitor the following metrics about the performance of individual machines or your entire fleet:
4045

4146
- **Wireless Signal Strength and Quality**: Signal level, link quality, and noise level
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
linkTitle: "Teleoperate"
3+
title: "Teleoperate"
4+
weight: 30
5+
layout: "empty"
6+
type: "docs"
7+
empty_node: true
8+
---

docs/manage/troubleshoot/teleoperate-custom.md docs/manage/troubleshoot/teleoperate/custom-interface.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Teleoperate with custom control interface"
3-
linkTitle: "Teleoperate (custom)"
3+
linkTitle: "Custom interface"
44
weight: 25
55
type: "docs"
66
description: "Use the Viam app control tab or the Viam mobile app to monitor and remotely operate your machines."
@@ -13,13 +13,10 @@ level: "Intermediate"
1313
date: "2024-11-13"
1414
# updated: "" # When the content was last entirely checked
1515
cost: "0"
16+
prev: "/manage/troubleshoot/alert/"
1617
---
1718

18-
You can remotely control, test, and operate any configured machine using a custom control interface or the [default control interface](../teleoperate).
19-
20-
## Custom control interface
21-
22-
Create a custom teleop workspace to operate a machine and visualize and aggregate its data.
19+
You can remotely operate any configured machine and visualiza and aggregate its data using a custom control interface by creating a teleop workspace.
2320

2421
### Prerequisites
2522

docs/manage/troubleshoot/teleoperate.md docs/manage/troubleshoot/teleoperate/default-interface.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Teleoperate with the default control interface"
3-
linkTitle: "Teleoperate (default)"
3+
linkTitle: "Default interface"
44
titleMustBeLong: true
55
weight: 30
66
type: "docs"
@@ -14,13 +14,12 @@ level: "Intermediate"
1414
date: "2024-11-13"
1515
# updated: "" # When the content was last entirely checked
1616
cost: "0"
17+
next: "/manage/troubleshoot/troubleshoot/"
1718
---
1819

19-
You can remotely control, test, and operate any configured machine using the [default control interface](#default-control-interface) or a [custom control interface](../teleoperate-custom/).
20+
You can remotely control, test, and operate any configured machine using the default control interface
2021

21-
## Default control interface
22-
23-
### Viam app
22+
## Viam app
2423

2524
The **CONTROL** tab provides a control interface for each component and service that you have configured for you machine.
2625

@@ -31,7 +30,7 @@ If you have configured a camera component, a window in the **CONTROL** tab displ
3130

3231
You can also switch between different machine parts directly from the **CONTROL** tab and control the selected machine part.
3332

34-
### Viam mobile app
33+
## Viam mobile app
3534

3635
{{<gif webm_src="/fleet/mobile-app-control.webm" mp4_src="/fleet/mobile-app-control.mp4" alt="Using the control interface under the locations tab on the Viam mobile app" class="alignright" max-width="300px">}}
3736

docs/manage/troubleshoot/troubleshoot.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,15 @@ For common errors see [Common Errors](/dev/tools/common-errors/).
1919

2020
## Check logs
2121

22-
Go to the [**LOGS** tab](/cloud/machines/#logs) and check for errors or other information relevant to the issue.
22+
### Check for errors on the CONFIGURE page
23+
24+
Go to your machine's **CONFIGURE** page and check whether any configured components have a red exclamation symbol on their configuration card.
25+
If so click on the symbol or expand the **ERROR LOGS** panel.
26+
The expanded panel shows you errors produced by that resource.
27+
28+
### Check logs on the LOGS tab
29+
30+
Go to the **LOGS** tab and check for errors or other information relevant to the issue.
2331

2432
{{<gif webm_src="/fleet/log-filtering.webm" mp4_src="/fleet/log-filtering.mp4" alt="Filter logs by term of log level in the UI" max-width="800px">}}
2533

docs/operate/get-started/system-settings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
linkTitle: "Configure system settings"
2+
linkTitle: "Configure machine settings"
33
title: "Configure machine operating system settings"
44
weight: 50
55
layout: "docs"

0 commit comments

Comments
 (0)