UpTime monitoring

Your sites are up.
But are they fast?

Free uptime monitoring with 5-minute checks, response-time tiers, Telegram alerts, and a full REST API. No credit card. No setup fees.

5 min
Check interval
3ร—
Retry before alert
90
Days history
4
Speed tiers
Free
Forever plan
Everything you need to sleep at night
Built for developers who care about more than just "is it up?"
๐Ÿ“ฑ

Telegram alerts

Get notified on your phone the moment a site goes down. Configure your own bot โ€” your token, your privacy.

โฑ

Response time tracking

Not just up/down. Know if your site is Very Fast (<1.5s), Fast, Slow, or Very Slow before visitors notice.

๐Ÿ”„

3-pass verification

Transient blips don't page you. We retry 3 times before declaring a site down and sending any alert.

๐Ÿ“Š

Visual timeline

Color-coded 30-min (7d) or 5-min (24h) buckets show you exactly when and how long an incident lasted.

๐Ÿ”’

REST API

Pull uptime data into your own dashboards, Grafana, CI pipelines, or scripts with a simple API key.

๐Ÿ“ง

Email fallback

No Telegram? Alerts fall back to email automatically so you never miss a critical event.

๐Ÿ””

Smart alerting โ€” not alert fatigue

Alerts are sent once per incident, grouped per account. If 3 of your sites go down at the same time, you get one Telegram message with all three โ€” not three separate pings at 3am.

Up and running in 2 minutes
No agents to install. No DNS changes. Just add your URLs.

Create a free account

Sign up with your email. No credit card. No trial period. Free forever for up to your own sites.

Paste your URLs

Add one URL per line in your profile. HTTP and HTTPS both supported. Comments with # allowed.

Add your Telegram bot

Optional but recommended. Paste your bot token and chat ID โ€” alerts land directly in your Telegram.

Watch the dashboard

Within 5 minutes you'll see your first check results. View 1-day, 7-day, or 30-day history anytime.

Response time tiers
We track four speed levels โ€” not just pass/fail.
StatusResponse timeWhat it means
Very Fast< 1.5 sExcellent โ€” users won't notice any delay
Fast1.5 โ€“ 3 sGood โ€” acceptable for most web apps
Slow3 โ€“ 5 sDegraded โ€” users may notice; investigate
Very Slow> 5 sCritical degradation โ€” act immediately
Downโ€”Request failed after 3 retries over 60 s
REST API
Integrate uptime data anywhere with one HTTP call.

Endpoint

GET https://uptime.netmate.fr/api/uptime/stats

Authentication

curl -H "X-Api-Key: YOUR_KEY" https://uptime.netmate.fr/api/uptime/stats curl "https://uptime.netmate.fr/api/uptime/stats?key=YOUR_KEY"

Parameters

ParameterDefaultValues
days71, 7, 30, yesterday

Example response

{ "generated_at": "2026-05-26T08:00:00Z", "check_interval": 300, "thresholds": { "very_fast_s": 1.5, "slow_s": 3.0, "very_slow_s": 5.0 }, "sites": [{ "url": "https://example.com", "domain": "example.com", "worst_status": "ok", "uptime_pct": 99.97, "avg_response_s": 0.312, "max_response_s": 1.841, "very_fast_pct": 94.2, "fast_pct": 5.7, "slow_pct": 0.07, "very_slow_pct": 0.0, "down_pct": 0.03, "timeline": [{ "ts": 1748476800, "label": "May 26 08:00", "status": "ok" }] }] }

Status values

StatusMeaning
okAll checks < 1.5 s or no notable events in window
slowAt least one check between 3โ€“5 s
very_slowAt least one check > 5 s
downAt least one failed check in window

Timeline bucket width: 5 min (1 day) ยท 30 min (7 days) ยท 12 h (30 days).

Get your API key at Account โ†’ API key.

UpTime monitoring is part of the EagleEye Intelligence security stack โ€” open to anyone.