> For the complete documentation index, see [llms.txt](https://sentinel.rexiox.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sentinel.rexiox.co/monitoring/monitoring.md).

# Monitoring

Sentinel Monitor is a monitoring infrastructure that tracks application-layer vulnerabilities and suspicious activities in real-time and reports these threats.

### Dependency

```kotlin
implementation("co.rexiox:sentinel-monitor:{version}")
```

### Start

```kt
SentinelMonitor.start(
    appId = sentinel.config.appId.orEmpty(),
    appIntegrity = sentinel.config.appIntegrity.orEmpty(),
    threshold = sentinel.config.threshold
)
```

***

<figure><img src="https://2012990535-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvDrQNZyFZaeOKF18hXwk%2Fuploads%2FNHtMGLu2r4l1GraYuMOm%2Fimage.png?alt=media&amp;token=6eea3fe7-cc8d-4cd9-b762-6b8340cd3592" alt=""><figcaption></figcaption></figure>
