Works with what you already run
No exporters to wire up, no sidecars per service. One agent connects your whole stack.
Augur, one agent
Augur is built on the open-source Telegraf, so there's no proprietary binary to audit. We generate the config; you keep the agent. Add a service and the same agent picks it up — no second install.
Monitored services
Elasticsearch
Search & analyticsCluster health, JVM heap pressure, GC pauses, search and index throughput, thread-pool rejections and shard allocation.
✦ We forecast heap saturation and flag unassigned-shard risk before the cluster goes yellow — not after.
PostgreSQL
Relational databaseConnection saturation, cache-hit ratio, lock contention, long transactions, table bloat, autovacuum lag and txid wraparound.
✦ Per-node replication topology with lag — plus a txid-wraparound forecast that warns days before an emergency vacuum.
MySQL
Relational databaseConnections, InnoDB buffer-pool hit ratio, slow queries, deadlocks, temp-disk tables and replica thread health.
✦ We map the full replication topology and forecast capacity, so a lagging or stopped replica surfaces immediately.
Redis
In-memory storeMemory and fragmentation, eviction and hit rate, connected clients, persistence lag, and replica health.
✦ We project time-to-OOM against your maxmemory policy, so a noeviction instance never silently starts rejecting writes.
Logstash
Ingest pipelinePer-pipeline event throughput, persistent queue depth, worker back-pressure and JVM garbage collection.
✦ We watch queue depth slope, so a stalled output is caught while it is still draining — not when the disk fills.
Docker
ContainersPer-container CPU throttling, memory pressure and OOM kills, restart loops, blkio and network errors.
✦ OOM-kill and restart-loop detection per container catches a crash-looping sidecar before it takes the host down.
Nginx
Web serverActive connections, request and error rates, connection saturation and upstream state imbalance.
✦ Peak-capacity forecasting projects when connection limits will be hit under your traffic trend.
Apache
Web serverWorker and scoreboard saturation, request spikes, and busy-vs-idle balance from mod_status.
✦ A worker-exhaustion forecast warns before MaxRequestWorkers starts queuing requests.
JVM
Java runtimeHeap and metaspace pressure, GC pause time and frequency, thread states, deadlock detection and class-loader leaks.
✦ Heap-regression forecasting estimates the OOM ETA, and live Jolokia deadlock detection catches lock cycles.
PHP-FPM
App runtimePool saturation, max-children hits, listen-queue backlog and slow-request build-up.
✦ Worker-saturation forecasting flags when a pool is about to start queuing requests.
Any process
Universal fallbackWatch any named process: liveness, restarts and restart loops, and RSS / CPU / file-descriptor pressure against its limits.
✦ An RSS memory-exhaustion forecast works for anything you run — even services without a dedicated analyzer yet.
Disk & system
Host fundamentalsFilesystem fill, inode exhaustion, CPU saturation, memory pressure, load average and IOPS — on every host.
✦ Linear and seasonal fill forecasting tells you the date a volume runs out, with days of lead time.
Runs on
Instance ID, region and metadata detected automatically by the agent.
Zone and instance name pulled from the metadata server.
Location and VM name read from the instance metadata endpoint.
On-prem, Hetzner, DigitalOcean — anywhere the Augur agent runs, Foreseer runs.
Where alerts go
Rich Block-Kit messages for critical and warning insights, routed per connector to any channel.
Delivered through Resend with the full insight, cause and remediation inline.
Generic JSON webhooks to fan insights into PagerDuty, Opsgenie or your own automation.
Connectors are reusable: create one Slack or email destination and attach it to any service. Slack requires a Starter plan or above; email works on every plan, including the free trial.
Need something we don't list yet?
Kafka, RabbitMQ, MongoDB and generic webhooks are on the roadmap. Tell us what you run and we'll prioritise it.
Request an integration