# How to Monitor Cloudinary Uptime

> Cloudinary is a media management platform that handles image and video upload, storage, transformation, optimization, and delivery via CDN.

*Source: https://monitoristic.com/monitor/cloudinary*

---

## Why Monitor Cloudinary?

Cloudinary delivers the images and videos that make up most of what your users see. When its CDN or transformation API has issues, your site loads but images break — blank spaces, broken thumbnails, missing product photos. For visual sites and stores, broken media is nearly as bad as being fully down.

## What to Monitor

- `res.cloudinary.com/your-cloud/image/upload/sample.jpg` — A known image asset on the delivery CDN
- `your-site.com` — Your site, which depends on Cloudinary media loading
- `res.cloudinary.com/your-cloud/image/upload/w_300/sample.jpg` — A transformed image URL to test the transformation pipeline

## What You Should Actually Do

1. Monitor a specific Cloudinary image URL directly (res.cloudinary.com/...) — not just your homepage, which loads even when images break
2. Monitor a transformed image URL too — the transformation pipeline can fail independently of basic delivery
3. Track response times on image delivery — slow image loading hurts user experience and SEO even when images technically load
4. For visual sites and stores, treat image delivery as a critical dependency, not an afterthought
5. Check Cloudinary's status page during incidents, but rely on your own monitor for region-specific delivery issues

## Cloudinary's Official Status Page

Cloudinary publishes real-time status at https://status.cloudinary.com. Your own monitor complements it by catching connection-level issues, often before the status page updates.

## Takeaway

Cloudinary delivers the visual layer of your site — and that layer can break while everything else works. A store with broken product images or a content site with missing photos passes a basic uptime check but fails its users. Monitoring Cloudinary URLs directly catches the image failures that homepage monitoring misses.

## Frequently Asked Questions

### How do I monitor whether my images are loading?

Monitor a specific Cloudinary image URL directly (e.g., res.cloudinary.com/your-cloud/image/upload/sample.jpg) with an HTTP monitor. If it returns a non-200 status or times out, your images are failing to deliver — even if your site's HTML loads fine.

### Why does my site load but images are broken?

Your site's HTML, CSS, and text are served from your own server or CMS, while images are served from Cloudinary's CDN. If Cloudinary has delivery issues, images break while everything else loads. A homepage-only monitor won't catch this.

### Can I monitor Cloudinary image transformations?

Yes. Monitor a transformed image URL (one with transformation parameters like w_300) separately from a plain image URL. If the transformed URL fails while the plain one works, the transformation pipeline is the problem.

### How is this different from status.cloudinary.com?

Cloudinary's status page reports platform-wide incidents. Your monitor checks whether YOUR images are actually being delivered. Region-specific CDN issues or problems affecting your specific cloud account may not appear on the platform status page.
