Skip to content

Commit

Permalink
Document fleet dashboard on manage fleet page
Browse files Browse the repository at this point in the history
  • Loading branch information
sguequierre committed Oct 25, 2024
1 parent 34d26f1 commit 1ee7bb5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/how-tos/manage-fleet/dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/cloud/locations.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ If you need to create more locations, [contact support](mailto:[email protected])

{{<youtube embed_url="https://www.youtube-nocookie.com/embed/eb7v6dabCGQ">}}

You can access your locations on the Viam app on the **FLEET** tab's [**LOCATIONS** subtab](https://app.viam.com/fleet/locations).

## Add a location

When you create a new organization, Viam automatically creates a new location for you.
Expand Down
21 changes: 17 additions & 4 deletions docs/how-tos/manage-fleet.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,24 @@ You can manage this in the **API Keys** section of the organization settings pag

## Monitoring and debugging

Viam allows you to access each machine, check its logs, check recent changes, and roll back changes if needed.
Viam allows you to view all machines from a dashboard or access each machine, check its logs, check recent changes, and roll back changes if needed.

{{< table >}}
{{% tablestep %}}
**1. Monitor your fleet's synced data and part status**

You can monitor the amount of binary and tabular data your fleet has synced in the last 48 hours from the Viam app's **FLEET** tab's [**DASHBOARD** subtab](https://app.viam.com/fleet/dashboard).
You can also monitor the number of parts online, offline, and awaiting setup on this dashboard.

{{<imgproc src="how-tos/manage-fleet/dashboard.png" resize="500x" declaredimensions=true alt="Fleet dashboard">}}

For a table of data about each machine part, including **Location**, **Status**, **Architecture**, and more, view the **FLEET** tab's [**ALL MACHINES DASHBOARD** subtab](https://app.viam.com/fleet/machines).

{{<imgproc src="how-tos/manage-fleet/all-machines-dashboard.png" resize="500x" declaredimensions=true alt="All machines dashboard">}}

{{% /tablestep %}}
{{% tablestep link="/cloud/machines/#logs" %}}
**1. Monitor your fleet's logs**
**2. Monitor your fleet's logs**

Using the [Viam app](https://app.viam.com), you can monitor the status of each machine from its [**LOGS** tab](/cloud/machines/#logs).

Expand All @@ -144,7 +157,7 @@ You can also access machine logs using [`viam machines logs`](/cli/#machines-ali

{{% /tablestep %}}
{{% tablestep link="/fleet/control/" %}}
**2. Test your machines remotely**
**3. Test your machines remotely**

Using the [Viam app](https://app.viam.com), you can remotely operate machines from the **TEST** pane on the **CONFIGURE** tab or from the [**CONTROL** tab](/fleet/control/).

Expand All @@ -154,7 +167,7 @@ You can also operate machine using the [`viam machines part run`](/cli/#machines

{{% /tablestep %}}
{{% tablestep link="/configure/#configuration-history" %}}
**3. Use configuration version history**
**4. Use configuration version history**

The Viam app keeps a record of your configuration changes, allowing you to revert to earlier configurations if needed.
To see the history of the configuration of a machine part, click on **History** on the **CONFIGURE** tab.
Expand Down

0 comments on commit 1ee7bb5

Please sign in to comment.