The system agent operates as a lightweight, independent binary that securely connects via a project API key. It streams operational telemetry and runs localized checks across Linux, Windows, macOS, and Android environments.
Our low-overhead background daemon runs efficiently to provide comprehensive server oversight with minimal resource footprint.
Real-time telemetry tracking for CPU load, memory depth, disk space allocation, and system uptime parameters.
Maintains exact structural logs including system hostname, OS distribution, architecture, and processor specifications.
Leases direct private-network monitor targets securely from the control plane to benchmark internal hosts and IPs.
The central API runtime dynamically updates check intervals and targeted storage path structures without requiring agent service restarts.
Full command-line tooling for immediate credential setup, fine-grained capability toggles, and localized daemon reboots.
Telemetry shipping and monitoring tasks strictly map to scopes designated within your core project API key permissions.
Select your target operating system to deploy the agent. The daemon is completely open-source - the repository is publicly available on GitHub, allowing you to easily review or build the binary directly from source code.
curl -s https://repo.signal.ge/install-deb.sh | sudo bash
curl -s https://repo.signal.ge/install-rpm.sh | sudo bash
powershell -Command "iwr -useb https://repo.signal.ge/install.ps1 | iex"
curl -s https://repo.signal.ge/install-macos.sh | bash
# Android mobile tracking client will be officially released soon on Google Play Store.
signalge-agent key set YOUR_PROJECT_API_KEY
signalge-agent features set metrics,inventory,monitoring
signalge-agent restart
| Feature | Permission | Use |
|---|---|---|
| metrics | system.metrics.write |
Pipes CPU, RAM, storage paths, and health metrics data |
| inventory | system.inventory.write |
Ships OS metadata, environment architecture, and host specs |
| config | system.config.read |
Fetches runtime remote configurations dynamically from the central API |
| monitoring | system.monitoring.run |
Leases and returns localized private network monitoring checks |
The lease allocation workflows, result pipelines, and metric ingestion endpoints are fully documented on our developer API layer page.
One workspace for a flexible control panel, developer-friendly API, global external checks, and local agents for monitoring infrastructure of any complexity.