← Help & Docs

Application Monitoring

OneDrive health, CISA KEV exposure, and your own templated agent monitors as a single findings surface - with create, on/off, and promote-to-task. Last updated 2026-06-03

What it does

Application Monitoring (TATER Manage → Endpoint Fleet → Application Monitoring) is the home for noisy, continuously-detected fleet signals. Instead of auto-filing thousands of help-desk tickets, every detection is kept as a deduplicated finding - a continuously-updated state you acknowledge, suppress, resolve, or explicitly promote to an Ops task when it genuinely needs help-desk lifecycle. The same findings queue is also available to technicians in TATER Ops → Workspace → App Monitoring; monitor definitions (create/toggle) are managed in TATER Manage.

It has two layers:

Findings - sources & lifecycle

Findings carry a severity, a source, the affected device, and a lifecycle state. Sources include:

SourceWhere it comes from
onedriveThe OneDrive Sync Health built-in monitor (confirmed-degraded devices).
kevThe CISA KEV Exposure built-in monitor (installed software matched to the Known Exploited Vulnerabilities catalog; 21-day BOD 25-01 SLA).
monitorYour templated agent monitors (service, process, port, disk, cert, BitLocker, scheduled task, custom script).
eol / cve / sensor-alert / ...Other detectors as they come online.

Lifecycle: open → acknowledged → suppressed → remediated → superseded. A finding auto-reopens if the signal returns, and auto-clears (remediated) when the detector or agent reports the condition resolved. Findings have a 180-day TTL.

Built-in monitors

Two monitors are always present, seeded per organization. They are toggle-only (you can turn them off, but not delete them):

Templated monitors

Create monitors from the Monitors tab → + Create Monitor. The TATER agent (v2.4.17+) evaluates each enabled monitor on its targeted devices every 15 minutes and reports pass/fail, which raises or clears a monitor finding.

TypeChecksConfigPlatforms
Service RunningA Windows service / systemd unit is runningserviceNameWindows, Linux
Process RunningA named process is runningprocessNameWindows, Linux, macOS
Port ListeningA local TCP port accepts connectionsport, hostall
Disk Free SpaceFree space stays above a thresholdpath, minFreePercentall
Certificate ExpiryA LocalMachine\My cert is not near expirysubjectMatch, warnDaysWindows
BitLocker EncryptionA drive is fully BitLocker-encrypteddriveWindows
Scheduled Task HealthA task exists and ran recently / succeededtaskName, maxAgeHoursWindows
Custom ScriptYour PowerShell/bash returns the expected resultinterpreter, script, successCriteria, expectOutputall

Custom-script bodies must be ASCII-only - non-ASCII characters corrupt the temp file the agent writes for evaluation.

The page

Promote to an Ops task

Most findings should stay on the monitoring surface. When one genuinely needs help-desk lifecycle (assignment, SLA, comments), click To Task - it creates a linked TATER Ops task pre-filled with the finding evidence, priority derived from severity, and a back-link. Only do this when you want a person to own it.

Permissions

Auditor+ can view findings and monitors. Admin+ can acknowledge / suppress / resolve / promote findings, and create / edit / delete / toggle monitors.

MCP tools

Available on both the HTTP and stdio MCP servers:

Activating templated monitors on the fleet

Built-in monitors (OneDrive, KEV) work immediately. Templated monitors require agent v2.4.17+ - the agent auto-updates at next restart (or push a fleet restart wave). Once updated, agents pick up enabled monitors within ~15 minutes.