Integrations
Fits inside your existing alert stack.
Crest connects to the tools your SRE team already uses for incident management and observability.
Supported integrations.
PagerDuty
Native incident creation with drive risk payload. Each incident includes drive ID, host, predicted failure window, confidence level, and recommended action. Not a generic critical event.
Prometheus
crest_drive_risk_score gauge metric per drive, scrape with your existing Prometheus. Compatible with standard /metrics endpoint scraping.
Grafana
Pre-built dashboard template with fleet health panel, per-host risk timeline, and at-risk drive count over time. Import directly from the Crest dashboard JSON.
Slack
Direct channel message with at-risk drive summary. Configure the target channel and the risk threshold that triggers notifications in the Crest dashboard.
Opsgenie
Alert via generic webhook. Crest sends a structured JSON payload to your Opsgenie webhook URL. Includes all risk fields mapped to Opsgenie alert fields.
Webhook
Custom POST to any HTTP endpoint. Drive risk payload with all fields available. Supports authentication headers and custom field mapping for any alerting target.
Deployment options.
Cloud Agent
Binary or Docker container on each storage host. Telemetry sent to Crest cloud over TLS 1.3. No inbound firewall ports required. Crest receives attribute deltas only - never file data.
Security details
On-Premise (Team+)
Full stack runs inside your VPC or data centre. Agent, risk model, and dashboard all self-hosted. No outbound telemetry to Crest. You own all data residency decisions. Available on Team and Fleet tiers.
Security details
Kubernetes
Operator-based deployment. Autodiscovery of storage pods and volumes via the Kubernetes API. Per-volume risk scores surfaced through the standard metrics API. Helm chart available with early access.
Contact us
REST API.
The Crest REST API is available on Team and Fleet tiers. Pull drive risk data into your own tooling, automation pipelines, or custom dashboards.
Full API documentation is included with early access. Contact us to discuss your integration requirements before signing up.
Contact Us
GET /v1/drives
{
"drives": [
{
"drive_id": "NV-04E2",
"host": "storage-02",
"model": "Samsung 980 Pro 2TB",
"health_score": 74,
"risk_level": "critical",
"predicted_failure_window": {
"low_days": 7,
"high_days": 12,
"confidence": "0.91"
}
}
]
}
Need a specific integration?
We prioritise integrations based on what early customers need. Email us with your stack and we will confirm what is available or add it to the roadmap.