Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make changes based on Bill's feedback #3760

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/manage/manage/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
linkTitle: "Manage organization"
title: "Manage and organize your organization"
weight: 20
weight: 30
layout: "empty"
type: "docs"
empty_node: true
Expand Down
2 changes: 1 addition & 1 deletion docs/manage/software/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
linkTitle: "Deploy software"
linkTitle: "Manage software"
weight: 20
layout: "empty"
type: "docs"
Expand Down
2 changes: 1 addition & 1 deletion docs/manage/software/update-packages.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
linkTitle: "Update packages"
title: "Update packages"
title: "Update packages on machines"
weight: 40
layout: "docs"
type: "docs"
Expand Down
5 changes: 5 additions & 0 deletions docs/manage/troubleshoot/alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ aliases:
- "/data/capture/performance-metrics/"
- "/services/data/capture/performance-metrics/"
date: "2024-12-07"
next: "/manage/troubleshoot/teleoperate/custom-interface/"
# updated: "" # When the content was last entirely checked
cost: "0"
---
Expand All @@ -36,6 +37,10 @@ You can also configure alerts on any other machine data, for more information on

## Data meets condition

{{< alert title="Note" color="note" >}}
Will change to [sbc-hwmonitor](https://app.viam.com/module/rinzlerlabs/sbc-hwmonitor).
{{< /alert >}}

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:

- **Wireless Signal Strength and Quality**: Signal level, link quality, and noise level
Expand Down
8 changes: 8 additions & 0 deletions docs/manage/troubleshoot/teleoperate/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
linkTitle: "Teleoperate"
title: "Teleoperate"
weight: 30
layout: "empty"
type: "docs"
empty_node: true
---
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Teleoperate with custom control interface"
linkTitle: "Teleoperate (custom)"
linkTitle: "Custom interface"
weight: 25
type: "docs"
description: "Use the Viam app control tab or the Viam mobile app to monitor and remotely operate your machines."
Expand All @@ -13,13 +13,10 @@ level: "Intermediate"
date: "2024-11-13"
# updated: "" # When the content was last entirely checked
cost: "0"
prev: "/manage/troubleshoot/alert/"
---

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

## Custom control interface

Create a custom teleop workspace to operate a machine and visualize and aggregate its data.
You can remotely operate any configured machine and visualiza and aggregate its data using a custom control interface by creating a teleop workspace.

### Prerequisites

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Teleoperate with the default control interface"
linkTitle: "Teleoperate (default)"
linkTitle: "Default interface"
titleMustBeLong: true
weight: 30
type: "docs"
Expand All @@ -14,13 +14,12 @@ level: "Intermediate"
date: "2024-11-13"
# updated: "" # When the content was last entirely checked
cost: "0"
next: "/manage/troubleshoot/troubleshoot/"
---

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/).
You can remotely control, test, and operate any configured machine using the default control interface

## Default control interface

### Viam app
## Viam app

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

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

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

### Viam mobile app
## Viam mobile app

{{<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">}}

Expand Down
10 changes: 9 additions & 1 deletion docs/manage/troubleshoot/troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,15 @@ For common errors see [Common Errors](/dev/tools/common-errors/).

## Check logs

Go to the [**LOGS** tab](/cloud/machines/#logs) and check for errors or other information relevant to the issue.
### Check for errors on the CONFIGURE page

Go to your machine's **CONFIGURE** page and check whether any configured components have a red exclamation symbol on their configuration card.
If so click on the symbol or expand the **ERROR LOGS** panel.
The expanded panel shows you errors produced by that resource.

### Check logs on the LOGS tab

Go to the **LOGS** tab and check for errors or other information relevant to the issue.

{{<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">}}

Expand Down
2 changes: 1 addition & 1 deletion docs/operate/get-started/system-settings.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
linkTitle: "Configure system settings"
linkTitle: "Configure machine settings"
title: "Configure machine operating system settings"
weight: 50
layout: "docs"
Expand Down
Loading