> For the complete documentation index, see [llms.txt](https://docs.harmony.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.harmony.io/ai-agents/hardware-management/device-uptime-monitoring.md).

# Device Uptime Monitoring

The **Device Uptime Monitoring** agent identifies devices that have been running for an extended period without a restart. Long uptime can indicate missing restarts and security updates. You can configure thresholds, notifications, and ticket creation to match your organization's needs - and scope test runs to specific employees for faster validation.

![Device Uptime Monitoring agent overview](/files/8dm3OXIWfCZ4qgLX5AO6)

### What it does

* Runs periodic checks for devices with high uptime
* Queries devices that haven't restarted within a threshold
* Marks devices as NEW or existing based on entity tracking
* Sends notifications to device owners about devices that haven't been restarted
* Optionally excludes VIP employees from automated notification delivery
* Generates CSV report with all devices meeting criteria
* Creates ticket with CSV attachment for IT team review (can be toggled off)

### Triggers

**Schedule** - Runs at configured frequency (e.g., daily at 08:00) via cron.

### Approval

No approval required. The agent monitors and alerts, remediation is handled manually or by other workflows.

### Configuration

#### Run Schedule

* **Frequency** - Daily, weekly, monthly, or custom interval
* **Time** - Specific time to run (e.g., 08:00)
* **Timezone** - Timezone for scheduled execution (e.g., UTC+00:00)

#### User Notifications

Toggle to enable/disable notifications to device owners about their devices with high uptime.

* **Exclude VIP employees** - Check this option to prevent VIP employees from receiving automated uptime notifications, keeping sensitive personnel out of automated outreach.

#### Ticket Creation

Enable or disable automatic ticket creation for devices exceeding the uptime threshold. Ticket creation is enabled by default, so existing workflows continue to behave as before with no action required.

* **Create ticket after** - Days without restart before creating a ticket (e.g., 30 days)

When ticket creation is turned off, the downstream steps - CSV report generation and ticket creation - are automatically disabled as well, preventing unnecessary processing.

#### Ticket Destination

* **Desk** - Target desk for created tickets (e.g., IT)
* **Priority** - Priority level for tickets (low, medium, high)
* **Assignee** - Optional assignee for created tickets

#### Test Runs

When triggering a test run, you can provide a target list of employee IDs to scope the check to only those individuals. This lets you validate device uptime monitoring for specific teams, roles, or individuals without running a full-scale check across your entire workforce.

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Working with AI Agents</strong></td><td>Learn how to run and monitor agents</td><td><a href="/pages/nVXQ6tXIMhmQI60Zi7n0">/pages/nVXQ6tXIMhmQI60Zi7n0</a></td></tr><tr><td><strong>Configuring AI Agents</strong></td><td>Configure schedule and thresholds</td><td><a href="/pages/8aw9tIO2tq7XtK33Enjz">/pages/8aw9tIO2tq7XtK33Enjz</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.harmony.io/ai-agents/hardware-management/device-uptime-monitoring.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
