Monitor and operate | Viam Documentation

Monitor and operate

Your machines are running. Now you need to know what they’re doing, get alerted when something needs attention, operate them remotely, and fix problems when they arise. This section covers the observability and operations tools that Viam provides for deployed machines.

Check machine status

The fleet dashboard shows every machine in your organization with its current status: online, offline, or awaiting setup. You can see when each machine was last online, drill into individual machines to inspect part status and configuration, and check resource health.

From the command line, viam machines status and viam machines part status provide the same information.

See Monitor machine status.

Visualize data with dashboards

Dashboards let you visualize sensor data from machines across your organization. You add widgets (GPS maps, stat displays, time series graphs, and tables) and configure each one to pull data from a specific sensor and capture method. Filters scope the data by location, machine, fragment, or time range.

Widgets support aggregation: you can compute averages, minimums, maximums, and counts over time windows, or write custom MongoDB aggregation queries for advanced transformations. A separate overview explains the query model and widget types in detail.

See Data dashboards.

Set up alerts

Triggers send email, webhook, or push notifications when specific events occur on your machines:

You configure the alert frequency to control how often alerts fire, which helps prevent alert fatigue as your fleet grows. Notifications can go to specific email addresses, all machine owners, a webhook endpoint that integrates with services like PagerDuty, Twilio, or Zapier, or a push notification to the Viam mobile app or your own custom mobile app.

For alerts based on data sync events, see Trigger on data events. For alerts based on ML model detections, see Alert on detections.

See Set up alerts.

Teleoperate machines

You can remotely control and test any configured machine without writing code.

The default control interface is the CONTROL tab on your machine’s page in the Viam app. It provides a control card for every configured component and service: move bases, actuate arms and grippers, read sensors, view camera feeds, and test vision services. The Viam mobile app provides similar access from your phone.

Teleop workspaces let you build custom operator interfaces with only the widgets you need for a specific task. You choose the widgets (camera feeds, sensor readouts, actuation controls, GPS maps) and arrange them into a focused view. This is useful when the full CONTROL tab shows more than the operator needs.

See Default control interface and Teleop workspaces.

Troubleshoot problems

When something goes wrong, Viam provides a set of debugging tools you can use without physical access to the machine:

See Troubleshoot problems.

What this section covers and what it does not

This section covers tools for monitoring, operating, and debugging machines that are already configured and running.

If you need to… See
Set up a machine for the first time Get started
Configure components and services Configure hardware
Capture and sync data from sensors Manage data
Train and deploy ML models Train ML models
Build a custom web or mobile app with the SDKs Build apps
Manage fleet deployment and provisioning Fleet deployment