Quick Start

Get up and running with SensorGuard in under 5 minutes.

1. Sign Up

Create your account at sensorguard.tech/signup

2. Install Agent

curl -sSL https://install.sensorguard.tech | sh

3. Configure

sensorguard init --token YOUR_API_TOKEN

4. Start Monitoring

sensorguard start

Installation

SensorGuard supports multiple installation methods:

Docker

docker run -d sensorguard/agent:latest

Kubernetes

kubectl apply -f https://sensorguard.tech/k8s.yaml

Manual Installation

Download the appropriate binary for your platform from our releases page.

Configuration

Configure SensorGuard using YAML or environment variables:

# config.yaml api_token: YOUR_TOKEN sensors: - type: temperature interval: 60s - type: pressure interval: 30s

API Reference

Full REST API documentation for integrating with SensorGuard.

Authentication

All API requests require an API token in the Authorization header:

Authorization: Bearer YOUR_API_TOKEN

Endpoints

  • GET /api/v1/sensors - List all sensors
  • POST /api/v1/sensors - Register a new sensor
  • GET /api/v1/health - Get system health score
  • GET /api/v1/alerts - List active alerts

Integrations

SensorGuard integrates with popular tools and platforms:

Slack

Receive alerts directly in Slack channels

PagerDuty

Automatic incident creation and escalation

Jira

Create work tickets automatically

Grafana

Visualize metrics and health scores