Skip to main content

🛰️ Alarm Forwarding Configuration

GCXONE provides a modular pipeline for receiving, enriching, and forwarding alarms to any monitoring backend. This guide explains how to configure the three categories of alarm forwarders.


🏗️ Architecture Overview

GCXONE is the "Field Intelligence Layer." It processes raw device signals (AI verification, health checks) and then forwards the enriched event to your Monitoring Station (CMS).


📋 Forwarder Categories

Native API integration. Tight coupling for bi-directional sync of sites, health, and video clips.

  • Current Support: Evalink Talos.
  • Use Case: When you want a seamless experience where operators never leave the CMS interface.

⚙️ How to Configure

1. Webhook Forwarder (Custom Apps)

  1. Go to SettingsForwardersTechnological.
  2. Enter your Endpoint URL.
  3. Select the HTTP Method (Standard is POST).
  4. Add any required Auth Headers (API Keys or Bearer Tokens).

2. Primary CMS (Talos)

  1. Go to SettingsForwardersPrimary CMS.
  2. Toggle Evalink Talos to ON.
  3. Authenticate with your Talos API credentials.
  4. Enable Site Auto-Sync to ensure new GCXONE sites are instantly created in Talos.

🚀 Common Use Cases

The "Migration" Strategy

If you are moving from a legacy system (like AmWin) to the cloud (Talos):

  1. Enable the AmWin (Traditional) forwarder initially.
  2. Enable the Talos (Primary) forwarder in parallel.
  3. Gradually move sites to Talos and eventually disable the AmWin forwarder.

The "Tech-Forward" Strategy

For developers building a custom mobile app for field guards:

  1. Enable the MQTT or Webhook forwarder.
  2. Filter the events to only forward "Verified Human Detected" signals to the custom app.


Next: Developer Tools & API Integration