Monitoring
Uptime monitoring, scheduled re-scans, and live threat detection.
Monitoring keeps an eye on your sites between full scans. Add a monitoring target and Vergate checks it on an interval, tracks uptime, and runs scheduled threat re-scans to catch regressions.
#Setting Up a Target
Open Monitoring
Add a target
View details
#Uptime Checks
Every target is HTTP-checked on its configured interval. Each check records status code and response time. The target page shows:
Uptime ring — availability over the last 24 hours
Check history — every individual check with status and latency
Audit log — target lifecycle events (created, edited, paused)
#Threat Monitoring
Each target is periodically re-scanned with the passive security engine, and the results are diffed against the previous scan to surface new findings (regressions) and confirm fixed ones. Each threat scan also runs:
| Check | What it detects |
|---|---|
| Git exposure | A publicly accessible /.git/config leaking repository internals |
| Open ports | 10 common ports (22, 80, 443, 3000, 5000, 5432, 8080, 8443, 9090, 27017) |
| Subdomain drift | New subdomains discovered via certificate transparency logs (crt.sh) |
| CVE lookup | Known CVEs for your detected technology stack (via OpenCVE) |
#Reports
From the target page, click Report to download a PDF (or JSON with ?format=json) covering uptime stats, check history, audit log, and the latest threat-scan summary including any CVEs.