Trust is built on uptime
One click to professional status page. Keep your customers informed and your reputation solid, even during downtime.
Monitored Websites
Transparent Pricing
Choose the perfect plan for your monitoring needs.
Upgrade or downgrade at any time.
Boost
Essential monitoring
- check 20 Metrics
- check 1-min Interval
- check 3 Public Dashboards
- check SSL Monitoring
Pro
For power users
- check 100 Metrics
- check 30-sec Interval
- check 15 Public Dashboards
- check Custom Domain
Enterprise
For scaling business
- check 500 Metrics
- check 15-sec Interval
- check 50 Public Dashboards
- check SSO / SAML
- check Priority support
Compare plans side-by-side expand_more
| Core Features | Core | Boost | Pro | Enterprise | Custom |
|---|---|---|---|---|---|
| Total Metrics | 3 | 20 | 100 | 500 | Unlimited |
| Check Interval | 3 min | 1 min | 30 sec | 15 sec | 1 sec |
| Public Dashboards | 1 | 3 | 15 | 50 | Unlimited |
| Private Dashboards | — | check_circle | check_circle | check_circle | check_circle |
| Custom Domain | — | — | check_circle | check_circle | check_circle |
| Data & Security | |||||
| Metrics Data Retention | 24 hours | 15 days | 3 months | 1 year | Unlimited |
| HTTP Metrics | check_circle | check_circle | check_circle | check_circle | check_circle |
| Prometheus Metrics | check_circle | check_circle | check_circle | check_circle | check_circle |
| SSL Monitoring | — | check_circle | check_circle | check_circle | check_circle |
| SSO / SAML | — | — | — | check_circle | check_circle |
| Priority Support | — | — | — | check_circle | check_circle |
Frequently Asked Questions
Everything you need to know about isitup and how it works.
How frequently do you check my website? expand_more
Can I manually update my status if I notice an issue? expand_more
How long does it take to set up my status page? expand_more
Do I need to install anything on my server? expand_more
Do you support Prometheus metrics integration? expand_more
Yes! You can connect your Prometheus data to display custom internal metrics directly on your status page. This allows you to show more than just "up or down" — you can share real-time insights like request rates, latency, or memory usage to provide a deeper level of transparency for your users.
Prometheus metrics are a set of metrics formatted according to the
Prometheus specification,
accessible via a specified URL.
Here’s an example of such metrics,
which includes two metrics: dashboard_latency_ms and status_api_latency_ms.
# HELP dashboard_latency_ms Time taken to open the dashboard
# TYPE dashboard_latency_ms gauge
dashboard_latency_ms 357
# HELP status_api_latency_ms Time taken to open the Isitup status API endpoint
# TYPE status_api_latency_ms gauge
status_api_latency_ms 77
We calculate these metrics in the background and share them using a client for Prometheus.