> ## Documentation Index
> Fetch the complete documentation index at: https://docs.appsignal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Procesmonitor-events naar AppSignal versturen

Om events te ontvangen voor uw AppSignal Process Monitoring, moet u uw applicatie configureren om procesmonitor-events naar AppSignal te sturen.

## AppSignal-integraties

Als uw applicatie al gebruikmaakt van een AppSignal-integratiebibliotheek, zoals onze Ruby-gem of onze Elixir-, Node.js- en Python-packages, kunt u de meegeleverde helper-methodes gebruiken om procesmonitor-events te versturen.

Volg de instructies in de [documentatie over integratie-procesmonitor-helpers](/check-ins/configuration/integrations) voor uw integratie.

## Procesmonitoring met AppSignal Wrap

Als de applicatie waarvan u procesmonitoren wilt versturen geen AppSignal-integratiebibliotheek gebruikt, bijvoorbeeld als u cron-procesmonitoren wilt versturen wanneer een proces start of eindigt, of heartbeat-procesmonitoren terwijl een proces draait, kunt u procesmonitor-events versturen met onze wrap-tool:

<CodeGroup>
  ```shell Shell theme={null}
  appsignal-wrap my-process-name --cron -- /path/to/my/process
  appsignal-wrap my-process-name --heartbeat -- /path/to/my/process
  ```
</CodeGroup>

Lees meer over hoe u `appsignal-wrap` gebruikt om procesmonitoren naar AppSignal te sturen in onze [AppSignal Wrap-documentatie](/wrap#process-monitoring).

## HTTP API

U kunt procesmonitoren ook vanuit elke applicatie versturen met onze HTTP API. Volg de instructies in de [API-documentatie voor procesmonitor-events](/check-ins/configuration/api).
